Go to main content

Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.8.x

印刷ビューの終了

更新: 2021 年 8 月
 
 

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>

次の手順