A vSAN cluster reports multiple critical health alerts in Skyline Health, primarily centered around a vSAN Cluster partition and vSAN: Basic (unicast) connectivity check. Users may observe that one or more ESXi hosts appear disconnected from vCenter, and virtual machine performance becomes sluggish or unresponsive.
Technical discovery reveals the following:
esxcli vsan cluster get shows a Sub-Cluster Member Count of 1, indicating the host is isolated from the rest of the cluster.vmkping attempts between affected hosts over the vSAN VMkernel interface fail with 100% packet loss or sendto() failed (Host is down), even when using small packet sizes.1. Skyline health reported with vSAN Cluster partition with vSAN: Basic (unicast) connectivity check under vSAN cluster>Monitor>Skyline health
esxcli vsan cluster get[root@Host1:~] esxcli vsan cluster get Sub-Cluster Membership Entry Revision: 0 Sub-Cluster Member Count: 1vmkping -I VMKX (WERE x IS THE VSAN VMK) ip[root@Host1:~] vmkping -I vmkX ***.**.**.3PING ###.###.###.### (###.###.###.###): 56 data bytes--- ***.**.**.3 ping statistics ---3 packets transmitted, 0 packets received, 100% packet lossVMware vSAN (All versions)
The partition is caused by a networking misconfiguration where the vSAN traffic IP/VMkernel adapter is tagged with an incorrect VLAN or is connected to a physical switch port with mismatched VLAN trunking. This prevents the unicast networking required for cluster membership and metadata synchronization.
To resolve the cluster partition, the VMkernel adapter configuration must be corrected to match the physical network environment:
esxcfg-vmknic -l to identify which vmk interface is tagged for vSAN traffic.vmkping -I vmkX <Target_IP> is successful and that esxcli vsan cluster get reflects the correct Sub-Cluster Member Count (e.g., 5).