Error Messages
VMware vCenter Server 7.x
VMware vCenter Server 8.x
VMware vCenter Server 9.x
vSphere Lifecycle Manager cannot perform a downgrade of components already installed on the host. This occurs if the newly configured vSphere Lifecycle Manager image includes older version VIBs than those currently installed on the ESXi host.
This issue is most often caused by a host having been installed with a vendor's customized ISO, which may contain newer versions of specific components.
To resolve this issue, perform one of the following options:
Option 1: Edit the Image
Option 2: Manually Import Bundles
Option 3: Manually Remove VIBs Use this option if the newer version of the VIB is not necessary and an older version is desired.
esxcli software vib listesxcli storage core adapter list | grep -i <vib_name>esxcli network nic list | grep -i <vib_name>esxcli software profile get | grep -i <vib_name>esxcli software vib remove -n <vib_name> esxcli software component remove -n <vib_name>
Upon reviewing the vSphere Lifecycle Manager (vLCM), the following message may be displayed as below:
The cluster needs remediation to finish enabling these Solutions: HBR Solution component for ESX - version 8.0.X build #### along with a note stating that remediation needs completing to finish installing the HBR VIB on the hostsAfter the cluster image is made compliant and remediation is completed as outlined in the resolution steps, the HBR agent will be automatically deployed to the ESXi hosts via vSphere Lifecycle Manager (vLCM).