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

takover 상태에서 SnapMirror 삭제 작업이 실패합니다

기여자
문제:

ONTAP 9.1.1이 클러스터에 설치된 경우 를 실행합니다 snapmirror delete SnapMirror 활성 동기화 일관성 그룹 관계가 테이크오버 상태일 때 명령이 실패합니다.

C2_cluster::> snapmirror delete  vs1:/cg/dd

Error: command failed: RPC: Couldn't make connection
해결 방법

SnapMirror 액티브 동기화 관계의 노드가 테이크오버 상태인 경우 "-force" 옵션을 true로 설정하여 SnapMirror 삭제 및 릴리즈 작업을 수행합니다.

C2_cluster::> snapmirror delete  vs1:/cg/dd -force true

Warning: The relationship between source "vs0:/cg/ss" and destination
         "vs1:/cg/dd" will be deleted, however the items of the destination
         Consistency Group might not be made writable, deletable, or modifiable
         after the operation. Manual recovery might be required.
Do you want to continue? {y|n}: y
Operation succeeded: snapmirror delete for the relationship with destination "vs1:/cg/dd".