ONTAP 9.12.1 commands

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

    Display WWPN for FCP logical interfaces

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

    Description

    This command displays a list of World Wide Port Names (WWPN) that are used by the FCP logical interfaces.

    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 display a list of FCP logical interfaces and their WWPNs that match the Vserver name you specify.

    [-lif <lif-name>] - Logical Interface

    Use this parameter to display a list of FCP logical interfaces and their WWPNs that match the logical interface that you specify. You can use wildcards in the logical interface to display a specific group of logical interfaces.

    [-wwpn <text>] - WWPN

    Use this parameter to display a list of FCP logical interfaces and their WWPNs that match the WWPN that you specify. You can use wildcards in the WWPN to display a specific group of WWPNs.

    Examples

    cluster1::> vserver fcp portname show
               Logical
    Vserver    Interface      WWPN
    ---------  -------------- -------------------------
    vs_a       vs_a.fcp       2f:a2:00:a0:98:0b:56:13
    vs_io1     vs_io1.fcp     2f:9e:00:a0:98:0b:56:13
    vs_2       lif2           2f:a3:00:a0:98:0b:56:13
    vs_2       lif3           2f:a4:00:a0:98:0b:56:13
    vs_2       lif4           2f:a5:00:a0:98:0b:56:13
    vs_2       lif5           2f:a6:00:a0:98:0b:56:13
    vs_2       vs_2.fcp       2f:9a:00:a0:98:0b:56:13
    vs1        vs1.fcp        2f:9d:00:a0:98:0b:56:13
    vs1        vs1.fcp2       2f:97:00:a0:98:0b:56:13

    Displays the WWPNs for each FCP logical interface for all the Vservers in a cluster.

    Top of Page