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

노드를 클러스터와 동기화합니다

기여자

클러스터 전체 쿼럼이 있지만 하나 이상의 노드가 클러스터와 동기화되지 않은 경우 노드를 동기화하여 노드에서 복제된 데이터베이스(RDB)를 복원하고 쿼럼으로 가져와야 합니다.

단계
  1. 정상 노드에서 고급 권한 레벨의 시스템 구성 복구 클러스터 동기화 명령을 사용하여 클러스터 구성과 동기화되지 않은 노드를 동기화합니다.

    이 예에서는 노드(node2)를 나머지 클러스터와 동기화합니다.

    cluster1::*> system configuration recovery cluster sync -node node2
    
    Warning: This command will synchronize node "node2" with the cluster
             configuration, potentially overwriting critical cluster
             configuration files on the node. This feature should only be
             used to recover from a disaster. Do not perform any other
             recovery operations while this operation is in progress. This
             command will cause all the cluster applications on node
             "node2" to restart, interrupting administrative CLI and Web
             interface on that node.
    Do you want to continue? {y|n}: y
    All cluster applications on node "node2" will be restarted. Verify that the cluster applications go online.
결과

RDB가 노드로 복제되고 노드가 클러스터에 참여할 수 있게 됩니다.