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

SnapMirror 관계의 유형을 변환합니다

기여자

ONTAP 9.5부터 SnapMirror Synchronous가 지원됩니다. 기본 전송을 수행하지 않고도 SnapMirror 비동기식 관계를 SnapMirror 동기식 관계로 변환하거나 그 반대로 전환할 수 있습니다.

이 작업에 대해

SnapMirror 정책을 변경하여 SnapMirror 비동기식 관계를 SnapMirror 동기식 관계로 변환하거나 그 반대로 변환할 수 없습니다

단계
  • * SnapMirror 비동기 관계를 SnapMirror 동기 관계로 변환 *

    1. 대상 클러스터에서 SnapMirror 비동기식 관계를 삭제합니다.

      snapmirror delete -destination-path <SVM:volume>

      cluster2::>snapmirror delete -destination-path vs1_dr:vol1
    2. 소스 클러스터에서 공통 스냅샷 복사본을 삭제하지 않고 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
    3. 대상 클러스터에서 SnapMirror 동기식 관계를 생성합니다.

      snapmirror create -source-path src_SVM:src_volume -destination-path <destination_SVM>:<destination_volume> -policy sync-mirror

      cluster2::>snapmirror create -source-path vs1:vol1 -destination-path vs1_dr:vol1 -policy sync
    4. SnapMirror 동기식 관계 재동기화:

      snapmirror resync -destination-path <destination_SVM:destination_volume>

    cluster2::>snapmirror resync -destination-path vs1_dr:vol1
  • * SnapMirror 동기식 관계를 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 <SVM: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 create -source-path src_SVM:src_volume -destination-path <destination_SVM:destination_volume> -policy MirrorAllSnapshots

      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