Go to main content

Oracle® ZFS Storage Appliance 管理指南,发行版 OS8.8.0

退出打印视图

更新时间: 2018 年 11 月
 
 

解除数据接口锁定 (CLI)

  1. 转到 configuration cluster resources
    hostname:> configuration cluster resources
  2. 输入 show

    所有数据接口均有一个 "TYPE"(类型)设置为单例。

    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