esxi磁盘设备状态显示‘’正常,已降级‘’ 解决

ESXi把它算作了远程磁盘,所以它期望有两条路径可以到达它,如果没有找到,它会将其视为已降级。现在要解决这个问题,我们需要通过 SSH 使用以下过程将其标记为本地磁盘。但如果您有 vCenter,您只需右键单击设备并单击“标记为本地”即可。如果没有 vCenter,请使用SSH连接ESXi后运行以下命令(请把前两条命令中的diskid替换为实际的磁盘标识符,如:naa.6cc64a61005ba68d19b9d4b500000000):

esxcli storage nmp satp rule add -s VMW_SATP_LOCAL –device diskid –option=”enable_local”

esxcli storage core claiming reclaim -d diskid

esxcli storage core claimrule load