
VCF SDDC Manager: Depot Connection Issues Check
Feb 2
1 min read
0
102
0
Sometimes VMware's depot is just down or facing depot connection issue.
First off, verify the "VMware Customer Connect Depot" connection status from SDDC UI.
Administration > Online Depot
Start off with a simple ping to verify SDDC network connection with Depot.
SSH into your SDDC Manager as vcf and su to root.
# ping depot.broadcom.com
Can you can ping from the SDDC Manager? If you can, most likely you aren't having a connection issue.
SSH into your SDDC Manager as vcf and su to root.
Checking your depot status using below command line.
# curl -v http://localhost/lcm/depot/statuses| json_pp

If you want more detail, you can try below curl command to get more.
# curl -v https://depot.broadcom.com

If you are having issues with one particular bundle, you can remove that and try to download it again. Follow this blog post https://www.faizcloudtech.com/post/how-to-bundle-cleanup-from-sddc-manager to remove bundle.
Hope this help, Good luck!