メインコンテンツへスキップ

「カットオーバーまで待機」オプションを使用した場合のボリューム移動の具体的な処理はどれですか?

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

環境

ONTAP 9

回答

Q1:  次のようにwait to cutoverオプションを使用してボリューム移動処理を実装し  cutover_hard_deferred  ます。カットオーバーが完了したら、ソースボリュームの新しいデータは引き続きデスティネーションボリュームにコピーされますか?
 
例:
::*> volume move modify -vserver cluster4_svm1 -volume testmove -cutover-action wait
 
::*> volume move show
Vserver  Volume   State   Move Phase Percent-Complete Time-To-Complete
--------- ---------- -------- ---------- ---------------- ----------------
cluster4_svm1
testmove  alert  cutover_hard_deferred
98%
 
A1。  はい。データは継続的に転送されており、  'vol move show -ins' コマンドで確認できます。
 

ontap913:::> vol move show-ins

              Vserver Name: test1
               Volume Name: voltest2
         Actual Completion Time: -
             Bytes Remaining: 136.0KB
          Destination Aggregate: aggr2_node1
            Detailed Status: Cutover Deferred, Waiting for user intervention (2.52MB Sent)::Volume move job preparing transfer.
      Estimated Time of Completion: -
              Managing Node: ontap913-01
           Percentage Complete: 94%
               Move Phase: cutover_hard_deferred
      Estimated Remaining Duration: -
         Replication Throughput: 196KB/s
            Duration of Move: 00:20:43
            Source Aggregate: aggr1_node1
           Start Time of Move: Fri Nov 01 13:19:17 2024
               Move State: alert
       Is Source Volume Encrypted: false
   Encryption Key ID of Source Volume:
     Is Destination Volume Encrypted: false
Encryption Key ID of Destination Volume:

ontap913::> vol move show -ins

              Vserver Name: test1
               Volume Name: voltest2
         Actual Completion Time: -
             Bytes Remaining: 124.0KB
          Destination Aggregate: aggr2_node1
            Detailed Status: Cutover Deferred, Waiting for user intervention (2.71MB Sent)::Volume move job preparing transfer.
      Estimated Time of Completion: -
              Managing Node: ontap913-01
           Percentage Complete: 94%
               Move Phase: cutover_hard_deferred
      Estimated Remaining Duration: -
         Replication Throughput: 188KB/s
            Duration of Move: 00:21:40
            Source Aggregate: aggr1_node1
           Start Time of Move: Fri Nov 01 13:19:17 2024
               Move State: alert
       Is Source Volume Encrypted: false
   Encryption Key ID of Source Volume:
     Is Destination Volume Encrypted: false

 

 
 
Q2:上記のステータスとして、はカットオーバーをトリガーしますが、次のメッセージで完了していませ ん。ボリューム移動を一時停止します。ソースボリューム上の新しいデータは引き続きデスティネーションボリュームにコピーされますか?
 
例:
::*> vol move trigger-cutover -vserver cluster4_svm1 -volume testmove -force true
 
Detailed Status: Waiting to Cutover. (Preparing source volume for cutover: Deduplication is not ready for volmove cutover Sent)::Reason: xx.xxTB Volume move job monitoring transfer of data.
 
::*> vol move pause -vserver cluster4_svm1  -volume testmove 
 
A2.いいえ、デスティネーションボリュームへの転送のために新しいデータは一時停止されます。
 
 
Q3:レプリケーションスループットは約5MB/秒で正常ですか。
 
A3:レプリケーションのスループットは、ワークロード、 同時に実装されたボリューム移動の数、クライアントI/O、効率など、システムの状況によって異なります。詳細については、ドキュメントを参照してください。  Is Storage Performance impacting your volume move or cutover?
 
 
Q4:上記のボリューム移動をカットオーバー待機 ステータスに再開する方法
 
A4tigger-cutover  -force true オプションで実装されており、 そのようなステータスで一時停止されているため、 'vol move show -ins'  コマンドから以下を確認して ボリュームのカットオーバーステータスへの移動を再開できないため、 カットオーバーは強制的に実行されます。
 
Specified Action For Cutover: force
 
カットオーバーを使用する必要がある場合は、このボリューム移動を待ってから再開し、ただちに中止して新しいボリューム移動をスケジュールします。既存の移動はクリアされているためです。
 
例:
::*> vol move resume -vserver cluster4_svm1  -volume testmove 
::*> vol move abort -vserver cluster4_svm1  -volume testmove 
 

 

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.

 

  • この記事は役に立ちましたか?