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

[転送済みのデータは保持する(オプション)]チェックボックスの意味は何ですか?

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

 

環境

  • ONTAP 9
  • SnapMirror
  • ONTAPシステムマネージャ

回答

  • システムマネージャからのSnapMirror転送を中止すると、[転送済みのデータは保持する(オプション)]チェックボックスが表示されます。
  • このオプションでは、現在のSnapMirror処理ですでに転送されたデータを保持するかどうかを指定します。
  • これは snapmirror abortCommand の-hard オプションに相当します 。
 
aborttransfer.png

詳細動作:

  • チェックボックスがオン:部分的に転送されたデータは保持され、次回のSnapMirror転送は最後のチェックポイントから再開されます。
  • コマンドと同等: snapmirror abort -destination-path <destination-path>

17.38KBで転送が中止された場合、次の転送はこのチェックポイントから再開されます。

::> snapmirror abort -destination-path cluster3_svm1:cluster3_svm1_projects
Operation is queued: snapmirror abort for the relationship with destination "cluster3_svm1:cluster3_svm1_projects".

::> snapmirror show -destination-path cluster3_svm1:cluster3_svm1_projects  -fields snapshot-checkpoint
source-path              destination-path           snapshot-checkpoint
------------------------------------ ------------------------------------ -------------------
cluster2_svm1:cluster2_svm1_projects cluster3_svm1:cluster3_svm1_projects 17.38KB 

::> snapmirror show
                                                     Progress
Source       Destination Mirror  Relationship   Total        Last
Path     Type  Path     State   Status      Progress  Healthy Updated
----------- ---- ------------ ------- -------------- --------- ------- --------
cluster2_svm1:cluster2_svm1_projects
            XDP  cluster3_svm1:cluster3_svm1_projects
                         Snapmirrored
                               Transferring   17.38KB 

  • チェックボックスをオフにする部分的に転送されたデータは破棄され、次回のSnapMirror転送は新しいSnapshotで最初から開始されます。
  • コマンドと同等: snapmirror abort -destination-path <destination-path> -hard true

:転送を中止すると、次の転送は0Bから開始されます。

::> snapmirror abort -destination-path cluster3_svm1:cluster3_svm1_projects -hard true 
Operation is queued: snapmirror abort for the relationship with destination "cluster3_svm1:cluster3_svm1_projects".

::> snapmirror show -destination-path cluster3_svm1:cluster3_svm1_projects  -fields snapshot-checkpoint
source-path              destination-path           snapshot-checkpoint
------------------------------------ ------------------------------------ -------------------
cluster2_svm1:cluster2_svm1_projects cluster3_svm1:cluster3_svm1_projects -  

::> snapmirror show
                                                     Progress
Source       Destination Mirror  Relationship   Total        Last
Path     Type  Path     State   Status      Progress  Healthy Updated
----------- ---- ------------ ------- -------------- --------- ------- --------
cluster2_svm1:cluster2_svm1_projects
         XDP  cluster3_svm1:cluster3_svm1_projects
                      Snapmirrored
                            Transferring   0B     false   03/24 13:25:06

追加情報

 

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.

 

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