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

클러스터에서 원래 노드의 연결을 해제합니다

기여자

볼륨을 새 노드로 이동한 후에는 클러스터의 원래 노드를 연결 해제합니다. 노드의 연결을 해제하면 노드의 구성이 지워지고 모든 디스크가 초기화됩니다.

단계
  1. 원래 노드에서 고가용성 구성을 사용하지 않도록 설정: storage failover modify -node original_node_name -enabled false

  2. 고급 권한 수준 액세스:

    set -privilege advanced

  3. epsilon이 있는 노드를 식별합니다.

    cluster show

    다음 예에서 "Node0"은 현재 epsilon을 보유합니다.

    cluster::*>
    Node                 Health  Eligibility  Epsilon
    -------------------- ------- ------------ ------------
    node0                true    true         true
    node1                true    true         false
    node2                true    true         false
    node3                true    true         false
  4. 원래 노드 중 하나에 epsilon가 있으면 epsilon을 다른 노드로 이동합니다.

    1. 원본 노드에서 epsilon을 제거합니다:
      cluster modify -node original_node_name -epsilon false

    2. epsilon을 다른 노드(+)에 할당합니다 cluster modify -node new_node_name -epsilon true

  5. 클러스터에 남아 있는 노드에서 클러스터의 각 원래 노드 연결을 해제합니다(고급 권한 레벨).

    cluster unjoin -node original_node_name

    다음과 유사한 메시지가 표시됩니다.

    Warning: This command will unjoin node node_name from the cluster. You
             must unjoin the failover partner as well. After the node is
             successfully unjoined, erase its configuration and initialize all
             disks by using the "Clean configuration and initialize all disks (4)"
             option from the boot menu.
             Do you want to continue? {y|n}: y
  6. 를 입력합니다 y 를 눌러 계속합니다.

    연결되지 않은 노드는 자동으로 재부팅되고 부팅 메뉴에서 중지됩니다.

  7. 연결되지 않은 노드의 부팅 메뉴에서 * (4) Clean configuration and initialize all disks * 옵션을 선택하여 노드 구성을 지우고 모든 디스크를 초기화합니다.

    다음과 유사한 메시지가 표시됩니다.

    Zero disks, reset config and install a new file system?:
    This will erase all the data on the disks, are you sure?:
  8. 를 입력합니다 y 메시지가 표시됩니다.

  9. 클러스터에 노드가 2개만 남아 있는 경우 2노드 클러스터의 고가용성을 구성합니다.

    cluster ha modify -configured true