This morning I decided to try and upgrade my VCenter Server from 8.0.1.00300 to 8.0.2. My appliance is running on Intel Processors which is not like the issues I have been seeing posted about AMD processors and upgrading. With my experience, I have found the most success with patching VCenter by mounting the the FP ISO and connecting with SSH to run the upgrade. I always shutdown the VCenter Server and take a snapshot prior to upgrading in case something does not go as expected.
The install appeared to go fine with installing the RPMs and Container if I recall from the output in by SSH session it was stating "post upgrade data conversion" or something very similar. I do know from past experiences that this part of the process does take a significant amount of time to complete. However during this process I got a error message that I will include below. Being that this is a production server I had to shutdown the VM and revert the snapshot. My VCenter is back at running version 8.0.1.00300 without any issues.
Below is a copy of the message I received in my SSH session.
--------------------------------------------------------------------------------------------------------------------------------------------
Installation failed. Retry to resume from the current state. Or please collect the VC support bundle.
Mismatch:
summary: Internal error occurs during execution of update process Traceback (most recent call last):
File "/storage/seat/software-updateuug4bpa_/stage/scripts/patches/py/vmware_b2b/patching/phases/patcher.py", line 208, in patch
_patchComponents(ctx, userData, statusAggregator.reportingQueue)
File "/storage/seat/software-updateuug4bpa_/stage/scripts/patches/py/vmware_b2b/patching/phases/patcher.py", line 89, in _patchComponents
_startDependentServices(c)
File "/storage/seat/software-updateuug4bpa_/stage/scripts/patches/py/vmware_b2b/patching/phases/patcher.py", line 56, in _startDependentServices
serviceManager.start(depService)
File "/storage/seat/software-updateuug4bpa_/stage/scripts/patches/libs/sdk/service_manager.py", line 909, in wrapper
return getattr(controller, attr)(*args, **kwargs)
File "/storage/seat/software-updateuug4bpa_/stage/scripts/patches/libs/sdk/service_manager.py", line 799, in start
super(VMwareServiceController, self).start(serviceName)
File "/storage/seat/software-updateuug4bpa_/stage/scripts/patches/libs/sdk/service_manager.py", line 665, in start
raise IllegalServiceOperation(errorText)
service_manager.IllegalServiceOperation: Service cannot be started. Error: Error executing start on service vpxd. Details {
"detail": [
{
"id": "install.ciscommon.service.failstart",
"translatable": "An error occurred while starting service '%(0)s'",
"args": [
"vpxd"
],
"localized": "An error occurred while starting service 'vpxd'"
}
],
"componentKey": null,
"problemId": null,
"resolution": null
}
Service-control failed. Error: {
"detail": [
{
"id": "install.ciscommon.service.failstart",
"translatable": "An error occurred while starting service '%(0)s'",
"args": [
"vpxd"
],
"localized": "An error occurred while starting service 'vpxd'"
}
],
"componentKey": null,
"problemId": null,
"resolution": null
}
.
resolution: Send upgrade log files to VMware technical support team for further assistance.
Command>