Symptoms:
- A vSAN Witness node (Virtual or Physical) is isolated.
To confirm witness node isolation run the command:
esxcli vsan cluster get
If the output of the command returns:
Sub-Cluster Member Count: 1
Local Node State: STANDALONE
Or
Sub-Cluster Member Count: 0
Local Node State: Discovery
Then the Witness is confirmed to be isolated from the vSAN Cluster.
- The vSAN Witness node cannot form a cluster with the remaining vSAN data nodes in a stretched cluster configuration.
- Pinging the Witness node from a vSAN ESXi host fails.
- Pinging an ESXi host from a Witness works, but not with a full TCP frame. You can use below vmkping command to test the connectivity :
vmkping -I <witness-vmk#> <vsan-IPaddress> -s <icmp-data-size> -d
Note: -d option is for 'don't fragment' bit on the IPv4 packet.
-s is for size. 8972 is the size needed for 9000 MTU and 1472 is the size needed for MTU 1500.