ONTAP 9.12.1 commands

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

    Display iSCSI initiators currently connected

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

    Description

    This command displays a list of active initiators currently connected to a specified Vserver.

    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 the active initiators that match the Vserver that you specify.

    [-tpgroup <text>] - Target Portal Group

    Use this parameter to display the active initiators that match the name of the target portal group that you specify.

    [-tsih <integer>] - Target Session ID

    Use this parameter to display the active initiators that match the target session ID you that specify.

    [-initiator-name <text>] - Initiator Name

    Use this parameter to display the active initiators that match the initiator name that you specify.

    [-initiator-alias <text>] - Initiator Alias

    Use this parameter to display the active initiators that match the alias name that you specify.

    [-tpgroup-tag <integer>] - TPGroup Tag

    Use this parameter to display the active initiators that match the target portal group tag that you specify.

    [-isid <text>] - Initiator Session ID

    Use this parameter to display the active initiators that match the initiator session ID that you specify.

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

    Use this parameter to display the active initiators that match the initiator group that you specify.

    Examples

    cluster1::> vserver iscsi initiator show -vserver vs_1
            Tpgroup       Initiator
    Vserver Name     TSIH Name                  ISID              IGroup
    ------- -------- ---- --------------------- ----------------- -----------------
    vs_1    vs_1.iscsi  6 iqn.1994-05.com.redhat:6ed6dfb0489e
                                                00:02:3d:03:00:00 -
    vs_1    vs_1.iscsi  7 iqn.1993-08.org.debian:01:fa752b8a5a3a
                                                00:02:3d:01:00:00 igroup_1
    2 entries were displayed.

    Displays the active initiator information on Vserver vs_1.

    Top of Page