System Administration Guide: Devices and File Systems

ProcedureHow to Create the Discovery Domain Sets

  1. Use the “iSNS Server Management” RBAC profile to obtain the authorizations needed for managing the iSNS service.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. Create a discovery domain set:


    #isnsadm create-dd-set set_name
    
  3. Enable the discovery domain set:


    #isnsadm enable-dd-set set_name
    
  4. View all the discovery domain sets, including the new one:


    #isnsadm list-dd-set -v
            DD Set name: Default
                State: Enabled
            DD Set name:set_name
                State: Enabled

    The list of discovery domain sets includes the default discovery domain set as well as the new one.