共有ストレージプールが正常ではありません
すべてのとおり
に適用されます
ONTAP
回答
ストレージプールが正常でない場合は、次のメッセージが表示されます。
Dec 14 04:06:21 [cluster01-01:raid.sp.unhealthy:notice]: Storage pool sp1 is unhealthy. Reason: One of the aggregates belonging to the storage pool is not in normal state.
このエラーが発生した場合は、ストレージプールに SSD ディスク障害があるかどうかを確認します。再構築が完了するとcluster01::> storage pool show -storage-pool sp1 -instance
Storage Pool Name: sp1
UUID of Storage Pool: 84afe3e1-a215-11e5-ac48-00a09854bc10
Nodes Sharing the Storage Pool: cluster01-01, cluster01-02
Number of Disks in Storage Pool: 22
Allocation Unit Size: 1023GB
Allocation Unit Data Size for RAID4: 976.6GB
Allocation Unit Data Size for RAID-DP: 930.1GB
Allocation Unit Data Size for RAID-TEC: 883.6GB
Storage Type: SSD
Storage Pool Usable Size: 2.00TB
Storage Pool Total Size: 4.00TB
Is Pool Healthy?: false
State of the Storage Pool: degraded
Reason for Storage Pool Being Unhealthy: One of the aggregates belonging to the storage pool is not in normal state.
Job ID of the Currently Running Operation: -
Is Allocation Unit Broken?: false
cluster01::>
cluster01::storage pool*> run local aggr status -r aggr1
Aggregate aggr1 (online, raid_dp, reconstruct, hybrid) (block checksums)
Plex /aggr1/plex0 (online, normal, active, pool0)
RAID group /aggr1/plex0/rg0 (normal, block checksums)
RAID Disk Device HA SHELF BAY CHAN Pool Type RPM Used (MB/blks) Phys (MB/blks)
--------- ------ ------------- ---- ---- ---- ----- -------------- --------------
dparity 2b.64 2b 4 0 FC:B 0 FCAL 15000 272000/557056000 280104/573653840
parity 2a.50 2a 3 2 FC:A 0 FCAL 15000 272000/557056000 280104/573653840
data 2a.34 2a 2 2 FC:A 0 FCAL 15000 272000/557056000 274845/562884296
data 2a.18 2a 1 2 FC:A 0 FCAL 15000 272000/557056000 274845/562884296
data 2a.65 2a 4 1 FC:A 0 FCAL 15000 272000/557056000 280104/573653840
RAID group /aggr1/plex0/rg1 (reconstruction 74% completed, block checksums)
RAID Disk Device HA SHELF BAY CHAN Pool Type RPM Used (MB/blks) Phys (MB/blks)
--------- ------ ------------- ---- ---- ---- ----- -------------- --------------
dparity 0a.30.4P1 0a 30 4 SA:A 0 SSD N/A 47619/97525248 47627/97541632
parity 0a.30.11P1 0a 30 11 SA:A 0 SSD N/A 47619/97525248 47627/97541632
data 0b.10.22P1 0b 10 22 SA:B 0 SSD N/A 47619/97525248 47627/97541632 (reconstruction 74% completed)
data 0a.30.5P1 0a 30 5 SA:A 0 SSD N/A 47619/97525248 47627/97541632
、異常な状態が正常に変化します。
ただし、破損したディスクをパーティション化された SSD としてシステムに戻す場合は、 その後、ストレージプールは正常ではありませんが、次の状態になります。cluster01::storage pool*> show -storage-pool sp1 -instance
Storage Pool Name: sp1
UUID of Storage Pool: 84afe3e1-a215-11e5-ac48-00a09854bc10
Nodes Sharing the Storage Pool: cluster01-01, cluster01-02
Number of Disks in Storage Pool: 22
Allocation Unit Size: 1023GB
Allocation Unit Data Size for RAID4: 976.6GB
Allocation Unit Data Size for RAID-DP: 930.1GB
Allocation Unit Data Size for RAID-TEC: 883.6GB
Storage Type: SSD
Storage Pool Usable Size: 2.00TB
Storage Pool Total Size: 4.00TB
Is Pool Healthy?: false
State of the Storage Pool: degraded
Reason for Storage Pool Being Unhealthy: Storage pool has more number of disks than expected.
Job ID of the Currently Running Operation: -
Is Allocation Unit Broken?: false
cluster01::storage pool*>cluster01::storage pool*> Dec 14 04:39:44 [cluster01-01:raid.sp.unhealthy:notice]: Storage pool sp1 is unhealthy. Reason: Storage pool has more number of disks than expected.
次のメッセージが表示されます。ストレージプールはこの状態のままです 以前に障害が発生し、交換した SSD がシステムから物理的に取り外されるか、パーティショニングされていないかのいずれかになるまでの状態。
追加情報
ストレージプールから交換した SSD ドライブのパーティションを手動で解除するには、次の手順を実行します。
注:ストレージプールからディスクを削除できるのは、アグリゲートで使用されていない場合のみです。
次の手順を実行する前に、十分な注意を払うか、ネットアップのテクニカルサポートにお問い合わせください。
storage pool show-disks -storage-pool <sp name>
コマンドを実行して、ストレージプール内の既存のドライブを検索します。- 再構築によって置き換えられ、ストレージプールから削除する必要があるドライブを選択します。
storage disk show -disk <disk name>" -fields diskpathnames, owner
コマンドを実行して、共有ドライブの所有者ノードと、所有者ノード上のドライブのローカル名を確認します。diskpathnames
このフィールドhostname:localname
には、名前が形式で表示されます。storage disk partition show -container-disk <disk name> -fields owner-node-name
この共有ドライブからすべてのパーティション名と所有者ノードを確認するには、コマンドを実行します。- ディスクと所有者が異なるパーティションの場合
storage disk partition removeowner -partition <partition name>
storage disk partition assign -partition <partition name> -owner <disk owner>
は、コマンドとコマンドを実行して所有権を変更します。
この手順の後、ディスクとそのすべてのパーティションの所有者が同じである必要があります。 - 所有者ノードのノードシェルにドロップします。
disk unpartition <disk name>
ディスクがパーティショニングされていない場合は、コマンドを実行します。ディスクはスペアディスクとして戻されます。
ディスクがスペアディスクになると、ストレージプールは正常な状態を報告します。