Administrator Guide

Table Of Contents
단계
1. ll 명령을 사용하여 정합성 보장 그룹에 적용된 현재 분리 규칙(있는 경우) 표시합니다.
VPlexcli:/clusters/cluster-1/consistency-groups/TestCG2> ll
Attributes:
Name Value
-------------------- ----------------------
active-clusters []
cache-mode synchronous
detach-rule -
.
.
.
2. consistency-group set-detach-rule 명령 하나를 사용하여 정합성 보장 그룹에 분리 규칙을 적용합니다.
consistency-group set-detach-rule no-automatic-winner 명령을 사용하여 분리 규칙을 no-automatic-
winner 설정합니다.
다음 예에서 명령은 타겟 정합성 보장 그룹의 컨텍스트에서 사용됩니다.
VPlexcli:/clusters/cluster-1/consistency-groups/TestCG> set-detach-rule no-automatic-
winner
consistency-group set-detach-rule winner 명령을 사용하여 어떤 클러스터가 비장애 상태인지 지정하고, 링크
중단 메트로 노드가 비장애 클러스터를 분리하기 전에 대기하는 시간() 지정합니다.
다음 예에서 명령은 루트 컨텍스트에서 사용됩니다.
VPlexcli:/> consistency-group set-detach-rule winner --cluster cluster-1 --delay 5s --
consistency-groups TestCG
정합성 보장 그룹 삭제
작업 정보
정합성 보장 그룹 제거:
단계
1. ls -f 명령을 사용하여 정합성 보장 그룹에 가상 볼륨이 없는지 확인합니다(virtual volumes = [ ]).
VPlexcli:/> ls clusters/cluster-1/consistency-groups/TestCG
Attributes:
Name Value
-------------------- ----------------------
active-clusters []
cache-mode synchronous
detach-rule -
operational-status [ok]
passive-clusters []
recoverpoint-enabled false
storage-at-clusters [cluster-1, cluster-2]
virtual-volumes []
visibility [cluster-1, cluster-2]
.
.
.
2. consistency-group destroy 명령을 사용하여 정합성 보장 그룹을 삭제합니다.
루트 컨텍스트에서 정합성 보장 그룹 삭제:
VPlexcli:/> consistency-group destroy clusters/cluster-1/consistency-groups/TestCG
WARNING: The following items will be destroyed:
Context
---------------------------------------------
74 정합성 보장 그룹