Top Posts
Offline VMware Cloud Foundation 9 Depot: Your Path...
VMware Cloud Foundation 9: Simplifying Identity with a...
What’s New In VMware Cloud Foundation 9.0
Deploying & Configuring the VMware LCM Bundle Utility...
VMware Cloud Foundation: Don’t Forget About SSO Service...
VMware Explore Las Vegas 2025: Illuminating the Path...
Securing Software Updates for VMware Cloud Foundation: What...
VMware Cloud Foundation 5.2: A Guide to Simplified...
VMware Cloud Foundation 5.2: Unlocking Secure Hybrid Cloud...
VMware Cloud Foundation – Memory Tiering: Optimizing Memory...
Virtual Bytes
  • Home
  • Home Data Center 2025
  • VMware
    • Cloud
    • Datacenter & Cloud Infrastructure
      • VMware ESXi
      • VMware vCenter
      • VMware vSAN
    • Networking & Security
    • Desktop & App Virtualization
      • Omnissa Horizon
    • Troubleshooting
    • Ansible
  • Education
  • Hardware
    • Hardware Tips & Tricks
  • Events
  • About
    • About Me
    • Home Lab Archives
      • Home Lab 2020-2022
      • Home Lab 2016-2020
Tag:

Offline Installation

VMware Cloud Foundation

Offline VMware Cloud Foundation 9 Depot: Your Path to Air-Gapped Deployments

by Tommy Grot July 1, 2025
written by Tommy Grot 3 minutes read

Deploying VMware Cloud Foundation (VCF) in environments with limited or no external network access – whether for security or logistical reasons – requires a little planning. One key piece is having a local depot for software packages. In this post, we’ll walk through setting up an offline depot web server for VCF 9, allowing you to keep your deployments running smoothly even when disconnected from the internet. We’ll cover the necessary components, configuration steps, and best practices to ensure a reliable and accessible offline repository. Let’s dive in!


What is Required

  • Generate download token on Broadcom Support Portal.
  • The offline depot must have:
    • The latest version of the VCF Download Tool, which you can download from the Broadcom Support Portal.
    • Virtual machine with Internet connectivity
    • Configure TCP keepalive in your SSH client to prevent socket connection timeouts.

Error: “Unable to connect to the Proxy Server” – VCF Download Tool is failing with proxy configured.

VMware is working on the solution for Proxy enabled downloads – KB Article

Upload the VCF Bundle Utility to the VM and extract it into a directory.

tar -xzvf vcf-download-tool-9.0.0.0.24703747.tar.gz

After extracting the VCF download tool, create a text document with your authentication token for downloading the binaries.

Executing the VCF Bundle Tool example:

./vcf-download-tool

Commands:

  • binaries Management of the binaries files within the system.
  • metadata Management of the metadata files within the system.
  • releases Operations related to the VCF releases.
  • umds Manage the installation and execution of the UMDS (Update Manager Download Service) tool.

NOTE: The following command is for installation binaries ( –type=install ), specify upgrade parameters for upgrade binaries for VCF.

./vcf-download-tool binaries download --vcf-version 9.0.0 --automated-install -d /var/www/offline-bundles --depot-download-token-file /root/token.txt --type=install

Binaries are downloading! They are now available in OVA or ISO format, depending on whether you are installing or upgrading.

The binaries have been downloaded, and an example of the tree structure for the offline VCF Depot is shown below.

root@photon-69a92c0feee [ /var/www/offline-bundles/PROD ]# tree
.
├── COMP
│   ├── NSX_T_MANAGER
│   │   └── nsx-unified-appliance-9.0.0.0.24733065.ova
│   ├── SDDC_MANAGER_VCF
│   │   ├── Compatibility
│   │   │   └── VmwareCompatibilityData.json
│   │   └── VCF-SDDC-Manager-Appliance-9.0.0.0.24703748.ova
│   ├── VCENTER
│   │   └── VMware-VCSA-all-9.0.0.0.24755230.iso
│   ├── VCF_OPS_CLOUD_PROXY
│   │   └── Operations-Cloud-Proxy-9.0.0.0.24695833.ova
│   ├── VRA
│   │   └── vmsp-vcfa-combined-9.0.0.0.24701403.tar
│   ├── VROPS
│   │   └── Operations-Appliance-9.0.0.0.24695812.ova
│   └── VRSLCM
│       └── VCF-OPS-Lifecycle-Manager-Appliance-9.0.0.0.24695816.ova
├── metadata
│   ├── manifest
│   │   └── v1
│   │       └── vcfManifest.json
│   └── productVersionCatalog
│       └── v1
│           ├── productVersionCatalog.json
│           └── productVersionCatalog.sig
└── vsan
    └── hcl
        ├── all.json
        └── lastupdatedtime.json

16 directories, 13 files

July 1, 2025 0 comments 87 views
0 FacebookTwitterLinkedinEmail




Recent Posts

  • Offline VMware Cloud Foundation 9 Depot: Your Path to Air-Gapped Deployments
  • VMware Cloud Foundation 9: Simplifying Identity with a Unified SSO Experience
  • What’s New In VMware Cloud Foundation 9.0
  • Deploying & Configuring the VMware LCM Bundle Utility on Photon OS: A Step-by-Step Guide
  • VMware Cloud Foundation: Don’t Forget About SSO Service Accounts

AI cloud Cloud Computing cloud director configure cyber security director dns domain controller ESXi How To las vegas llm llms multicloud NSx NSX-T 3.2.0 NVMe sddc security servers ssh storage tenant upgrade vcd vcda VCDX vcenter VCF vcf 9 VDC vexpert Virtual Machines VMs vmware vmware.com vmware aria VMware Cloud Foundation VMware cluster VMware Explore VMware NSX vrslcm vsan walkthrough

  • Twitter
  • Instagram
  • Linkedin
  • Youtube

@2023 - All Right Reserved. Designed and Developed by Virtual Bytes

Virtual Bytes
  • Home
  • Home Data Center 2025
  • VMware
    • Cloud
    • Datacenter & Cloud Infrastructure
      • VMware ESXi
      • VMware vCenter
      • VMware vSAN
    • Networking & Security
    • Desktop & App Virtualization
      • Omnissa Horizon
    • Troubleshooting
    • Ansible
  • Education
  • Hardware
    • Hardware Tips & Tricks
  • Events
  • About
    • About Me
    • Home Lab Archives
      • Home Lab 2020-2022
      • Home Lab 2016-2020