Go to main content

Oracle® ZFS Storage Appliance 관리 설명서, 릴리스 OS8.8.0

인쇄 보기 종료

업데이트 날짜: 2018년 11월
 
 

복제 대상 만들기(CLI)

복제 대상은 복제 소스와 대상 간의 보안 통신 연결을 설정합니다. 복제 대상을 만들려면 다음과 같이 하십시오.

  1. 소스 어플라이언스에서 configuration services replication targets 노드로 이동하고 target을 입력하여 원격 어플라이언스를 복제 대상으로 구성합니다.
    host_source:> configuration services replication targets> target
    host_source:configuration services replication target (uncommitted)>
  2. 대상 hostname, root_passwordlabel을 설정합니다.
    • hostname - 대상 어플라이언스 호스트 이름 또는 IPv4 주소

    • password - 대상 어플라이언스 암호

    • label - 소스 어플라이언스의 BUI 및 CLI에 표시할 대상 어플라이언스 이름


    주 -  특정 네트워크 인터페이스를 통한 트래픽을 강제로 적용하려면 정적 경로로 구성된 IPv4 주소를 사용합니다.
    host_source:configuration services replication target (uncommitted)> set hostname=203.123.225.201
    host_source:configuration services replication target (uncommitted)> set root_password=password
    host_source:configuration services replication target (uncommitted)> set label=repl_1
  3. 변경사항을 커밋합니다.
    host_source:configuration services replication target (uncommitted)> commit

관련 항목