A general system error occurred: Download patch definitions task failed while syncing depots. Error: 'integrity.fault.MetadataDownloadFailure: Cannot download patch definitions.'.
In /var/log/vmware/vmware-updatemgr/vum-server/vmware-vum-server.log file, there are entries similar to:
error vmware-vum-server[10591] [Originator@6876 sub=VciSigUpdateTask.SigUpdateTask{89}] [vciSigUpdateTask 559] \n\nError downloading third party patches from :https://dl.broadcom.com/<Download Token>/PROD/COMP/ESX_HOST/addon-main/vmw-depot-index.xml: Error: Bulletin: hpessacli-component_5.10.45.1-7.0.0 with same name but different set of vibs already exists inside VUM. Re-importing in this scenario is not supported.
VMware vCenter Server 8.x
The issue is caused by the conflict between the component in VUM and the one in the software depot.
To resolve this issue, the conflict component should be deleted in VUM.
Please ensure you have a valid VAMI-based backup or offline snapshot of vCenter before continuing.
service-control --stop updatemgrsu updatemgr -s /bin/bashpsql -U vumuser -d VCDB -c "select * from vci_updates where meta_uid = <component_name>;"psql -U vumuser -d VCDB -c "select * from vci_updates where meta_uid = hpessacli-component_5.10.45.1-7.0.0;"psql -U vumuser -d VCDB -c "delete from vci_updates where meta_uid = <component_name>;"exitservice-control --start updatemgr