A vSAN cluster reports multiple critical health alerts in Skyline Health, primarily centered around a vSAN Cluster partition and vSAN: Basic (unicast) connectivity check. In two-node ESA configurations, these warnings are frequently caused by MTU mismatches between data nodes and the Witness Appliance, potentially leading to isolated hosts and unresponsive virtual machines.
esxcli vsan cluster get shows a Sub-Cluster Member Count of 1, indicating the host is isolated.vmkping attempts fail with 100% packet loss or sendto() failed (Host is down) socket errors.vmkping -I vmkX -d -s 8972 fails despite successful pings between data nodes.esxtop output displays entries with "void" for the assigned vSAN vmnic.The partition is caused by a networking misconfiguration where the vSAN traffic IP/VMkernel adapter is tagged with an incorrect VLAN, or an architectural MTU mismatch exists. Additionally, firewall or switch rules may be blocking required ports (TCP 2233 and UDP 12321) for vSAN heartbeats and communication. This can be triggered on an existing cluster after switch upgrades, configuration changes, or migrations of hosts to new switches.
Address the underlying cause of the partition:
esxcli vsan network listesxcfg-vmknic -l.esxcli network ip interface set -i vmkX -m 9000.Validate the problem has been resolved:
vmkping -I vmkX -d -s 8972 to ensure 0% packet loss.esxcli vsan cluster get to confirm all members are present.