ONTAP 9.13

to English version

ローカル階層(アグリゲート)のドライブとRAIDグループの情報の確認

ローカル階層(アグリゲート)の一部の管理作業を行う際は、ローカル階層を構成するドライブのタイプ、サイズ、チェックサム、ステータス、ドライブを他のローカル階層と共有するかどうか、およびRAIDグループのサイズと構成を確認しておく必要があります。

手順
  1. アグリゲートのドライブをRAIDグループ別に表示します。

    storage aggregate show-status aggr_name

    アグリゲート内の各RAIDグループのドライブが表示されます。

    ドライブ(データ、パリティ、ダブルパリティ)のRAIDタイプはPosition列で確認できます。Position列にsharedと表示されている場合は、ドライブが共有されます。HDDの場合は、パーティショニングされたドライブです。SSDの場合は、ストレージ プールの一部です。

例:SSDストレージ プールとデータ パーティションを使用するFlash Poolアグリゲート
cluster1::> storage aggregate show-status nodeA_fp_1

Owner Node: cluster1-a
 Aggregate: nodeA_fp_1 (online, mixed_raid_type, hybrid) (block checksums)
  Plex: /nodeA_fp_1/plex0 (online, normal, active, pool0)
   RAID Group /nodeA_fp_1/plex0/rg0 (normal, block checksums, raid_dp)

                                             Usable Physical
     Position Disk       Pool Type     RPM     Size     Size Status
     -------- ---------- ---- ----- ------ -------- -------- -------
     shared   2.0.1       0   SAS    10000  472.9GB  547.1GB (normal)
     shared   2.0.3       0   SAS    10000  472.9GB  547.1GB (normal)
     shared   2.0.5       0   SAS    10000  472.9GB  547.1GB (normal)
     shared   2.0.7       0   SAS    10000  472.9GB  547.1GB (normal)
     shared   2.0.9       0   SAS    10000  472.9GB  547.1GB (normal)
     shared   2.0.11      0   SAS    10000  472.9GB  547.1GB (normal)

   RAID Group /nodeA_flashpool_1/plex0/rg1
   (normal, block checksums, raid4) (Storage Pool: SmallSP)

                                             Usable Physical
     Position Disk       Pool Type     RPM     Size     Size Status
     -------- ---------- ---- ----- ------ -------- -------- -------
     shared   2.0.13      0   SSD        -  186.2GB  745.2GB (normal)
     shared   2.0.12      0   SSD        -  186.2GB  745.2GB (normal)

8 entries were displayed.
Top of Page