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. ミラーデータストアを削除したあとに、オプションを指定して `-force-tiering-on-metrocluster true`を使用すると、プライマリデータストアで階層化を強制的に再開でき `storage aggregate object-store modify`ます。

    ミラーがないと、 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%