負荷共有ミラー コピーの昇格

負荷共有ミラー コピーを昇格して、Storage Virtual Machine(SVM)のルート ボリュームをリストアできます。

手順

  1. set -privilege advancedコマンドを使用して、特権レベルをadvancedに設定します。
  2. snapmirror promoteコマンドを使用して、負荷共有ミラー コピーをルート ボリュームとして昇格します。
  3. vol showコマンドを使用して、SVMの新しいルート ボリュームを確認します。
  4. vol renameコマンドを使用して、ルート ボリュームとして昇格したボリュームの名前を変更します。
    これらのコマンドの詳細については、マニュアル ページを参照してください。

次の例は、vol_dstlsという負荷共有ミラー コピーを、vs1.example.comというSVMのルート ボリュームとして昇格する方法を示しています。

cluster1::> set -privilege advanced

Warning: These advanced commands are potentially dangerous; use them only when directed to do so by technical support.
Do you want to continue? {y|n}: y

cluster1::*> snapmirror promote -destination-path vs1.example.com:vol_dstls

Warning: Promote will delete the read-write volume cluster1://vs1.example.com/vol1 and replace it with cluster1://vs1.example.com/vol_dstls.
Do you want to continue? {y|n}: y
[Job 489] Job succeeded: SnapMirror: done

cluster1::*> volume show -volume vol_dstls -instance

              Vserver Name: vs1.example.com
              Volume Name: vol_dstls
              .
              .
	          Junction Path: /
              .
              Vserver Root Volume: true
              .
              .