ONTAP 9.12.1 commands

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

    Display FCP initiators currently connected

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

    Description

    This command displays information about FCP initiators that are currently logged in.

    If you do not specify a Vserver, the command displays all initiators logged into all FCP Vservers within a cluster. If you specify a Vserver but not a logical interface, the command displays information about all initiators connected to all logical interfaces within the specified Vserver.

    If an initiator belongs to an initiator group or has a World Wide Port Name (WWPN) alias, the command displays this 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.

    [-vserver <Vserver Name>] - Vserver Name

    Use this parameter to display the FCP initiators logged into the Vserver that you specify.

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

    Use this parameter to display the FCP initiators that match the logical interfaces that you specify.

    [-wwpn <FC WWN>] - WWPN

    Use this parameter to display the FCP initiators that matches the World Wide Port Name (WWPN) that you specify.

    [-wwnn <FC WWN>] - WWNN

    Use this parameter to display the FCP initiator that matches the World Wide Node Name (WWNN) that you specify.

    [-port-address <Hex Integer>] - Port Addres

    Use this parameter to display FCP initiators that match the port address that you specify.

    [-alias <text>,…​] - Initiator WWPN Alias

    Use this parameter to display the FCP initiator that matches the alias name that you specify.

    [-igroup <text>,…​] - Igroup Name

    Use this parameter to display the FCP initiator that matches the initiator group that you specify.

    [-data-protocol {fcp|fc-nvme}] - Data Protocol

    Use this parameter to display the FCP initiator that matches the data protocol that you specify.

    Examples

    cluster1::> vserver fcp initiator show
         Logical    Initiator      Initiator
     Vserver   Interface  WWNN           WWPN          Igroup
     --------- ---------- -------------- ------------- -------------------------
     vs1       vs1.fcp    2f:a2:00:a0:98:0b:56:13
                                         2f:a2:00:a0:98:0b:56:15
                                                       igroup1

    Displays information regarding all logged in FCP initiators.

    Top of Page