メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。

VxRail: Identify a failed disk physical slot from ESXi CLI

概要: Identify a failed disk physical slot from ESXi CLI

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


手順

  1. Log in to the ESXi host via SSH.
  2. List vSAN disks using this command:
# esxcli vsan storage list
  1. Examine the output.
One of the devices will not reveal any associated UUIDs and the on-disk format version will be reported as <Unknown>:
For example:
naa.6000c29c53fc02afe598901871729854
Device: naa.6000c29c53fc02afe598901871729854
Display Name: naa.6000c29c53fc02afe598901871729854
Is SSD: false
VSAN UUID:
VSAN Disk Group UUID:
VSAN Disk Group Name:
Used by this host: false
In CMMDS: false
On-disk format version: <Unknown>
Deduplication: false
Compression: false
Checksum:
Checksum OK: false
Is Capacity Tier: false
 
  1. To identify the failed disk physical slot.
    From the ESXi SSH, run these commands:
     
    # esxcli storage core device physical get -d <naa iddentifier device>
    # esxcli storage core device raid list -d <naa iddentifier device>

    The command and example output is:
     
    # esxcli storage core device physical get -d naa.6000c29c53fc02afe598901871729854
     Physical Location: enclosure 2, slot 5

    Or 
     
    # esxcli storage core device raid list -d naa.6000c29c53fc02afe598901871729854
     Physical Location: enclosure 2, slot 5

     

文書のプロパティ


影響を受ける製品

VxRail Appliance Family, VxRail Appliance Series, VxRail G Series Nodes, VxRail D Series Nodes, VxRail E Series Nodes, VxRail P Series Nodes, VxRail S Series Nodes, VxRail V Series Nodes, VxRail VD Series Nodes

最後に公開された日付

31 3月 2023

バージョン

1

文書の種類

How To