Go to main content
Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.6.x

印刷ビューの終了

更新: 2016 年 9 月
 
 

NFS サーバーからレプリケーションストリームをインポートする (CLI)

  1. NFS サーバーからレプリケーションストリームをインポートするには、ターゲット上の空のパッケージに移動します。
    target_a:configuration services replication sources> ls
    Sources:
    source-000 203.80.49.153
               PROJECT           STATE           LAST UPDATE
    package-000 <awating import>    idle          unknown
  2. ソースシステムのアドレスに対応するソースノードを選択します。
    target_a:configuration services replication sources> select source-000
    target_a:configuration services replication source-000> ls
    Properties:
                             name = 203.80.49.153
                       ip_address = 203.80.49.153:216
                              asn = 2ea4670f-bc17-cf8f-a420-9211d6edda04
    Packages:
                   PROJECT                        STATE           LAST UPDATE
               package-000 <awaiting import>   idle            unknown
  3. インポートを待機しているパッケージを選択します。
    target_a:configuration services replication source-000> select package-000
    target_a:configuration services replication source-000 package-000> ls
    Properties:
                               id = 96366bf2-0b3c-4eec-e85b-e36e1b5bc18c
                          enabled = true
                            state = idle
                state_description = Idle (awaiting import)
                          offline = true
                      import_path =
                        last_sync = unknown
                         last_try = unknown
                      last_result = unknown
  4. レプリケートされたデータのインポートパスを設定し、commit と入力します。
    target_a:configuration services replication source-000 package-000> set import_path=
    nfs://nfs_server/export/init_repl
                      import_path = nfs://nfs_server/export/init_repl (uncommitted)
    target_a:configuration services replication source-000 package-000> commit
    target_a:configuration services replication source-000 package-000> ls
    Properties:
                               id = 96366bf2-0b3c-4eec-e85b-e36e1b5bc18c
                          enabled = true
                            state = receiving
                state_description = Importing update
                          offline = true
                      import_path = nfs://nfs_server/export/init_repl
                        last_sync = unknown
                         last_try = unknown
                      last_result = unknown
        
    target_a:configuration services replication source-000 package-000> ls
    Properties:
                               id = 96366bf2-0b3c-4eec-e85b-e36e1b5bc18c
                          enabled = true
                            state = idle
                state_description = Idle (no update in progress)
                          offline = false
                      import_path =
                        last_sync = Tue Nov 18 2014 05:03:42 GMT+0000 (UTC)
                         last_try = Tue Nov 18 2014 05:03:42 GMT+0000 (UTC)
                      last_result = success
    Projects:
                          default
    target_a:configuration services replication source-000 package-000>

次の手順

レプリケーションストリームがターゲットのアプライアンスにインポートされたあとで、次のうちの 1 つに進みます。