Symptoms:
Remediation of an image-based standalone host (not part of a cluster) fails with the error:
“Software Solution VMware-HBR-Agent with version 8.0.3-0.0.24299508 cannot be found in depot.”
The HBR component is present in the image depot.
Manual import of the component reports it already exists.
Manual removal and reinstallation of the HBR Agent component to the relevant cluster images in Lifecycle Manager was performed, but the issue persisted.
var/log/vmware/vmware-updatemgr/vum-server.log confirms that vLCM fails when validating the image specification and throws the following errors
VMware vCenter Server 8.X
The issue is triggered by a discrepancy in the vLCM database that prevents Lifecycle Manager from properly mapping the solution to the existing depot entry.
Follow the below workaround to resolve the issue
Reset the VMware Update Manager (VUM) database to resolve the corruption and reinitialize the depot mapping.
SSH to the vCenter as root.
Switch to BASH shell if not already in it:
#shellStop the VMware Update Manager Service:
#service-control --stop vmware-updatemgrReset the VMware Update Manager Database:
For vCenter Server Appliance 8.0:
#python /usr/lib/vmware-updatemgr/bin/updatemgr-utility.py reset-db
Delete the contents of the VMware Update Manager Patch Store:
#rm -rf /storage/updatemgr/patch-store/*Restart the VMware Update Manager Service:
#service-control --start vmware-updatemgr