"vSAN: MTU check (ping with large packet size)"./var/log/vmkernel.log or /var/log/vobd.log) show "Lost Access to volume" messages.VMware vSphere ESXi 8.x
Run the following command on affected ESXi hosts to check for physical NIC errors.
Replace vmnic# with the appropriate physical interface used for your vSAN traffic:esxcli network nic stats get -n vmnic#
Test the connection using a large packet size (Jumbo Frames) to ensure the physical path supports the configured MTU without loss.
Replace vmk# with your vSAN VMkernel adapter and <Destination_IP> with the target vSAN IP:vmkping -I vmk# <Destination_IP> -s 8972 -d -c 20
Note: The -d flag in this command sets the "Do Not Fragment" bit, which ensures the test accurately validates the full MTU size across the network path.
If the vmkping tests show packet loss or the interface statistics show errors, collaborate with networking vendor to:
Inspect and replace physical uplink cables (DAC/Fiber).
Reseat or replace SFP+ modules.
Check switch port statistics for CRC errors or PHY symbol errors.
After replacing any faulty hardware or resolving the physical layer issue, re-run the vmkping command above.
Finally, verify in vCenter that the vSAN Skyline Health MTU Check alarm has successfully cleared.