To troubleshoot this issue, ensure that bidirectional heartbeat communications are functioning correctly.
The default port for this communication is UDP 902, but be sure to verify the configured port in the vpxa.cfg
file on the host. This file also defines the IP address, which manages the host.
Confirm the vCenter Server managed IP address continuity throughout the environment.
ManagedIP
row.ipconfig
ifconfig
vpxa.cfg
file for the heartbeat traffic port by running the command:grep -i serverport /etc/vmware/vpxa/vpxa.cfg
configstorecli config current get -c esx -g services -k vpxa_solution_user_config |grep -i server_port
vpxa.cfg
file for the managed IP address by running the command:grep -i serverIp /etc/vmware/vpxa/vpxa.cfg
configstorecli config current get -c esx -g services -k vpxa_solution_user_config |grep -i server_ip
Test connectivity between vCenter Server and the ESXi host through the heartbeat network.
Using telnet
and netcat
, test connectivity over the heartbeat network through the configured heartbeat port (default 902). For more information, see:
Test network congestion: