Below error message is displayed when accessing the Images section under the Updates tab in vCenter:
Lifecycle manager option may be missing from the vCenter Server main menu.
The vmware-updatemgr service will be in a STOPPED state after a vCenter reboot or service restart which can be verified using the following command: service-control --status --all
Manual starts of the vmware-updatemgr service using the following command resolves the issue temporarily, but it does not persist after a reboot : service-control --start vmware-updatemgr
In /var/log/vmware/vmon/vmon.log, Below message can be seen :
Er(02) host-##### Startup type of service rbd is AUTOMATIC while startup type of dependent service updatemgr is MANUAL.
VMware vCenter Server 8.X
VMware vCenter Server 7.X
The startup type for the vmware-updatemgr service is set to MANUAL instead of AUTOMATIC.
Execute the following command to verify the startup type and compare the results with the sample output below :
# vmon-cli -s updatemgr
Name: updatemgrStarttype: MANUALRunState: STOPPEDRunAsUser: updatemgrCurrentRunStateDuration(ms): #########HealthState: UNHEALTHYFailStop: FALSEMainProcessId: N/A
Set the service to start automatically after the vCenter reboot using below command:
vmon-cli -U updatemgr -S AUTOMATIC
Start vmware-updatemgr service:
service-control --start vmware-updatemgr