Go to main content

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

印刷ビューの終了

更新: 2021 年 8 月
 
 

レプリケーション更新をエクスポートする (CLI)

  1. レプリケーション更新を NFS サーバーにエクスポートするには、sendupdate コマンドを使用します。
    source:shares default action-000>sendupdate
  2. この例に示すように、ls と入力してステータスを表示します。
    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 = sending
                state_description = Exporting update
                   export_pending = true
                          offline = false
                      next_update = Export replication data
                        last_sync = <unknown>
                         last_try = <unknown>
                      last_result = <unknown>
  3. エクスポートが完了したタイミングを特定するには、ls と入力してステータスを表示します。

    この例に示すように、last_result=success を探します。

    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 =
                            state = idle
                state_description = Idle (no update in progress)
                   export_pending = false
                          offline = true
                      next_update = Sync now
                        last_sync = <unknown>
                         last_try = Mon Nov 18 2019 04:40:40 GMT+0000 (UTC)
                      last_result = success
    source:shares default action-000>

次の手順