esxcli コマンドを使用して、システムにロードされている VMware NMP SATP をリスト表示します。SATP に関する情報を表示します。

前提条件

ESXCLI をインストールします。ESXCLI スタート ガイドを参照してください。トラブルシューティングするには、ESXi Shellesxcli コマンドを実行します。

手順

  • VMware SATP をリスト表示するには、次のコマンドを実行します。
    esxcli storage nmp satp list

結果

各 SATP について、出力にストレージ アレイのタイプを示す情報または SATP がサポートするシステムを示す情報が表示されます。出力には、その SATP を使用するすべての LUN のデフォルトの PSP も表示されます。[説明] 列の Placeholder (plugin not loaded) は、SATP がロードされていないことを示します。

例: ホストの SATP の表示

# esxcli storage nmp satp list
Name                 Default PSP    Description
VMW_SATP_MSA         VMW_PSP_MRU    Placeholder (plugin not loaded)
VMW_SATP_ALUA        VMW_PSP_MRU    Placeholder (plugin not loaded)
VMW_SATP_DEFAULT_AP  VMW_PSP_MRU    Placeholder (plugin not loaded)
VMW_SATP_SVC         VMW_PSP_FIXED  Placeholder (plugin not loaded)
VMW_SATP_EQL         VMW_PSP_FIXED  Placeholder (plugin not loaded)
VMW_SATP_INV         VMW_PSP_FIXED  Placeholder (plugin not loaded)
VMW_SATP_EVA         VMW_PSP_FIXED  Placeholder (plugin not loaded)
VMW_SATP_ALUA_CX     VMW_PSP_RR     Placeholder (plugin not loaded)
VMW_SATP_SYMM        VMW_PSP_RR     Placeholder (plugin not loaded)
VMW_SATP_CX          VMW_PSP_MRU    Placeholder (plugin not loaded)
VMW_SATP_LSI         VMW_PSP_MRU    Placeholder (plugin not loaded)
VMW_SATP_DEFAULT_AA  VMW_PSP_FIXED  Supports non-specific active/active arrays
VMW_SATP_LOCAL       VMW_PSP_FIXED  Supports direct attached devices

このコマンドの詳細については、『ESXCLI の概念と範例』および『ESXCLI のリファレンス』ドキュメントを参照してください。