ESXi hosts periodically disconnect from vCenter Server and show as "Not Responding" while:
Network path interruption between vCenter Server and ESXi hosts, typically caused by:
Test basic connectivity
vmkping -I vmk0 vcenter-ip
# Test with specific interface and regular MTU
vmkping -I vmk0 vcenter-ip -d -s 1472
# For hosts with jumbo frames configured
# Start with standard size then increase gradually
vmkping -I vmk0 vcenter-ip -d -s 1472
vmkping -I vmk0 vcenter-ip -d -s 4972
vmkping -I vmk0 vcenter-ip -d -s 8972
# Testing other management interfaces if present
vmkping -I vmk1 vcenter-ip -d -s 1472
vmkping -I vmk2 vcenter-ip -d -s 1472
# Testing with different packet counts to check for intermittent drops
vmkping -I vmk0 vcenter-ip -c 100
tcpdump src <host-ip> and port 902 -nnVerify heartbeat packets are flowing between host and vCenter
journalctl -b | grep -i "HostSyncFailed"