Readiness is the checklist you finish before any VCF 9.1 build, converge or import. It confirms that every host, record and IP range is in place so the installer pre checks pass on the first run. It depends on nothing earlier in the series, and every later part depends on it.
TL;DR · Key Takeaways
- Reserve at least three ESX hosts for vSAN, or two for external storage, all from a single hardware vendor, each running the exact ESXi build in the VCF 9.1 bill of materials.
- Provide two DNS servers with forward and reverse records for every FQDN, and two NTP servers, all hosted outside the VCF instance you are building.
- Plan a contiguous management IP block. A /27 with thirty usable addresses is recommended, and a /28 with fourteen usable is the minimum.
- Reserve twelve consecutive IPs for VCF Management Services and five consecutive IPs for VCF Automation, since 9.1 makes Management Services a mandatory container cluster.
- Size the VCF Installer appliance at 4 vCPU, 16 GB RAM and 914 GB of disk, and a highly available management fleet at four hosts giving roughly 220 vCPU, 728 GB RAM and 10.7 TB of disk.
- Record every value in the Planning and Preparation Workbook, then run the installer pre checks for DNS, NTP, NIC speed, disk eligibility and IP availability before bring up.
A VCF 9.1 deployment fails at the pre check stage far more often than it fails during bring up, and almost always for reasons you could have cleared a day earlier. This part is the full readiness checklist, so you open the VCF Installer with every host, record and address already in place. Work through it top to bottom and tick each item off before you download a single bundle.
You will confirm host counts and ESXi builds, prepare forward and reverse DNS, set NTP on every host, plan a management IP block, lay out VLANs and MTU, reserve the ranges that VCF Management Services and VCF Automation need, and record all of it in the Planning and Preparation Workbook. Two DNS servers and two NTP servers are required, and both must live outside the VCF instance you are about to build. Whichever path you take, greenfield, converge or import, these prerequisites gate the start.
Prerequisites
Group the requirements by area so nothing slips through. Each area below has a target value you can verify today. Anything you cannot confirm now is a task to close, not a footnote to skip, because the installer will stop on it later.
| Area | What to confirm | Target value |
|---|---|---|
| ESX hosts | Host count and a single vendor | Three hosts for vSAN, or two for external storage, all one vendor |
| ESXi build | Version matches the bill of materials | Exact build from the VCF 9.1 BOM, freshly installed, health healthy |
| Storage | Principal storage type chosen | vSAN OSA or ESA, VMFS on Fibre Channel, or NFS v3 |
| DNS | Forward and reverse records for every FQDN | Two DNS servers, both resolving A and PTR records |
| NTP | Time source reachable and answering | Two NTP servers, host policy set to start and stop with host |
| Management IPs | Contiguous block reserved | A /27 recommended, a /28 minimum, on the management network |
| Host access | SSH and static addressing set | SSH enabled, static IP, subnet, gateway and DNS on each host |
Step 1, size and prepare the ESX hosts
Confirm host count, a single vendor, clean ESXi, and fleet sizing.
- Provide a minimum of three ESX hosts for a vSAN management domain, whether you run vSAN OSA or ESA, or two hosts if you use external storage (Fibre Channel VMFS or NFS v3).
- Use hosts from a single hardware vendor, since mixed vendor hardware in the management domain is not supported.
- Install ESXi fresh on each host and confirm the physical health status reads healthy.
- Make sure each host carries a non-expired license.
- Size for the whole fleet: a highly available medium deployment needs four hosts giving roughly 220 vCPU, 728 GB RAM and about 10.7 TB of usable disk.
Step 2, match the ESXi build to the bill of materials
Match every host to the exact build in the bill of materials.
- Run the exact ESXi build listed in the VCF 9.1 bill of materials, not merely a matching major version.
- Download the build called out in the BOM, install it cleanly, and record the build number next to each host in your workbook.
- Avoid a newer or older patch than the BOM specifies, because the host is refused at commission time.
- If converging or importing, confirm the estate floor: vSphere 8.0 Update 3a or later for converge, and vSphere 8.0 Update 3 with NSX 4.2 or later for import.
Step 3, prepare forward and reverse DNS
Create matching forward and reverse records for every name.
- Create an A record and a matching PTR record for every component FQDN: the VCF Installer, vCenter, SDDC Manager, each NSX Manager, VCF Operations, and each VCF Management Services node.
- Point at two DNS servers hosted outside the VCF instance, so a half built fleet cannot take out its own name resolution.
- Confirm reverse lookup returns the exact FQDN, since the installer rejects any address whose PTR is missing or wrong.
- Use fully qualified names everywhere, because short names in the inventory will stop you.
- Test each name both ways before you move on.
Step 4, set NTP on every host and appliance
Time is not optional in VCF, because certificate trust and login tokens across the fleet depend on clocks staying in sync. Configure two NTP servers reachable from both the ESXi management network and the VM management network, and host them outside the instance for the same reason as DNS. On each ESXi host set the NTP service policy to start and stop with host, so the service comes up with the host every time. Keep skew to a few seconds at most. A clock that drifts even slightly will break single sign-on and token exchange in ways that look like unrelated failures later, so fix time first and verify it before you trust anything else.
On a standalone ESXi host, set NTP from the ESXi Host Client like this.
- Open a browser to the ESXi Host Client, at the host FQDN followed by /ui, and log in as root.
- In the left pane, click Manage.
- Click the System tab.
- Click Time & date.
- Click Edit NTP Settings.
- Select Use Network Time Protocol, which enables the NTP client.
- Set the NTP service startup policy to Start and stop with host.
- In the NTP servers field, enter your two NTP server addresses, separated by a comma.
- Click Save.
- Back on Time & date, select the NTP service, click Start, and confirm it shows Running.
Step 5, plan the management IP block
Reserve a contiguous management block sized for growth.
- Reserve a contiguous block on the management network for the mandatory VCF Management Services cluster. For exact counts by scenario, see the VCF 9.1 IP address requirements reference.
- Use a /27 for thirty usable addresses and room to grow, the recommended size.
- Treat a /28 with fourteen usable as the minimum, which leaves almost no headroom.
- Place the core appliances inside the block: vCenter, SDDC Manager, NSX, VCF Operations and the installer, plus the two reserved ranges from Step 7.
- Make sure the block does not overlap any existing network pool, since overlapping pools are rejected.
Step 6, lay out the physical network, VLANs and MTU
Give each traffic type a VLAN and set jumbo frames end to end.
- Assign a VLAN ID and CIDR to each of Management, vMotion, vSAN and NSX Overlay, and record the gateway for each.
- Set MTU 9000 on vMotion, vSAN and NSX Overlay so they carry jumbo frames.
- Configure that same MTU end to end on the physical switches, not just the host, or large frames drop silently.
- Run management traffic at 1500 or 9000 depending on your design.
- Confirm each VLAN is trunked to every host, since the distributed switch the installer builds uses 9000.
Step 7, reserve the IP ranges for VCF Management Services and VCF Automation
Hand the installer two contiguous ranges.
- Provide the VCF Management Services range as a range, a minimum of twelve consecutive IP addresses.
- Provide the VCF Automation range as a range, at least five consecutive IP addresses.
- Reserve the Automation range even if you do not deploy Automation on day one, so the block does not need re-carving later.
- Write down the first and last address of each range and keep both inside the management block from Step 5.
- Make sure neither range overlaps the appliance addresses or each other, since this most often pushes a /28 over its limit.
| Item | Count | Notes |
|---|---|---|
| VCF Management Services | 12 consecutive IPs | Container cluster, mandatory in 9.1 |
| VCF Automation | 5 consecutive IPs | Reserve even if you add Automation later |
| Management block size | /27 recommended, /28 minimum | Thirty or fourteen usable addresses |
Step 8, complete the Planning and Preparation Workbook
Capture every wizard value in the Planning and Preparation Workbook.
- Open the Planning and Preparation Workbook, the spreadsheet that captures every value the installer wizard asks for.
- Fill in networks and CIDRs, VLAN IDs, MTU, IP pools and ranges, gateways, host FQDNs, management addresses and the credentials for each component.
- Treat the workbook as the single source of truth, so a blank or guessed field does not become a wrong value typed under time pressure.
- Cross check every cell against DNS and your addressing plan before you open the wizard.
Step 9, run the installer pre checks
Deploy the installer and clear its prechecks before you commit.
- Deploy the VCF Installer appliance at 4 vCPU, 16 GB RAM and 914 GB disk, on a network that can reach the ESX hosts, VM management, DNS and NTP.
- Run the full validation set: forward and reverse DNS, NTP reachability, NIC speed, disk eligibility, IP availability and required ports.
- Fix anything that is not green and run the checks again.
- Treat a clean pass as the signal your prerequisites are complete, since clearing a red check now is far cheaper than stopping a bring up halfway.
| Component | vCPU | RAM | Disk |
|---|---|---|---|
| VCF Installer appliance | 4 | 16 GB | 914 GB |
| Management fleet, four hosts, HA medium | 220 total | 728 GB total | 10.7 TB total |
Verify readiness before bring up
Confirm each prerequisite with a test rather than a glance. For DNS, run a forward and a reverse lookup on every FQDN and check that the reverse result matches the forward name exactly. For NTP, compare the clock on each host and appliance and confirm skew is within a few seconds. For MTU, send a jumbo frame across each network with the do not fragment bit set and a payload of 8972 bytes, which proves 9000 end to end. For addressing, confirm the reserved ranges are free and do not overlap. Then read the installer pre check page, where DNS, NTP, NIC speed, disk eligibility and IP availability should all show green. When every one of those passes, you are ready to move to the network setup in Part 3 and the installer deployment in Part 4.
Common errors and fixes
Reverse DNS is missing or wrong.
A pre check fails when a PTR record returns nothing or a name that does not match the A record. Add or correct the PTR so the reverse lookup returns the exact FQDN, then retest both directions.
NIC speed validation fails.
Validation flags NICs slower than 10GbE. Use certified 10GbE adapters for a production build. For a lab, apply the documented VCF Installer workaround that relaxes the NIC speed check, and treat it as lab only.
Disk eligibility fails.
Disks that still hold partitions, or devices not recognised for vSAN, are rejected. Clear existing partitions, present empty certified devices, and confirm the cache and capacity tiers are correct before you retry.
IP range is too small.
A /28 with fourteen usable addresses cannot hold twelve for Management Services, five for Automation and the core appliances at once. Move the management block to a /27 and re-enter the ranges.
Clock skew breaks sign on.
Certificate and token errors that look unrelated often trace back to time drift. Correct NTP on the affected host or appliance, confirm skew is within a few seconds, then run the checks again.
Common questions
How many hosts does the management domain need
Three ESX hosts if you use vSAN, whether OSA or ESA, or two hosts if you use external storage such as Fibre Channel VMFS or NFS v3. All management domain hosts must come from a single hardware vendor.
What subnet size should I reserve
A /27 with thirty usable addresses is recommended and leaves room to grow. A /28 with fourteen usable is the documented minimum, and it is tight once you reserve twelve IPs for Management Services and five for Automation.
How large is the VCF Installer appliance
Size it at 4 vCPU, 16 GB of RAM and 914 GB of disk, and give it network access to the ESX hosts, the VM management network, DNS and NTP.
Do converge and import use the same prerequisites
Forward and reverse DNS, NTP and fully qualified names apply to every path. Converge additionally needs vSphere 8.0 Update 3a or later, and import needs vSphere 8.0 Update 3 with NSX 4.2 or later.
References
- Broadcom TechDocs: Preparing ESX Hosts for VCF or vSphere Foundation
- Broadcom TechDocs: Commission ESX Hosts (VCF 9.1)
- Broadcom TechDocs: Deployment, Convergence, and Upgrade (VCF 9.1)
- William Lam: VCF 9.1 VCF Installer and SDDC Manager Configuration Workarounds

