본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.
ONTAP SnapMirror 삭제 작업이 테이크오버 상태에서 실패합니다.
다음 정보를 사용하십시오. snapmirror delete
SnapMirror 활성 동기화 일관성 그룹 관계가 인수 상태인 경우 명령이 실패합니다.
문제:
ONTAP 9.9.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".
관련 정보