Go to main content
Oracle® ZFS Storage Appliance 관리 설⁠명⁠서, 릴⁠리⁠스 OS8.6.x

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

내보내기 경로를 NFS 서버로 설정(CLI)

  1. 복제 대상을 식별하거나 만듭니다.
  2. 복제 작업을 만들고 export_path를 설정한 후 새 작업에 대해 commit을 수행합니다.
    source:shares default replication> action
    source:shares default action (uncommitted)> set target=target_a
                           target = target_a (uncommitted)
    source:shares default action (uncommitted)> set pool=pool2
                             pool = pool2 (uncommitted)
    source:shares default action (uncommitted)> set export_path=nfs://nfs_server/export/init_repl
                      export_path = nfs://nfs_server/export/init_repl (uncommitted)
    source:shares default action (uncommitted)>commit

    주 -  선택적으로 내보내기 및 가져오기 작업이 완료된 후 업데이트를 시작할 예약된 복제 모드 또는 계속 복제 모드를 설정할 수 있습니다.
  3. 방금 만든 복제 작업으로 돌아가서 현재 상태를 확인합니다.
    source:shares default replication> ls
    Actions:
                   TARGET          STATUS     NEXT
    action-000  target_a         idle       Export replication data
    
        
    source:shares default replication> last
    source:shares default action-000> ls
    Properties:
                               id = 96366bf2-0b3c-4eec-e85b-e36e1b5bc18c
                           target = target_a
                          enabled = true
                       continuous = false
                    include_snaps = true
                    max_bandwidth = unlimited
                       bytes_sent = 0
                   estimated_size = 0
              estimated_time_left = 00:00:00
               average_throughput = 0B/s
                          use_ssl = true
                      compression = on
                      export_path = nfs://nfs_server/export/init_repl
                            state = idle
                state_description = Idle (export pending)
                   export_pending = true
                          offline = false
                      next_update = Export replication data
                        last_sync = <unknown>
                         last_try = <unknown>
                      last_result = <unknown>

다음 단계