ストレージ プールは、ストレージ プールに属する1つ以上のディスクが表示されていないと報告します

規定のコンテンツブロック内にのみテキストを追加してください。ソルブループコンテンツの作成の詳細については、こちら をクリックしてください。
環境
- ONTAP 9
- ストレージ プール
概要
共有ストレージ プールは以下のようにデグレードと報告されます。
Storage Pool Name ssp1
UUID of Storage Pool 30b2be16-38ea-11e8-ae1e-00a098d6b0a0
State of the Storage Pool degraded
Nodes Sharing the Storage Pool cluster01-1
cluster01-2
Number of Disks in Storage Pool 10
Allocation Unit Size 2399697633280
Storage Type SSD
Storage Pool Usable Size 9598790533120
Storage Pool Total Size 9598790533120
Allocation Unit Depth 1
Number of Partitions 4
Is Pool Healthy? false
Reason for Storage Pool Being Unhealthy One or more disks belonging to the storage pool are not visible.
手順
- ストレージ プールの UUID を決定します:
::> storage pool show -storage-pool <sp name> -fields storage-pool-uuid
2.ストレージ プール内の既存のドライブを見つけます:
::> storage pool show-disks -storage-pool <sp name>
3.同様のタイプとサイズの予備ドライブを見つけます:
::> storage aggregate show-spare-disks
注:ドライブは、ストレージプールを共有しているHAペアのどのノードからでも使用できます。 必要なディスクが既にパーティション化されている場合は、次の手順に進む前に、パーティションを解除する必要があります。
4.次のコマンドを実行して、ノードのノードシェルにアクセスします:
::> node run -nodename <name>
5.次のようにコマンドを実行します:
Node> priv set diag
Node*> disk partition -u <storage-pool-uuid> -n 4 <disk name>
例:
上記のデグレード状態のストレージ プールssp1とスペア ディスク0a.00.1の場合、disk partitionコマンドは次のようになります。
Node*> disk partition -u 30b2be16-38ea-11e8-ae1e-00a098d6b0a0 -n 4 0a.00.1
追加情報
別の方法: ストレージ プールがどのアグリゲートでも使用されていない場合は、単純に削除して再作成することもできます。
内部情報
ディスクがパーティション分割されると、新しいパーティションは未割り当てとして表示されます。診断モードコマンド"storage disk partition assign"コマンドを使用してパーティションを割り当てます。