VCF 9.x Field Quick-Reference (Open This During Deployment)

VCF 9.x Field Quick-Reference
How to use the VCF 9 readiness resources, in order
Step 1 · Plan
What to verify and reserve before you begin: DNS, NTP, MTU, ports and IP addresses.
Step 2 · Check
Click through an interactive checklist to confirm your environment is ready.
Step 3 · During install
Field Quick-Reference
Copy-paste host commands, ports and MTU values while the installer runs.
You are here
IP counts. Keep the VCF 9.1 IP Address Requirements by Scenario open alongside this reference for per-scenario address counts.

The one page to open during a VCF 9.x deployment session. Copy-paste host commands, the depot and firewall ports, MTU values, and the pre-validation checks, all in one place. For the full detail, use the links below.

1. Host Pre-Check Commands

Run on each ESX host shell (SSH). Replace placeholders in <angle brackets>.

Connectivity & depot
Depot reachable (TCP 443)nc -zv dl.broadcom.com 443
Depot TLS handshakecurl -v https://dl.broadcom.com
ESX build (match BOM)vmware -v
DNS, NTP & time
Forward DNSnslookup <esxi-fqdn>
Reverse DNS (PTR)nslookup <esxi-ip>
DNS servers configuredcat /etc/resolv.conf
Host FQDNhostname -f
NTP reachableesxcli system ntp test
Current time (compare hosts)date
Certificates
Host cert CN = FQDN?openssl x509 -in /etc/vmware/ssl/rui.crt -noout -subject
Regenerate host cert (then restart hostd/vpxa)/sbin/generate-certificates
Networking & MTU
SSH enabledesxcli network firewall ruleset list -r sshServer
NICs up / speedesxcli network nic list
Mgmt gateway reachablevmkping -I vmk0 <gateway-ip>
Jumbo MTU 9000 (vMotion/vSAN)vmkping -I vmkX -d -s 8972 <peer-ip>
Overlay MTU 1600 (TEP)vmkping -I vmkX -d -s 1572 <peer-ip>
Port groups / VLANsesxcli network vswitch standard portgroup list
Storage
Datastores / filesystemsesxcli storage filesystem list

2. Hardware, Firmware & Driver Validation

Capture model, NIC/HBA driver and firmware, and disk eligibility, then check the combo against the HCL.

Server & platform
Server model / vendor / serialesxcli hardware platform get
CPU detailsesxcli hardware cpu global get
Memory (vSAN ESA wants 128GB+)esxcli hardware memory get
NIC driver & firmware
List NICs / modelsesxcli network nic list
Driver + firmware for one NICesxcli network nic get -n vmnic0
PCI device to driver mapvmkchdev -l | grep vmnic
Storage adapter & devices
Storage adapters / HBAsesxcli storage core adapter list
Devices (check Is SSD: true for flash)esxcli storage core device list
Drivers (VIBs)
All installed driver VIBsesxcli software vib list
One driver (e.g. nenic, nfnic, nvme)esxcli software vib list | grep -i <driver>
vSAN device eligibility
Disk eligibility for vSANvdq -q
Disks claimed by vSANesxcli vsan storage list
Hardware compatibility: the running driver and firmware combination must be on the VMware Compatibility Guide (and the vSAN ESA ReadyNode HCL for vSAN, which requires NVMe flash). On Cisco UCS, manage and update firmware via Intersight / UCSM and confirm against the Cisco UCS HCL and interoperability matrix before deployment.

3. Depot & Key Firewall Ports

SourceDestinationPortPurpose
VCF Installer / SDDC Mgr / Fleet Mgrdl.broadcom.comTCP 443Online depot (binaries)
SDDC ManagerESXi hostsTCP 443, 902, 22Host mgmt / lifecycle
All mgmt appliancesDNS / NTPUDP/TCP 53, UDP 123Name resolution / time
ESXi TEPESXi TEPUDP 6081NSX overlay (Geneve)
NSX Manager nodesNSX Manager nodesTCP 443, 1234, 1235NSX cluster
ESXi vSAN VMkernelESXi vSAN VMkernelTCP/UDP 2233vSAN data
SDDC Mgr / vCenter / NSXSFTP backup serverTCP 22File-based backups
Full list: see the Pre-Installation Checklist (Section B) and confirm against ports.broadcom.com (select VCF 9.0).

4. MTU per Traffic Type

TrafficRecommended MTUMinimumNotes
Management (vmk0)15001500Default; jumbo not required
vMotion90001500Jumbo improves throughput
vSAN90001500Jumbo strongly recommended
NSX Host Overlay / TEP (Geneve)1700 (or 9000)1600Must be 1600 or higher for Geneve
NSX Edge TEP / Uplink90001600Match host overlay and physical path
Physical switch trunk90001600Must carry the largest MTU on the path

vmkping payload = MTU minus 28 (test 9000 with 8972, 1600 with 1572). Trunk must carry the largest VMkernel MTU on the path.

5. Pre-Validation Quick Checklist

CheckPass criteria
Forward + reverse DNSEvery host and mgmt VM resolves both ways
NTP / time syncAll hosts within 1 to 2 seconds
Host cert CNMatches FQDN
Depot connectivitydl.broadcom.com:443 reachable + download token ready
Mgmt IPs freeInstaller, vCenter, SDDC/Ops, NSX (+VIP), Automation reserved
Shared storagevSAN (NVMe for ESA) / NFS / VMFS-FC mounted (not local)
Passwords15+ chars, full complexity (clears all components)
Top 3 that cause most failures: forward + reverse DNS, NTP time sync, and host certificate CN. After those, the most common blocker is depot egress on dl.broadcom.com:443.

Architect’s Toolkit

About the Author

Dr. Pranay Jha is a Cloud and AI Consultant with 18+ years of experience in hybrid cloud, virtualization, and enterprise infrastructure transformation. He specializes in VMware technologies, multi-cloud strategy, and Generative AI solutions. He holds a PhD in Computer Applications with research focused on Cloud and AI, has published multiple research papers, and has been a VMware vExpert since 2016 and a VMUG Community Leader.