Skip to main content
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。

MetroCluster 構成の FabricPool ミラーを交換します

共同作成者

MetroCluster ミラーのオブジェクトストアの 1 つが破棄された場合、または FabricPool 構成で完全に使用できなくなった場合、オブジェクトストアがまだミラーでない場合はミラーにして、破損したオブジェクトストアを FabricPool ミラーから削除します。 次に、新しいオブジェクトストアミラーを FabricPool に追加します。

手順
  1. 破損したオブジェクトストアがまだミラーでない場合は、オブジェクトストアををを使用してミラーにします storage aggregate object-store modify コマンドを実行します

    storage aggregate object-store modify -aggregate -aggregate fp_aggr1_A01 -name mcc1_ostore1 -mirror-type mirror
  2. を使用して、FabricPool からオブジェクトストアミラーを削除します storage aggregate object-store unmirror コマンドを実行します

    storage aggregate object-store unmirror -aggregate <aggregate name> -name mcc1_ostore1
  3. を使用して、ミラーデータストアを削除したあとにプライマリデータストアで階層化を強制的に再開できます 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
  4. を使用して、置き換え用のオブジェクトストアを作成します 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>
  5. を使用して、FabricPool ミラーにオブジェクトストアミラーを追加します storage aggregate object-store mirror コマンドを実行します

    storage aggregate object-store mirror -aggregate aggr1 -name mcc1_ostore3-mc
  6. を使用してオブジェクトストアの情報を表示します 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
  7. を使用して、ミラー再同期ステータスを監視します 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%