ONTAP 9.12.1 commands

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

    Ping FCP by Igroup

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

    Description

    This command performs a connectivity check (ping) between the FCP initiators of an igroup and the FCP LIFs for which they are configured.

    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 initiators and FCP LIFs.

    [-igroup <text>] - Igroup Name

    Use this parameter to select the FCP initiators that belong to the specified igroup and FCP LIFs that belong to the portset that is bound to the igroup. If the igroup is not bound to a portset, then the default portset (all FCP LIFs in the Vserver), is used.

    [-wwpn <text>] - FCP initiator WWPN

    Use this parameter to select the FCP initiator WWPN.

    [-lif <text>] - LIF Name

    Use this parameter to limit the test to a subset of the FCP LIFs available for the igroup.

    [-portset <text>] - Portset

    Use this parameter to select igroups bound to the specified portset.

    [-node <nodename>] - Node

    Use this parameter to select the nodes that contain the specified FCP LIFs.

    [-status {unknown|reachable|not-reachable|not-zoned|cannot-ping-same-wwpn|fcp-service-busy|lif-is-down|zone-info-not-available}] - Ping Status

    Use this parameter to select the status of FCP ping command.

    [-ext-status {logged-in|not-logged_in|not-in-fabric|not-in-same-zone|fabric-info-not-available}] - Extended Status

    Use this parameter to select the extended status of FCP ping command.

    [-check-fabric <true>] - Query Fabric Records

    Use this parameter to query the unzoned name server for the FCP initiator WWPN.

    Examples

    cluster1::> vserver fcp ping-igroup show
              Igroup                     Node       Logical   Ping       Extended
    Vserver   Name        WWPN           Name       Interface Status     Status
    --------- ----------- -------------- ---------- --------- ---------- -----------
    vserver_1
              igroup_1    c0:03:ff:e4:70:06:00:e4
                                         node_1
                                                    lif_1     reachable  wwpn-logged-in
              igroup_1    c0:03:ff:e4:70:06:00:e6
                                         node_2
                                                    lif_2     not-zoned  -
    2 entries were displayed.
    Top of Page