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

印刷ビューの終了

更新: 2016 年 9 月
 
 

レプリケーションパッケージの編集 (CLI)

レプリケーションパッケージは、CLI では shares replication sources の下でソース別に管理されます。

  1. ターゲットアプライアンスから、shares replication sources に移動し、パッケージを一覧表示します。
    loader:> shares replication sources
    loader:shares replication sources> show
    Sources:
    
    source-000 ayu
                PROJECT    STATE       LAST UPDATE
    package-000 oldproj    idle        unknown
    package-001 aproj1     receiving   Sun Feb 21 2010 22:04:35 GMT+0000 (UTC)
  2. ソースを選択し、次にパッケージを選択します。

    このノードでは、パッケージレベルの操作を実行できます。

    loader:shares replication sources> select source-000
    loader:shares replication source-000> select package-001
    loader:shares replication source-000 package-001> show
    Properties:
                          enabled = true
                            state = receiving
                state_description = Receiving update
                        last_sync = Sun Feb 21 2010 22:04:40 GMT+0000 (UTC)
                         last_try = Sun Feb 21 2010 22:04:40 GMT+0000 (UTC)
    
    Projects:
                           aproj1
    
    loader:shares replication source-000 package-001> select aproj1
    loader:shares replication source-000 package-001 aproj1> get mountpoint
                        mountpoint = /export
    loader:shares replication source-000 package-001 aproj1> get sharenfs
                          sharenfs = on
    
  3. プロジェクトのプロパティーおよびシェアを編集するには、プロジェクトを選択します。

    変更できるプロパティーの一覧は、レプリケーションパッケージを参照してください。

  4. configuration services replication からレプリケーションソースを表示するには、show プロパティーを使用します。
    loader:configuration services replication> show 
    Properties: 
                         <status> = online 
    Children: 
                             targets => Configure replication targets 
                             sources => View and manage replication packages
    

関連トピック