ONTAP MetroCluster 構成で FabricPool ミラーを交換する
FabricPoolミラー内のオブジェクト ストアの 1 つが破壊されたり、MetroCluster構成上で永続的に使用できなくなったりした場合は、そのオブジェクト ストアがまだミラーになっていない場合はミラーにして、破損したオブジェクト ストアをFabricPoolミラーから削除し、新しいオブジェクト ストア ミラーをFabricPoolに追加することができます。
-
破損したオブジェクト ストアがまだミラーになっていない場合は、 `storage aggregate object-store modify`コマンドを使用してオブジェクト ストアをミラーにします。
storage aggregate object-store modify -aggregate -aggregate fp_aggr1_A01 -name mcc1_ostore1 -mirror-type mirror
-
`storage aggregate object-store unmirror`コマンドを使用して、FabricPoolからオブジェクト ストア ミラーを削除します。
storage aggregate object-store unmirror -aggregate <aggregate name> -name mcc1_ostore1
-
`storage aggregate object-store modify`と `-force-tiering-on-metrocluster true`オプションを使用してミラー データ ストアを削除した後、プライマリ データ ストアで階層化を強制的に再開できます。
ミラーがないと、MetroCluster構成のレプリケーション要件が妨げられます。
storage aggregate object-store modify -aggregate <aggregate name> -name mcc1_ostore1 -force-tiering-on-metrocluster true
-
`storage aggregate object-store config create`コマンドを使用して、置換オブジェクト ストアを作成します。
storage aggregate object-store config create -object-store-name mcc1_ostore3 -cluster clusterA -provider-type SGWS -server <SGWS-server-1> -container-name <SGWS-bucket-1> -access-key <key> -secret-password <password> -encrypt <true|false> -provider <provider-type> -is-ssl-enabled <true|false> ipspace <IPSpace>
-
`storage aggregate object-store mirror`コマンドを使用して、オブジェクト ストア ミラーをFabricPoolミラーに追加します。
storage aggregate object-store mirror -aggregate aggr1 -name mcc1_ostore3-mc
-
`storage aggregate object-store show`コマンドを使用してオブジェクト ストア情報を表示します。
storage aggregate object-store show -fields mirror-type,is-mirror-degraded
aggregate object-store-name mirror-type is-mirror-degraded -------------- ----------------- ------------- ------------------ aggr1 mcc1_ostore1-mc primary - mcc1_ostore3-mc mirror true -
`storage aggregate object-store show-resync-status`コマンドを使用してミラーの再同期ステータスを監視します。
storage aggregate object-store show-resync-status -aggregate aggr1
Complete Aggregate Primary Mirror Percentage --------- ----------- ---------- ---------- aggr1 mcc1_ostore1-mc mcc1_ostore3-mc 40%