SDDC Manager bundle management page has the below error after a failed bundle download
BundleDownloadFailureException: Error [403] downloading bundle [/COMP/SDDC_MANAGER_VCF/bundles/bundle-210496.tar] from dl.broadcom.com:443
Error in /var/log/vmware/vcf/lcm/lcm-debug.log
com.vmware.evo.sddc.lcm.model.depot.exception.BundleDownloadFailureException: Error [403] downloading bundle [/COMP/SDDC_MANAGER_VCF/bundles/bundle-xxxxxx.tar] from dl.broadcom.com:443
Environment
SDDC Manager 5.2.x
Cause
bundle table in SDDC Manager's lcm database has entries of the failed download
Resolution
Identify the bundle id of the failed download
Login to SDDC Manager UI
Navigate to Lifecycle Management > Bundle Management > Bundles
Use "Refine Search by" option to list the "Download Failed" bundles
Click on "View Details" for the download failed bundle and note down the Bundle ID
Verify the bundle download status in SDDC Manager lcm database
SSH to SDDC Manager with vcf user and su to root
Run the below command to check the bundle download status
/usr/pgsql/13/bin/psql -h localhost -U postgres -d lcm -c "select bundle_id,bundle_download_status from bundle where bundle_id='<Bundle ID from Step # 1(d) >'"