Go to main content

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

인쇄 보기 종료

업데이트 날짜: 2021년 8월
 
 

NFS 서버에서 복제 스트림 가져오기(CLI)

  1. NFS 서버에서 복제 스트림을 가져오려면 대상의 shares replication packages로 이동한 다음 ls를 입력하여 패키지를 나열합니다.
    target_a:> shares replication packages
    target_a:shares replication packages> ls
    Packages:
    
    ID          STATE DATA_TIMESTAMP      SOURCE     DATASET
    package-000 idle  unknown             sourceA   <unknown>
    
  2. 가져올 패키지를 선택합니다.

    등록 정보를 보려면 ls를 입력합니다.

    target_a:shares replication packages> select package-000
    target_a:shares replication package-000> ls
    Properties:
    
                                id = 96366bf2-0b3c-4eec-e85b-e36e1b5bc18c
                       source_name = sourceA
                        source_asn = d1fce51d-b8a9-6cf8-d71e-fcd4fe42cd0e
                         source_ip = 10.000.000.000:216
                       target_pool = poolA
                        replica_of = <unknown>
                           enabled = true
                             state = idle
                 state_description = Idle (no update in progress)
                           offline = false
                       import_path =
                    data_timestamp = unknown
                         last_sync = unknown
                          last_try = unknown
                       last_result = unknown
    
    
  3. 복제된 데이터의 가져오기 경로를 설정한 후 commit을 입력합니다.
    target_a:shares replication package-000> set import_path=
    nfs://nfs_server/export/init_repl
                      import_path = nfs://nfs_server/export/init_repl (uncommitted)
    target_a:shares replication package-000> commit
    target_a:shares replication package-000> ls
    Properties:
    
                                id = 96366bf2-0b3c-4eec-e85b-e36e1b5bc18c
                       source_name = sourceA
                        source_asn = d1fce51d-b8a9-6cf8-d71e-fcd4fe42cd0e
                         source_ip = 10.000.000.000:216
                       target_pool = poolA
                        replica_of = <unknown>
                           enabled = true
                             state = receiving
                 state_description = Importing update
                           offline = true
                       import_path = nfs://nfs_server/export/init_repl
                    data_timestamp = unknown
                         last_sync = unknown
                          last_try = unknown
                       last_result = unknown
    

다음 단계

대상 어플라이언스로 복제 스트림을 가져온 후 다음 중 하나를 진행하십시오.