Skip to main content
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.

ONTAP SnapMirror 동기식 관계의 모드를 변환합니다

기여자 netapp-aaron-holt netapp-lenida netapp-dbagwell netapp-thomi netapp-aherbin

ONTAP 9.5부터 SnapMirror 동기식 관계가 지원됩니다. SnapMirror 동기식 관계의 모드를 StrictSync에서 Sync로 또는 그 반대로 변환할 수 있습니다.

이 작업에 대해

SnapMirror 동기식 관계의 정책을 수정하여 모드를 변환할 수는 없습니다.

단계
  1. 대상 클러스터에서 기존 SnapMirror 동기식 관계를 중지합니다.

    snapmirror quiesce -destination-path <destination_SVM>:<destination_volume>

    cluster2::> snapmirror quiesce -destination-path vs1_dr:vol1
  2. 대상 클러스터에서 기존 SnapMirror 동기식 관계를 삭제합니다.

    snapmirror delete -destination-path <destination_SVM>:<destination_volume>

    cluster2::> snapmirror delete -destination-path vs1_dr:vol1
  3. 소스 클러스터에서 일반 스냅샷을 삭제하지 않고 SnapMirror 관계를 해제합니다.

    snapmirror release -relationship-info-only true -destination-path <destination_SVM>:<destination_volume>

    cluster1::> snapmirror release -relationship-info-only true -destination-path vs1_dr:vol1
  4. 대상 클러스터에서 SnapMirror 동기식 관계를 변환할 모드를 지정하여 SnapMirror 동기식 관계를 생성합니다.

    snapmirror create -source-path vs1:vol1 -destination-path <destination_SVM>:<destination_volume> -policy Sync|StrictSync

    cluster2::> snapmirror create -source-path vs1:vol1 -destination-path vs1_dr:vol1 -policy Sync
  5. 대상 클러스터에서 SnapMirror 관계를 다시 동기화합니다.

    snapmirror resync -destination-path <destination_SVM>:<destination_volume>

    cluster2::> snapmirror resync -destination-path vs1_dr:vol1