メインコンテンツまでスキップ

volume make-vsroot コマンドは SVM ボリュームのジャンクションパスを停止しますか。

Views:
9
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

環境

ONTAP 9

回答

  • volume make-vsrootコマンドは、対応する SVM のルート以外のボリュームを SVM の新しいルートボリュームに昇格するために使用します。
  • 新しい SVM ルートボリュームは、サイズが 1GB 以上の FlexVol である必要があります。
  • ボリュームをターゲット SVM の新しいルートボリュームに昇格すると、 SVM 内の関連付けられているすべてのボリュームへのすべてのジャンクションパスが切断されるため、影響を受けるボリュームのサービスが停止します。 
 
:これは意図的なものであり、 ONTAP のバグによるものではありません。
 

追加情報

影響を最も小さくする方法で新しい SVM ルートボリュームを作成するには、次の手順を使用する必要があります。
この処理はサービスウィンドウでのみ実行してください。手順 を使用すると、 SVM の下にあるすべてのボリュームが停止します。
 
  • 対応する SVM に新しいターゲットルートボリュームを作成します

   ::> volume create -volume <new_svm_root> -aggregate <aggr name> -size 1GB

  • ボリュームが作成されたら、を指定して診断モードに切り替えます  

   ::> set diag

  • 診断モードで、コマンドを実行して新しい SVM ルートボリュームをに昇格します

   ::*> volume make-vsroot -vserver <SVM name> -volume <new_svm_root>

  • 新しい SVM ルートボリュームが正常に昇格されたことを確認するには、次のコマンドを使用します。 

     ::> volume show -volume new_svm2_root -fields vsroot
    vserver volume        vsroot
    ------- ------------- ------
    svm2    new_svm2_root true


    その他の注意事項

  • アンマウントに失敗した場合は、失敗したボリュームごとに「 volume offline 」とそのあとの「 volume online 」を使用しなければならないことがあります。

  • RO 権限を確保するために、前の SVM ルートのエクスポートポリシーを volume create の「 -policy 」と照合します。  (デフォルトポリシーには変更されていないルールはありません)。

  • ボリュームのマウントパスが「 / { volname } 」でない場合は、ディレクトリパスを確認して作成します。  一部のボリュームは「 /vol/ { volName } 」を使用してマウントされている可能性があります。

  • 新しい SVM ルートボリューム用に新しい LS ミラーを作成します。

 
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.