ESXi host disconnects intermittently from vCenter Server (1005757)
Document Id
1005757
Symptoms
ESX/ESXi hosts disconnect frequently from vCenter Server.
Note: For additional symptoms and log entries, see the Additional Information section.
Purpose
To work around this issue, increase the timeout limit in config.vpxd.heartbeat.notrespondingtimeout field.
Cause
This issue occurs when the UDP heartbeat message sent by ESX/ESXi host is not received by vCenter Server. if vCenter Server does not receive the UDP heartbeat message, it treats the host as not responding. ESX/ESXi host send heartbeats in every 10 seconds and vCenter Server has a window of 60 seconds to receive the heartbeats. This behavior can be an indication of a congested network between the ESX/ESXi host and vCenter Server.
Resolution
This is a known issue affecting vCenter Server.
Currently, there is no resolution.
To work around this issue, increase the timeout limit in vCenter Server.
Note: Increasing the timeout is a short-term solution until the network issues can be resolved.
Note: Increasing the timeout is a short-term solution until the network issues can be resolved.
To increase the timeout limit:
vSphere Client:
- Open the vSphere Client.
- Connect to vCenter Server.
- Select Administration > vCenter Server Settings to display the vCenter Server Settings dialog box.
- If the vCenter Server system is part of a connected group, select the server you want to configure from the Current vCenter Server dropdown.
- In the settings list, select Advanced Settings.
- In the Key field, type:
config.vpxd.heartbeat.notRespondingTimeout - In the Value field, type:
120 - Click Add.
- Click OK.
- Restart the vCenter Server service.
vSphere Web Client:
- Open the vSphere Web Client and connect to the vCenter Server.
- In the vSphere Web Client, navigate to the vCenter Server instance.
- Select the Manage tab.
- Select Advanced Settings.
- Click Edit.
- In the Key field, type:
config.vpxd.heartbeat.notRespondingTimeout - In the Value field, type:
120 - Click Add.
- Click OK.
- Run this command to restart the vCenter Server service:
vCenter Server Appliance 5.5: service vmware-vpxd restart
vCenter Server Appliance 6.x: service-control --stop vmware-vpxd; service-control --start vmware-vpxd
Related Information
You see these additional symptoms:
- vCenter Server shows ESX/ESXi host(s) as not responding
- vCenter Server is not randomly receiving ESX/ESXi heartbeats
- When verbose logging is enabled, in the C:\ProgramData\VMware\VMware VirtualCenter\Logs\vpxd.log(/var/log/vmware/vpxd/ in vCenter Server Appliance) file, you see entries similar to:
[<YYYY-MM-DD>T<time> verbose 'App'] [VpxdIntHost] Missed 2 heartbeats for host esx03.it.test.local
</time>Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.
No comments:
Post a Comment