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

Linux: 소스 호스트에서 노드를 내보내십시오

기여자

그리드 노드를 종료하고 소스 Linux 호스트에서 내보냅니다.

소스 Linux 호스트에서 다음 명령을 실행합니다.

  1. 소스 호스트에서 현재 실행 중인 모든 노드의 상태를 가져옵니다.

    sudo storagegrid node status all

    Name Config-State Run-State

    DC1-ADM1 Configured Running

    DC1-ARC1 Configured Running

    DC1-GW1 Configured Running

    DC1-S1 Configured Running

    DC1-S2 Configured Running

    DC1-S3 Configured Running

  2. 마이그레이션할 노드의 이름을 확인하고 해당 노드의 실행 상태가 인 경우 중지합니다 Running.

    sudo storagegrid node stop DC1-S3

    Stopping node DC1-S3

    Waiting up to 630 seconds for node shutdown

  3. 소스 호스트에서 노드를 내보냅니다.

    sudo storagegrid node export DC1-S3

    Finished exporting node DC1-S3 to /dev/mapper/sgws-dc1-s3-var-local.

    Use 'storagegrid node import /dev/mapper/sgws-dc1-s3-var-local' if you

    want to import it again.

  4. 에 유의하십시오 import command suggested in the output of the `export 명령.

    다음 단계에서 타겟 호스트에서 이 명령을 실행합니다.