Disconnected
or Not Responding
in the vCenter Server inventory.vmware-hostd
management service is not running.vmware-hostd
management service using the vim-cmd
or vmware-cmd
command fails.verbose 'FSVolumeProvider'] RefreshVMFSVolumes called
This article applies only to hosts running versions of ESX/ESXi hosts which have advanced setting Misc.APDHandlingEnable set to a value of 0.
Note: The default setting is set to a value of 1.
Default APD handling is different in ESXi 5.1 and later including ESXi 6.x.
For more information, see the Handling Transient APD Conditions section in the vSphere Storage Guide
.
Determine whether there are any LUNs in an All-Paths-Down (APD) state on an ESXi/ESX host:
esxcfg-mpath
command to obtain a list of all device paths, and filter by their State:# esxcfg-mpath --list-paths --device <device mpx/naa name> | grep state
esxcfg-mpath -b |grep -C 1 dead
dead
, but other paths to the same device report the State as Up
, perform a rescan to remove the stale device entries. For more information, see Performing a rescan of the storage on an ESXi/ESX host (1003988).If the APD condition is noticed prior to any process opening a file on the affected VMFS datastores, the impending blocking I/O can be fast-failed by setting the advanced configuration option VMFS3.FailVolumeOpenIfAPD = 1
on ESXi/ESX 4.1. For more information, see Configuring advanced options for ESXi/ESX .
In situations where any dead path or APD is noticed, individual HBAs can be rescanned using this command:# esxcfg-rescan -d
vmhbaX
Note: Replace vmhbaX with the appropriate HBA, for example vmhba33.
In ESX/ESXi 4.1 and later, all HBAs can be rescanned using this command:
# esxcfg-rescan -A
Note: If any device is already in an APD condition with active I/O already waiting for the device to return, setting this option does not cause the already-issued I/O to fail. It is necessary to either bring the LUN paths back up, or to wait for the I/O to eventually fail.
For more information, see Virtual machines stop responding when any LUN on the host is in an all-paths-down (APD) condition (1016626).
To avoid the APD state on an ESXi/ESX host, ensure to use the correct method to unpresent the LUNs. For more information on the correct procedure for unpresenting LUNs, see How to detach a LUN device from ESXi hosts, depending on your ESX/ESXi version.
Note: When changing Fabric switching, confirm that the settings are correct. This issue is seen to occur when switching brands of switches. Contact the switch vendor for the appropriate configuration when performing a switch migration.
To be alerted when this document is updated, click the Subscribe to Article link in the Actions box
Unable to connect to ESXi host using SSH
Performing a rescan of the storage on an ESXi host
Virtual machines stop responding when any LUN on the host is in an all-paths-down (APD) condition
Configuring advanced options for ESXi/ESX
How to detach a LUN device from ESXi hosts
Permanent Device Loss (PDL) and All-Paths-Down (APD) in vSphere ESXI