Troubleshoot storage adapter Offline or Down status within the VMware vSphere environment. This article provides steps to identify physical and logical layer failures when an HBA fails to present to the ESXi host.
Symptoms
Offline or Down in vCenter.Unknownlocalcli storage san fc list indicates Port State: LINK DOWN and Speed: 0 Gbps./var/run/log/vmkernel.log:WARNING: iodm: vmk_IodmEvent:194: vmhba6: FRAME DROP event has been observed 17 times in the last one minute.ScsiDeviceIO: 4115: Cmd(...) failed H:0x2 D:0x0 P:0x0WARNING: ScsiPath: 830: Failed to fetch FC target attributes for path vmhba4:C0:T4:L0.Status = 195887105qedf:vmhba#:qedfc_link_update_handler:####:Info: ST(LINK): LINK_DOWNqedf:vmhba#:soft_context_reset:####:Info: calling qedfc_ctx_soft_reset
The "Offline" status typically indicates a logical or driver-layer disconnect, while "Down" indicates a physical link-layer failure (no light). Frame drops, H:0x2 errors, and Status 195887105 point to physical fabric congestion, faulty hardware, or link-layer issues outside the ESXi host.
esxcli storage san fc reset -A vmhba# and For FCoE: esxcli storage san fcoe reset -A vmhba#