CLI を使用したメトロ・ミラー関係、グローバル・ミラー (Global Mirror)関係、またはアクティブ/アクティブ関係の作成

このタスクについて

手順

  1. メトロ・ミラー関係を作成するには、 mkrcrelationship コマンドを実行します。
    例えば、次のように入力します。
    mkrcrelationship -master master_volume_id 
    -aux aux_volume_id -cluster system_id
    

    ここで、master_volume_id はマスター・ボリュームの ID 、 aux_volume_id は補助ボリュームの ID、system_id はリモート・クラスター化システム の ID です。

  2. 新しいグローバル・ミラー (Global Mirror) 関係を作成するには、 -global パラメーターを指定して mkrcrelationship コマンドを実行します。
    例えば、次のように入力します。
    mkrcrelationship -master master_volume_id 
    -aux aux_volume_id -cluster system_id -global
    

    ここで、master_volume_id はマスター・ボリュームの ID、 aux_volume_id は補助ボリュームの ID、 system_id はリモート・システムの ID です。

  3. サイクルを有効に設定して新規関係を作成するには、次のように入力します。
    mkrcrelationship -master books_volume -aux books_volume -cluster DR_cluster -global -cyclingmode multi
    注: 変更ボリュームを関係に追加するには、chrcrelationship -auxchange または chrcrelationship -masterchange を発行します。
  4. 新しいアクティブ/アクティブ関係を作成するには、-activeactive パラメーターを指定して mkrcrelationship コマンドを実行します。
    例えば、次のようなコマンドを入力します。
    mkrcrelationship -master master_volume_id -aux aux_volume_id -cluster system_id -activeactive
    

    ここで、master_volume_id はマスター・ボリュームの ID、 aux_volume_id は補助ボリュームの ID、 system_id はリモート・システムの ID です。