Hi There,
This article will help you to check network connectivity of vSAN vmkernel as I came across the situation where I was having issues with cluster partition and had to validate the vSAN network connectivity between the hosts.
1) Ping using vSAN vmkernel of host esx01 to esx02 vSAN vmkernel.
[root@esx01.syed.in:~]vmkping -I vmk2 172.8.3.102 -d -s 7472
-I <interface>
-d <set DF bit (do not fragment) in IPv4 or Disable Fragmentation (IPv6)>
-s <size>
Note: In my case vmk2 was assigned to vSAN vmkernel.
vmk2 for host01 - 172.18.3.101
vmk2 for host02 - 172.18.3.102
Comments
Post a Comment