ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network fcp zone show

    Display the active zone set information

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    Displays the active zone set information.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node

    Use this parameter to select the active zone set information for adapters that located on the node name that you specify.

    [-adapter <text>] - Adapter

    Use this parameter to select the active zone set information for the specified adapter.

    [-zoneset-name <text>] - Zoneset Name

    Use this parameter to select the active zone set information for the specified zone set name.

    [-zone-name <text>] - Zone Name

    Use this parameter to select the active zone set information for the specified zone name.

    [-type-name <text>] - Type Name

    Use this parameter to select the active zone set information with the specified symbolic type.

    [-type <integer>] - Type

    Use this parameter to select the active zone set information with the specified port type.

    [-port-id <Hex Integer>] - Member Port Id

    Use this parameter to select the active zone set information with the specified member port id.

    [-domain-id <integer>] - Member Domain Id

    Use this parameter to select the active zone set information with the specified member domain id.

    [-port <integer>] - Member Port

    Use this parameter to select the active zone set information with the specified member port.

    [-wwn <text>] - Member WWN

    Use this parameter to select the active zone set information with the specified member WWN.

    [-zone-count <integer>] - Zone Count

    Use this parameter to select the active zone set information with the specified number of zones.

    [-zone-member-count <integer>] - Zone Member Count

    Use this parameter to select the active zone set information with the specified number of zone members in a zone.

    [-contents <text>] - Member Contents

    Use this parameter to select the active zone set information using any type.

    Examples

    cluster1::> network fcp adapter zone show
                                              Member
                           Zone Name          Type                WWN
     --------------------- ------------------ ------------------- -----------------
    Active Zone Set on adapter 0c
       Zone Set Name: zoneset_name
                           zone_name_1        Port ID             -
                           zone_name_1        Port ID             -
                           zone_name_1        Port ID             -
                           zone_name_2        Domain ID/Port      -
                           zone_name_2        Domain ID/Port      -
                           zone_name_2        Domain ID/Port      -
                           zone_name_3        Fabric Port Name    00:00:00:00:00:00:00:00
                           zone_name_3        Fabric Port Name    01:00:00:00:00:00:00:00
                           zone_name_3        Fabric Port Name    02:00:00:00:00:00:00:00
    
    9 entries were displayed.

    The example above displays information regarding active zone set information for the cluster.

    Top of Page