vmware故障排除存储适配器

 

使用 esxcli storage san 命令获取和显示适配器的事件和统计信息。您可以分析命令的输出结果来确定适配器的问题,并找出合适的解决方案。

esxcli storage san 命令

 

命令 描述 选项
esxcli storage san fc | iscsi | fcoe | sas list 列出适配器属性。
注:iSCSI 仅应用于软件 iSCSI。
-- adapter | -A

适配器名称 (vmhbaX) 或无,用于列出有关特定类型的所有适配器的信息。

esxcli storage san fc | iscsi | fcoe | sas stats get 获取适配器统计信息。
注:iSCSI 仅应用于软件 iSCSI。
-- adapter | -A

适配器名称 (vmhbaX) 或无,用于列出有关特定类型的所有适配器的信息。

esxcli storage san fc | fcoe | sas reset 重置特定适配器。 -- adapter | -A

适配器名称 (vmhbaX)。

esxcli storage san fc events get 检索光纤通道适配器的事件。 -- adapter | -A

适配器名称 (vmhbaX) 或无,用于列出有关系统上所有光纤通道适配器的信息。

 

Forcing a Fabric Login reset on Fibre Channel and FCOE Adapters (2058675)

在光纤通道和FCOE适配器上强制Fabric登录重置(2058675)

 

Purpose

  • This article provides steps to perform a Fabric Login (FLOGI) reset to a Native Fibre Channel (FC) or Fibre Channel over Ethernet (FCoE) adapter on ESXi 5.1 and later.
  • VM running with Raw Device Mapping (RDM) stopped after reboot.
 

Resolution

To send the Fabric Login reset from the console:
  1. Open the console or SSH to the ESXi host. For more information, see Using Tech Support Mode in ESXi 4.1, ESXi 5.x and 6.0 (1017910).
  2. From an SSH session or command line, interface to the ESXi host:
    • For FC, run the command:

      # esxcli storage san fc reset -A vmhbaX
       
    • For FCoE, run the command:

      # esxcli storage san fcoe reset -A vmhbaX

      Where vmhbaX is the adapter on which you are performing the LIP reset.
posted @ 2023-06-15 17:22  小明123_123  阅读(106)  评论(0)    收藏  举报