A Linux virtual machine (VM) remains inaccessible and fails to load the Guest OS following a reboot. The VM console hangs at the Plymouth boot screen or after reaching basic system targets. This condition occurs when the ESXi host loses connectivity to a Physical Raw Device Mapping (RDM).
sd 0:0:62:0: [tag#831] timing out command, waited 180sStarted Show Plymouth Boot Screen.Reached target Basic System.Cmd(...) failed H:0x1 D:0x0 P:0x0esxcli storage core device list shows the device status as dead timeout.The ESXi host has lost connectivity to the underlying storage LUN backed by the RDM. The VMkernel error code H:0x1 (NO_CONNECT) indicates that the LUN is no longer visible to the host’s Host Bus Adapter (HBA). This is frequently caused by 3rd-party environmental factors such as storage array port failures, incorrect LUN masking/zoning, or physical hardware faults (cabling/SFPs).
ScsiDeviceIO: 4697: Cmd(<hex_code>) 0x1a, CmdSN <hex_code> from world <id> to dev "naa.<id>" failed H:0x1 D:0x0 P:0x0Perform the following troubleshooting steps:
esxcli storage core adapter rescan --allesxcli storage core device list -d <naa_id>. If status returns "dead timeout", proceed to physical and array-side inspections.If the RDM is not critical for the boot process of the Guest OS, temporarily detach the RDM disk from the VM settings to allow the VM to boot using its virtual disks.
Note: This results in the loss of access to the data on that RDM until connectivity is restored.