Some depot connections have issues, which may disrupt software bundle downloads and compatibility data sync
Depot connection has issues. Depot Invalid User Credential
Some depot connection issues may prevent all the latest bundles from being shown and/or downloaded
"./var/log/vmware/vcf/lcm/lcm-debug.log
YYYY-MM-DDTHH:MM:SS.444+0000 DEBUG [vcf_lcm,91ce0966a98f4d1f,1304] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-4] Getting file size for [/COMP/SDDC_MANAGER_VCF/index.v3] from URL[https://<depot_url>/index.v3]
YYYY-MM-DDTHH:MM:SS
.444+0000 DEBUG [vcf_lcm,91ce0966a98f4d1f,1304] [c.v.e.s.l.b.d.d.utils.CookieUtils,http-nio-127.0.0.1-7400-exec-4] VCF_DEPOT Depot Http Cookies: []
YYYY-MM-DDTHH:MM:SS
.457+0000 DEBUG [vcf_lcm,91ce0966a98f4d1f,1304] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-4] Executing HEAD /<id>/PROD/COMP/SDDC_MANAGER_VCF/index.v3
YYYY-MM-DDTHH:MM:SS
.798+0000 DEBUG [vcf_lcm,91ce0966a98f4d1f,1304] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-4] Got response: 401 Unauthorized HTTP/1.1
YYYY-MM-DDTHH:MM:SS
.798+0000 ERROR [vcf_lcm,91ce0966a98f4d1f,1304] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-4] Error getting file size, got response: 401 Unauthorized HTTP/1.1
YYYY-MM-DDTHH:MM:SS
.799+0000 ERROR [vcf_lcm,91ce0966a98f4d1f,1304] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-4] Got Http error[401] while downloading manifest index [/COMP/SDDC_MANAGER_VCF/index.v3] from <depot>:443 with user
SDDC Manager 4.5.x
SDDC Manager 5.x
Public facing repository URLs and authentication mechanisms are changing. Download URLs are no longer common but unique for each customer therefore will require to be re-configured.
Follow below steps to update the token in the download URLs :
Download the token by following the steps in VCF Authenticated downloads Configuration Update Instructions. If you already have it, apply the same by following below instructions.
Once the Download Token is ready, same needs to be applied to all the download URLs, any of below approach can be used to configure the token:
application-prod.properties
file - vi /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.properties
set lcm.depot.adapter.host=dl.broadcom.com
set lcm.depot.adapter.remote.rootDir=/<downloadToken>/PROD
set lcm.depot.adapter.remote.repoDir=/COMP/SDDC_MANAGER_VCF
set lcm.depot.adapter.remote.lcmManifestDir=/COMP/SDDC_MANAGER_VCF/lcm/manifest
set lcm.depot.adapter.remote.lcmProductVersionCatalogDir=/COMP/SDDC_MANAGER_VCF/lcm/productVersionCatalog
Note: Replace <downloadToken>
with the actual downloaded token id.
systemctl restart lcm
Note: This script needs to re-run after every patch upgrades of SDDC Manager.