VCF 9.1 Home Lab Series – Part 4: VCF Offline Depot

Welcome to part 4 of the VCF-9.1 home lab series. The previous post in this series discussed the pre-deployment planning and checklist. In this post, I will demonstrate setting up an offline depot for deploying a VCF 9.1 fleet.

If you are not following along, I encourage you to read the earlier parts of this series from the links below:

1: Whats New in VCF 9.1

2: VCF 9.1 High-Level Design

3: VCF 9.1 Pre-Deployment Planning

The very first step after deploying the VCF installer is to connect it to a depot from where it can pull the installation binaries. The VCF Installer depot supports the following connection modes.

Connection Mode Description
Online Depot Internet connection is available (either directly or through a proxy server) for binary downloads.
Offline Depot Dark site/Air gapped environment, and internet connectivity is not available.
Manual Transfer The VCF Installer appliance cannot connect to an online or offline depot. The VCF Download Tool is used to download binaries to a computer with access to the Internet and then upload them to the installer appliance.

To setup offline depot, you need to deploy a web server with an SSL certificate. The certificate can be self-signed or signed by your internal CA.

The web server VM can be deployed using the following specs:

  • vCPU: 1
  • Memory: 2 GB
  • Boot Disk: 20 GB
  • Data Disk: 500 GB (1 TB recommended)
  • Network: Infra management network.

In my lab, I am using Ubuntu 24.04 for the web server deployment. I deployed the VM and enabled root access (SSH) and used the following commands to configure it.

1: Install Apache

2: Format the Data Disk

3: Generate Certs for web server

4: Stage the signed certificates.

5: Configure authentication.

6: Configure web server SSL settings.

7: Update the VCF Installer Truststore

Add the web server certificate to the trusted store of the VCF installer appliance.

Note: This step is very important. If you don’t add the cert to the truststore, you will encounter the invalid credentials error (misleading) when configuring depot settings in the installer appliance.

The web server configuration is now completed. The next step is to download the installation binaries.

8: Install VCF Download Tool

Download the VCD Download Tool from Broadcom’s support portal and upload it to the web server.

9: Generate Software Depot ID

In VCF 9.0, you needed the download token to download the installation binaries. This has changed in VCF 9.1. Now you need to register the software depot (your web server) in the VCF Business portal to obtain an activation code.

10: Obtain Activation Code

Login to the VCF Business Services console and navigate to Software Depot Registrations. Click the Register Software Depot button.

Enter your software depot ID and a friendly name for the registration. Click the Register button, and the activation code will be printed on the screen.

Copy the activation code and store it in a secure location.

The depot is registered now.

11: List and download the installation binaries.

Initiate the binaries’ download.

The download process can take a while, depending on your internet speed. The download summary is printed on the screen after the tool has finished the download process.

12: (optional) Validate the binaries are downloaded in the repo.

Verify that you can see the same when you access the web server document root in the UI.

13: Configure repo in the VCF Installer appliance.

Login to the VCF installer appliance and edit the depot settings.

Enter the web server FQDN and the credentials that you configured in step 5.

On successful authentication, the depot will be configured, and the depot connection will report active.

14: Initiate download of the installation binaries.

And that’s it for this post. In the next post of this series, I will demonstrate the deployment of the VCF management domain.

I hope you enjoyed reading this post. Feel free to share this on social media if it is worth sharing.

4 thoughts on “VCF 9.1 Home Lab Series – Part 4: VCF Offline Depot

  1. Hi ,
    Thank you so much for sharing your knowlege.
    I have done all thing like your post, in browser it works, but in vcf installer still show me:
    7: Update the VCF Installer Truststore is ok form me, I have done like your post and got like your output.

    Failed to connect to VMware depot with the provided user credentials. Cause: Depot connection failure: Secure protocol communication error, host: itsp-vcf91repo.it-sp.ch, http status code: .
    Please verify the depot credentials for user are correct, check your connection to the depot and try command again.

  2. Issue Downloading Log Management Bundle from Offline Depot

    Hi,
    First of all, thank you so much for the information you shared with us.
    I am currently facing an issue, and I would like to explain it:
    I installed the VCF Installer, then deployed the Offline Depot following your guide, and updated the VCF Installer truststore successfully.
    After the installation, I tried to install Log Management by navigating to:
    VCF Operations > Build > Lifecycle > VCF Management > Components > Add Component > Log Management
    However, I am unable to download the required bundle.
    I believe I may also need to update the truststore on the SDDC Manager or VCF Operations side, but I am not sure about the correct steps.

    Could you please let me know how I can fix this issue?

    Thank you in advance for your help.

    1. Hi Jawad, in Greenfield installation, VCF installer adds the offline depo cert to VCF OPS automatically. In my lab, I never had to do this manually. Check the lcm-debug.log file on the sddc manager and see why exactly the download is failing.

Comments are closed.