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

印刷ビューの終了

更新: 2017 年 3 月
 
 

データインタフェースのロック解除 (CLI)

  1. configuration cluster resources に移動します。
    hostname:> configuration cluster resources
  2. show」と入力します。

    すべてのデータインタフェースで TYPE が singleton に設定されているべきです。

    hostname:configuration cluster resources> show
    Resources:
    
    RESOURCE            OWNER        TYPE        LABEL        CHANGES        DETAILS
    net/vnic2           zs34-02      private     mgmt-02      no             10.80.218.170
    net/vnic3           zs34-02      private     data-01      no             10.80.216.46
    net/vnic4           zs34-02      singleton   data-02      no             10.80.216.47
    zfs/pool-01         zs34-01      singleton                no             
    zfs/pool-02         zs34-02      singleton                no              53.5T
  3. データインタフェースのタイプがプライベートに設定されている場合、リソースを選択して、タイプをシングルトンに設定します。
    hostname:configuration cluster resources> select net/vnic3
    hostname:configuration cluster resources net/vnic3> set type=singleton
                                                    type = singleton
  4. commit」と入力します。
    hostname:configuration cluster resources> commit