LifeCycle Manager is missing on vSphere UI , Unable to perform the ESXI upgrade
book
Article ID: 391927
calendar_today
Updated On:
Products
VMware vSphere ESXiVMware vCenter Server 7.0
Issue/Introduction
LifeCycle Manager tab is missing for vCenter Inventory objects in vSphere-Client
Updates tab on all the ESXI hosts on Vcenter is blank and has no view
Administration -> Solutions -> Client Plug-Ins ->VMware vSphere LifeCycle Manager plugin -> Status is "incompatible"
Cannot ENABLE the plugin as it is greyed out
Environment
VMware vCenter Server Appliance 7.x
Cause
vSphere LifeCycle Manager (vLCM) plugin is marked as incompatible in /etc/vmware/vsphere-ui/compatibility-matrix.xml, it means that the vSphere UI will not display the vLCM cat /etc/vmware/vsphere-ui/compatibility-matrix.xml | grep -i com.vmware.vum.client
Resolution
Take a snapshot of the vCenter (if vCenter is in ELM mode take offline / powered off snapshots )
Fix the compatibility matrix.xml
SSH into the vCenter Server.
Navigate to the compatibility matrix location: cd /etc/vmware/vsphere-ui/
Back up the original file: cp compatibility-matrix.xml compatibility-matrix.xml.bak
Manually edit the file using vi editor and change the parameter <PluginPackage id="com.vmware.vum.client" status="incompatible"/> to <PluginPackage id="com.vmware.vum.client" status="compatible"/>
Look for the entry related to LifeCycle Manager or vum,If marked as "incompatible", change it to "compatible" vi /etc/vmware/vsphere-ui/compatibility-matrix.xml
Confirm the changes to the file
To save the changes, press esc:wq!
Restart the vsphere-ui and vmware-updatemgr services service-control --restart vmware-updatemgr service-control --restart vsphere-ui