Go to main content

Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.x

Exit Print View

Updated: September 2017
 
 

Unlocking Data Interfaces (CLI)

  1. Go to configuration cluster resources.
    hostname:> configuration cluster resources
  2. Enter show.

    All data interfaces should have a TYPE set to 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. If a data interface has a type set to private, select the resource and set the type to singleton.
    hostname:configuration cluster resources> select net/vnic3
    hostname:configuration cluster resources net/vnic3> set type=singleton
                                                    type = singleton
  4. Enter commit.
    hostname:configuration cluster resources> commit