vSAN cluster>Monitor>Skyline health.esxcli vsan cluster get" reports the sub-cluster membership count as 1, indicating the host is completely isolated from the rest of the cluster nodes. This command capture the Sub-Cluster member count that includes all the nodes running in the vSAN cluster.[root@server name:~] esxcli vsan cluster getCluster Information Enabled: true Current Local Time: YYYY-MM-DDTHH:MM:SS Local Node UUID: ########-####-####-####-############ Local Node Type: NORMAL Local Node State: MASTER Local Node Health State: HEALTHY Sub-Cluster Master UUID: ########-####-####-####-############ Sub-Cluster Backup UUID: ########-####-####-####-############ Sub-Cluster UUID: ########-####-####-####-############ Sub-Cluster Membership Entry Revision: 37 Sub-Cluster Member Count: 1 Sub-Cluster Member UUIDs: ########-####-####-####-############, ########-####-####-####-############ Sub-Cluster Member HostNames: server name1, server name2 Sub-Cluster Membership UUID: ########-####-####-####-############ Unicast Mode Enabled: true Maintenance Mode State: OFF Config Generation: ########-####-####-####-############ 7 YYYY-MM-DDTHH:MM:SS Mode: REGULAR
esxcli vsan cluster unicastagent list" on the affected host returns an empty output.
VMware vSAN 8.x
VMware vSAN 9.x
The ESXi host partitioned due to an unpopulated vSAN unicastagent list, preventing peer communication. Subsequent cluster instability is driven by a stale or unresponsive CMMDS master node state.
To resolve the vSAN cluster partition issue, the affected host must be properly rejoined to the vSAN cluster with the correct Sub-Cluster UUID.
esxcli vsan cluster leave
esxcli vsan cluster join -u <sub-cluster uuid>
Note: Note down the sub-cluster UUID from peer node of the same vSAN cluster by running the command "esxcli vsan cluster get".
esxcli vsan cluster unicastagent list
vsish: vsish -e set /vmkModules/cmmds/forceTransition abdicateLeader
Note:
Even if the network allows communication (unicast agents are populated) and the host knows the correct UUID, the cluster might still reject the host. This happens at the CMMDS layer.
One host in the cluster is always elected as the CMMDS Master. Sometimes, the Master node caches a "stale" state, incorrectly believing the partitioned host is still dead or incompatible, and refuses to let it sync. Executing the abdicateLeader command via vsish forces the Master node to immediately resign from its leadership role.
When the Master steps down, the cluster instantly holds a new election. The newly elected Master is forced to rebuild the CMMDS directory entirely from scratch using live data from all currently connected hosts. This inherently flushes out the stale cache and allows the previously partitioned host to be recognized and fully integrated.