Perform a hard reboot of the affected ESXi host to clear the hung I/O stack and restore host communication.
esxtop. Press d to switch to the device view and monitor DAVG/cmd values. High latency (typically >30ms) across multiple LUNs confirms the storage subsystem is the bottleneck./var/run/log/vmkernel.log # Look for entries similar to: WARNING: ScsiDeviceIO: 1513: Device <naa_id> performance has deteriorated.<esxi_host_hostname>. This forces the termination of the hung storage process and resets the HBA/storage adapter state. # If the host remains responsive to CLI: esxcli system shutdown reboot -r "Storage latency hang" # If the host is unresponsive, physically power cycle the host.# Verify VM registration status via PowerCLI or vCenter UI: Get-VM -Location <cluster_name> | Where-Object {$_.VMHost -eq "<esxi_host_hostname>"}