Issue:
ESXi gets disconnected from vCenter server intermittantly
Solution:
This issue occurs when the UDP heartbeat message sent by ESX/ESXi host is not received by vCenter Server.
- Select the vCenter object from the inventory under Hosts and Clusters.
- Select the Manage or Configure tab.
- Select Settings > Advanced Settings.
- Click Edit. and add new value
- In the Key field, type:
config.vpxd.heartbeat.notRespondingTimeout
- In the Value field, type:
120
- Click Add.
- Click OK.
9.SSH to vCenter with root credentails and restart below service:
[ ~ ]# service-control --stop vmware-vpxd; service-control --start vmware-vpxd
Operation not cancellable. Please wait for it to finish...
Performing stop operation on service vpxd...
Successfully stopped service vpxd
Operation not cancellable. Please wait for it to finish...
Performing start operation on service vpxd...
Successfully started service vpxd
No comments:
Post a Comment