Skip to main content

lun igroup show

Contributors
Suggest changes

Display a list of initiator groups

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

Description

This command displays status information for initiator groups (igroup). By default, the command displays status for all initiator groups.

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

Specifies the Vserver.

[-igroup <text>] - Igroup Name

Selects the initiator groups that match this parameter value.

[-protocol {mixed|fcp|iscsi}] - Protocol

Selects the initiator groups that match this parameter value (FCP , iSCSI , or mixed ).

[-t, -ostype <Initiator Group OS Type>] - OS Type

Selects the initiator groups that match this parameter value. The operating system types are

  • solaris

  • windows

  • hpux

  • aix

  • linux

  • netware

  • vmware

  • openvms

  • xen

  • hyper_v

[-a, -portset <text>] - Portset Binding Igroup

Selects the initiator groups that match this parameter value.

[-initiator <text>,…​] - Initiators

Selects the initiator groups that match this parameter value.

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

Selects the initiator groups that match this parameter value.

[-uuid <UUID>] - Igroup UUID

Selects the initiator groups that match this parameter value.

[-delete-on-unmap {true|false}] - Delete on Last Unmap

Selects the initiator groups that match this parameter value. A value of true displays all the initiator groups that will be deleted automatically when they are no longer used in a LUN mapping relationship.

[-comment <text>] - Igroup Comment

Selects the igroups that match this parameter value.

[-replication-peer <text>] - Replication Peer

Selects the initiator groups that match this parameter value. The replication-peer is the local name of the peer Vserver, as reported by the vserver peer show -fields peer-vserver command. When set, the igroup and any lun maps to LUNs in SMBC relationships are replicated to the peer cluster.

[-replication-error <text>] - Replication Error

Selects the initiator groups that match this parameter value. This field provides information about asynchronous errors encountered while replicating this igroup. Igroups within a peering relationship are replicated in the same stream, so the error reported here might be related to this igroup or a prior replicated igroup that is now blocking the replication of this igroup. Both the error information and the igroup encountering the error are reported. If the error is configuration related, it can be corrected on the referenced igroup. The replication is retried using exponential backoff up to a maximum of one retry every 5 minutes. Every operation on the same stream triggers an immediate retry and restarts the exponential backoff starting with a 1 second delay. If the error is system related, the retries should correct the error when the system enters a healthy state.

[-replication-error-igroup <text>] - Replication Error Igroup

Selects the initiator groups that match this parameter value. The name of the igroup encountering the error reported by the 'replication-error' field.

[-replicated-igroup-unreplicated-luns {true|false}] - Replicated Igroup Contains Unreplicated LUNs

Selects the initiator groups that match this parameter value. This field indicates that the initiator group is replicated but contains one or more unreplicated LUNs.

Examples

cluster1::> igroup show -instance
          Vserver Name: vs0
           Igroup Name: ig1
              Protocol: mixed
               OS Type: linux
Portset Binding Igroup: -
           Igroup UUID: 358338ba-cfd6-11df-a9ab-123478563412
            Initiators: iqn.1992-08.com.mv:abc (not logged in)
Vserver Name: vs0
           Igroup Name: ig2
              Protocol: mixed
               OS Type: linux
Portset Binding Igroup: -
           Igroup UUID: 3fb136c7-cfd6-11df-a9ab-123478563412
            Initiators: -
Vserver Name: vs1
           Igroup Name: ig1
              Protocol: mixed
               OS Type: windows
Portset Binding Igroup: p1
           Igroup UUID: 03accf6b-d08c-11df-a9ab-123478563412
            Initiators: -
3 entries were displayed.

The example above displays information about all initiator groups.