com.vmware.vcIntegrity.lifecycle.SetSolutionTask.Failed.vCenter Server 8x
The contents of the /storage/updatemgr partition were manually deleted. This results in the complete loss of downloaded patch metadata, vSphere HA agent solutions, and the specific directory ownership configurations required by the vmware-vum-server service to function.
Connect to the vCenter Server Appliance via SSH and login as root.
Navigate to the Update Manager storage directory:
cd /storage/updatemgr/
Recreate the deleted directories and apply the strict ownership mappings required by vLCM and vSAN Health:
mkdir -p hcl patch-store patch-store-temp plugins jetty-temp vsan
chown updatemgr:updatemgr .
chown -R updatemgr:updatemgr hcl/ patch-store/ patch-store-temp/ plugins/ jetty-temp/
chown -R vsan-health:root vsan/
Reset the vLCM database to clear the orphaned image and depot caches:
service-control --stop vmware-updatemgr
/usr/lib/vmware-updatemgr/bin/updatemgr-util reset-db
service-control --start vmware-updatemgr Restart the vSAN Health services to initialize the new database and directories:
service-control --restart vmware-vsan-health
Log in to the vSphere Client and navigate to Lifecycle Manager > Settings > Patch Setup.
Re-authenticate and configure the official Broadcom Download Tokens. see kb Configuring the vSphere Lifecycle Manager Download Sources
Initiate a manual Sync Updates task and wait for it to complete.
Navigate to the affected cluster, turn vSphere HA OFF and then turn it back ON. This forces vCenter Server to recalculate the FDM agent deployment requirements and rebuild the solution state within the vLCM image map.
Run a cluster compliance check to verify the issue is resolved.