/var/log/vmware/vpxd/vpxd.log
YYYY-MM-DD:T:HH:MM:SS info vpxd[#####] [Originator@68## sub=HostCnx opID=CheckforMissingHeartbeats-380####] [VpxdHostCnx] No heartbeats received from host; cnx: <UUID>, host-<ID>, time since last heartbeat: 98769msYYYY-MM-DD:T:HH:MM:SS info vpxd[[#####]] [Originator@68## sub=HostCnx opID=CheckforMissingHeartbeats-380####]] Marking the connection alive to false: <UUID>YYYY-MM-DD:T:HH:MM:SS info vpxd[[#####]] [Originator@68## sub=InvtHostCnx opID=CheckforMissingHeartbeats-380####]] Got lost connection callback for host-<ID>
VMware vCenter Server 8.0
VMware vSphere ESXi 8.0
This issue is caused by network congestion or traffic interception on the physical network during backup operations. High-volume data from security scanning tools or traffic mirroring across VLANs can overwhelm the network during backup windows, preventing ESXi heartbeat packets from reaching the vCenter Server.
Reach out to the internal network team, as this issue could be caused by the traffic mirroring network solution in the environment (not limited though)
pktcap-uw --uplink vmnicX --capture UplinkSndKernel --udpport 902 -o -| tcpdump-uw -enr - > /tmp/esxi.pcap tcpdump src host <esxi_host_ip_address> and udp port 902 -w /tmp/vCenter.pcap
net-stats -lpktcap-uw --switchport [PortID] --capture VnicTx,VnicRx -s 256 -o /tmp/vm.pcapIf no dropped packets are observed in the packet capture files, investigate the host unresponsive events. Refer to Troubleshooting an ESXi host in a "not responding"/"disconnected" state