When attempting to add a new ESXi host to an existing vSAN cluster via SDDC Manager, the task remains stuck in an "activating" state indefinitely.
Symptoms:
SDDC Manager UI shows the host status as "activating" with no progress.
Sub-tasks related to "Enable vSAN" or "Configure Networking" fail to initialize or time out.
The new host is missing specific networking components (e.g., a standard vSwitch, Port Group, or VMkernel interface like vmk1) that are present on all existing cluster members.
VMware Cloud Foundation (VCF) 5.x/9.x
The new ESXi host's networking configuration does not match the uniform cluster profile required for vSAN integration.
Identify the Configuration Gap:
Log into a functional ESXi host in the cluster via SSH and run: esxcfg-vmknic -l and esxcfg-vswitch -l.
Log into the new ESXi host and run the same commands to identify missing vSwitches or Port Groups (e.g., a missing "BMC_Network").
Manually Align Networking:
On the new host, create the missing vSwitch or Port Group to match the existing hosts exactly (including MTU and VLAN ID).
Example command to add a Port Group: esxcli network vswitch standard portgroup add -p "<PORTGROUP_NAME>" -v <VSWITCH_NAME>