CLI を使用したメトロ・ミラー関係、グローバル・ミラー (Global Mirror)関係、またはアクティブ/アクティブ関係の作成
このタスクについて
手順
-
メトロ・ミラー関係を作成するには、
mkrcrelationship コマンドを実行します。
例えば、次のように入力します。
mkrcrelationship -master master_volume_id -aux aux_volume_id -cluster system_idここで、master_volume_id はマスター・ボリュームの ID 、 aux_volume_id は補助ボリュームの ID、system_id はリモート・クラスター化システム の ID です。
-
新しいグローバル・ミラー (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 です。
-
サイクルを有効に設定して新規関係を作成するには、次のように入力します。
mkrcrelationship -master books_volume -aux books_volume -cluster DR_cluster -global -cyclingmode multi注: 変更ボリュームを関係に追加するには、chrcrelationship -auxchange または chrcrelationship -masterchange を発行します。 -
新しいアクティブ/アクティブ関係を作成するには、-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 です。