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

VCF 9.x Field Quick-Reference

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

Source Destination Port Purpose
VCF Installer / SDDC Mgr / Fleet Mgr dl.broadcom.com TCP 443 Online depot (binaries)
SDDC Manager ESXi hosts TCP 443, 902, 22 Host mgmt / lifecycle
All mgmt appliances DNS / NTP UDP/TCP 53, UDP 123 Name resolution / time
ESXi TEP ESXi TEP UDP 6081 NSX overlay (Geneve)
NSX Manager nodes NSX Manager nodes TCP 443, 1234, 1235 NSX cluster
ESXi vSAN VMkernel ESXi vSAN VMkernel TCP/UDP 2233 vSAN data
SDDC Mgr / vCenter / NSX SFTP backup server TCP 22 File-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

Traffic Recommended MTU Minimum Notes
Management (vmk0) 1500 1500 Default; jumbo not required
vMotion 9000 1500 Jumbo improves throughput
vSAN 9000 1500 Jumbo strongly recommended
NSX Host Overlay / TEP (Geneve) 1700 (or 9000) 1600 Must be 1600 or higher for Geneve
NSX Edge TEP / Uplink 9000 1600 Match host overlay and physical path
Physical switch trunk 9000 1600 Must 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

Check Pass criteria
Forward + reverse DNS Every host and mgmt VM resolves both ways
NTP / time sync All hosts within 1 to 2 seconds
Host cert CN Matches FQDN
Depot connectivity dl.broadcom.com:443 reachable + download token ready
Mgmt IPs free Installer, vCenter, SDDC/Ops, NSX (+VIP), Automation reserved
Shared storage vSAN (NVMe for ESA) / NFS / VMFS-FC mounted (not local)
Passwords 15+ 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.