ONTAP 9.12.1 commands

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

    Display initiators

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

    Description

    This command displays information for initiators that are members of initator groups (igroups).

    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

    Selects the initiators of igroups whose Vserver matches the specified value.

    [-initiator <text>] - Initiator

    Selects initiators whose name matchs the specified value.

    [-comment <text>] - Comment

    Selects initiators whose comment matchs the specified value.

    [-igroups <text>,…​] - Igroups

    Selects initiators belonging to the specified igroups.

    Examples

    cluster1::> lun igroup initiator show -instance
      Vserver: vs0
    Initiator: init1
      Comment: Initiator Comment
      Igroups: ig1,ig2
    Vserver: vs0
    Initiator: init2
      Comment: Initiator Comment2
      Igroups: ig3
    2 entries were displayed.

    This example displays detailed information for all initiators in igroups.

    Top of Page