Host remediation from LCM fails with below error
Cannot download VIB: ''. This might be because of network issues or the specified VIB does NOT exist or does NOT have a proper 'read' privilege set. Please make sure the specified VIB exists and is accessible from vCenter Server.
A general system error occurred: Cannot download VIB 'https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/xxx/xxxxxxx.vib'. This might be because of network issues or the specified VIB does NOT exist or does NOT have a proper 'read' privilege set. Make sure the specified VIB exists and is accessible from vCenter Server.
The host remediation fails due to a metadata mismatch caused by previously synced updates that do not align with the updated download URLs configured with the current download token in Lifecycle Manager (LCM).
shell
service-control --stop vmware-updatemgr
/usr/lib/vmware-updatemgr/bin/updatemgr-util reset-db
python /usr/lib/vmware-updatemgr/bin/updatemgr-utility.py reset-db
rm -rf /storage/updatemgr/patch-store/*
service-control --start vmware-updatemgr
This issue can also be caused by an incorrect authenticated download token being configured. See Unable to patch ESXI 7 hosts with error "cannot download VIB" error due to entitlement issues