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

ONTAP で XDP 関係を DP 関係に変換できますか。

Views:
1,214
Visibility:
Public
Votes:
0
Category:
snapmirror
Specialty:
dp
Last Updated:

環境

  • ONTAP 9
  • SnapMirror

回答

いいえ。XDP関係をDP関係に変換するプロセスはサポートされていません

追加情報

変換できないのはなぜですか?
  • タイプDPは、各ブロックを追跡し、ファイルシステム構造を認識しないBRE(Block Replication Engine)を使用します
    • BREはソースアグリゲートからブロックを読み取ります。
    • 次に、データをネットワーク経由でデスティネーションアグリゲートに送信します。
    • 最後に、をデスティネーションアグリゲートに書き込みます。
  • XDPで使用するタイプはLRE / LRSE(Logical Replication Engine / Logical Replication Engine with Storage Efficiency)です。 
    • LRSEは、ファイルシステム構造に基づいてデータを論理的に追跡します。
    • XDP転送では、FlexVol 内の論理書き込みが行われます。
  • XDPミラー、SnapVault 、およびバージョンに依存しないSnapMirrorのエンジンは、LRE / LRSE(Logical Replication Engine / Logical Replication Engine with Storage Efficiency)です。 
    • LRSEは、ファイルシステム構造に基づいてデータを論理的に追跡します。
    • XDP転送では、FlexVol 内の論理書き込みが行われます。
  • そのため、再同期が試行されると、BREはデータへのブロックベースの参照を保持するスナップショットを見つけることができず、ブロックベースのエンジンは論理トラッキングを理解できないため、共通のスナップショットがないことを報告します。
変換しようとした後の一般的な問題
  • ソースへの再同期(XDPからDPへの変換後)が失敗し、次のエラーメッセージが表示されます

No common Snapshot copy found between <source><destination>

  • snapmirror showコマンド(XDPからDPへの変換後)の実行が失敗し、次のエラーメッセージが表示されます

cluster_82b::> snapmirror update -destination-path vs2:vs2_sv_dest Operation is queued: snapmirror update of destination vs2:vs2_sv_dest
cluster_82b::> snapmirror show -destination-path vs2:vs2_sv_dest

Source Path: vs1_test:compress_test
Destination Path: vs2:vs2_sv_dest
Relationship Type: DP
SnapMirror Schedule: -
Tries Limit: -
Throttle (KB/sec): unlimited
Mirror State: Snapmirrored
Relationship Status: Idle
Transfer Snapshot: -
Snapshot Progress: -
Total Progress: -
Snapshot Checkpoint: -
Newest Snapshot: 5min.2015-05-04_0830
Newest Snapshot Timestamp: 05/04 08:32:57
Exported Snapshot: 5min.2015-05-04_0830 Exported Snapshot Timestamp: 05/04 08:32:57
Healthy: false
Unhealthy Reason: Transfer failed.
Constituent Relationship: false
Destination Volume Node: cluster-01
Relationship ID: 003d8e96-f25a-11e4-bbdf-123478563412
Transfer Type: -
Transfer Error: -
Current Throttle: -
Current Transfer Priority: -
Last Transfer Type: update
Last Transfer Error: Destination was previously used as the destination of an XDP relationship. Using an XDP destination volume as the destination volume for a DP relationship is not supported.
Last Transfer Size: -
Last Transfer Duration: -
Last Transfer From: vs1_test:compress_test Last Transfer End Timestamp: 05/04 08:41:14
Progress Last Updated: -
Relationship Capability: 8.2 and above
Lag Time: 0:8:20
SnapMirror Policy: DPDefault

  • ソースボリュームとデスティネーションボリュームにインスタンスUUIDとバージョンUUIDが同じSnapshotが残っている場合は、XDP関係に変換したDP関係をDP関係に戻すことができます。
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.