Token URLs have been generated and configured on vSphere Component - See KB https://knowledge.broadcom.com/external/article/390098
Following the creation of the new token in the Broadcom Support, the previous token is marked as inactive but the URL still contains the old inactive token causing the Cluster remediation to fail
Example:
Cannot download VIB 'https://dl.broadcom.com/<Inactive Token>/PROD/COMP/ESX_HOST/main/esx/vmw/vib20/lpfc/VMW_bootbank_lpfc_14.4.0.40-35vmw.803.0.70.24674464.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.
ESXi 7.x
ESXi 8.x
vCenter 7.x
vCenter 8.x
Previously generated tokens are still being retained in the VUM DB when trying to download VIBs
/var/log/vmware/vmware-updatemgr/vum-server/vum-server.log
The depot is connected with the correct token URLs2025-05-13T13:32:57.624+02:00 info vmware-vum-server[#####] [Originator@#### sub=ConfigurationMgr] [configurationMgr 1750] Depot URL type check: https://dl.broadcom.com/<active token>/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml is a valid URL containing 4.x+ host update content
2025-05-13T13:32:57.708+02:00 info vmware-vum-server[#####] [Originator@#### sub=ConfigurationMgr] [configurationMgr 1750] Depot URL type check: https://dl.broadcom.com/<active token>/PROD/COMP/ESX_HOST/addon-main/vmw-depot-index.xml is a valid URL containing 4.x+ host update content
2025-05-13T13:32:57.816+02:00 info vmware-vum-server[#####] [Originator@#### sub=ConfigurationMgr] [configurationMgr 1750] Depot URL type check: https://dl.broadcom.com/<active token>/PROD/COMP/ESX_HOST/iovp-main/vmw-depot-index.xml is a valid URL containing 4.x+ host update content
2025-05-13T13:36:10.789+02:00 info vmware-vum-server[#####] [Originator@#### sub=ConfigurationMgr] [configurationMgr 1750] Depot URL type check: https://dl.broadcom.com/<active token>/PROD/COMP/ESX_HOST/vmtools-main/vmw-depot-index.xml is a valid URL containing 4.x+ host update content
The vibs are still retaining the previously used inactive token2025-05-13T11:26:45.429+02:00 verbose vmware-vum-server[####] [Originator@#### sub=httpDownload opID=#####] [httpDownloadPosix ####] The url https://dl.broadcom.com/<inactive token>/PROD/COMP/ESX_HOST/main/esx/vmw/vib20/lpfc/VMW_bootbank_lpfc_14.4.0.40-35vmw.803.0.70.24674464.vib is inaccessible.
1. Take snapshot of vCenter
2. Reset the VUMDB following the process below
Note** If your cluster is an NSX Cluster use the workaround section below to reset the VUMDB
3. Confirm the URLs with the correct token are still present in your Patch Setup configuration
4. You may need to re-add & validate the image
5. Retry remediating the cluster
shell
service-control --stop vmware-updatemgr
python /usr/lib/vmware-updatemgr/bin/updatemgr-utility.py reset-db
rm -rf /storage/updatemgr/patch-store/*
service-control --start vmware-updatemgr
To reset the Update Manager database if NSX-T is installed in a vLCM-enabled cluster (applicable for vCenter Server Appliance 7.0 U1 and beyond).
After running the reset-db script, perform the following steps.
The NSX depot gets uploaded to vCenter when NSX is configured on a vLCM cluster only if the depot is not already present. So, if the reset-db script removes this depot from vCenter, then this depot can be uploaded again by creating an empty vLCM cluster and enabling NSX on that cluster.