ONTAP 9.12.1 commands

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

    Display FCP fabric name server entries

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

    Description

    This command show entries in the fabric name server database.

    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.

    [-vserver <Vserver Name>] - Vserver

    Use this parameter to select the Vservers that contain FCP LIFs.

    [-lif <text>] - LIF Name

    Use this parameter to select the FCP LIFs.

    [-port-id <Hex Integer>] - Port Identifier

    Use this parameter to select the assigned port identifier of the LIF.

    [-unzoned <true>] - Show unzoned name server entries

    Use this parameter to show unzoned name server information.

    [-port-type <text>] - Port Type

    Use this parameter to select the port type of the LIF.

    [-port-wwn <text>] - Port WWN

    Use this parameter to select World Wide Port Name (WWPN) of the LIF.

    [-fabric-port-wwn <text>] - Fabric Port WWN

    Use this parameter to select the fabric World Wide Port Name (WWPN) of the lif.

    [-node-wwn <text>] - Node WWN

    Use this parameter to select the World Wide Node Name (WWNN) of the LIF.

    [-service-class <text>] - Service Class

    Use this parameter to select the registered class of services as defined in the FC-FS standard.

    [-fc4-type <text>] - FC4 Type

    Use this parameter to select the registered FC4 type.

    [-switch-port <text>] - Switch Port

    Use this parameter to select the name of switch port connected to target array.

    Examples

    cluster1::> vserver fcp nameserver show
                                                         Port     Port         FC4
            Vserver:Lif         Node WWN, Port WWN       Id       Type         Type
            ------------------- ------------------------ -------- ------------ ------------
            vs1 :lif1
                               20:00:00:a0:98:55:73:38
                               20:01:00:a0:98:55:73:38   8130561  N-Port       FCP
                               20:00:00:90:fa:73:12:dd
                               10:00:00:90:fa:73:12:dd   8194560  N-Port
            vs1 :lif2
                               20:00:00:90:fa:94:29:ee
                               10:00:00:90:fa:94:29:ee   8201984  N-Port       FCP
            3 entries were displayed.
    Top of Page