Skip to main content

vserver consistency-group lun show

Contributors
Suggest changes

Display a list of existing consistency group Luns

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

Description

The command displays information for consistency group LUNs. Use the ` instance ` parameter to display additional consistency group LUN details.

Parameters

{ [-fields <fieldname>,…​]

This specifies the fields that need to be displayed.

| [-instance ] }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-vserver <Vserver Name>] - Vserver Name

Selects information about the consistency group LUNs in the specified Vserver.

[-consistency-group <text>] - Consistency Group

Selects information about the consistency group LUNs in the specified consistency group.

[-parent-consistency-group <text>] - Parent Consistency Group

Selects information about the consistency group LUNs in the specified parent consistency group.

{ [-path <path>] - LUN Path

Selects information about the consistency group LUN that mathches the specified LUN path.

| [-lun <text>] - LUN Name

Selects information about the consistency group LUN that mathches the specified LUN name.

[-volume <volume name>] - Volume Name

Selects information about the consistency group LUNs that mathches the specified volume name.

[-qtree <qtree name>] - Qtree Name }

Selects information about the consistency group LUNs that mathches the specified qtree name.

[-uuid <UUID>] - LUN UUID

Selects information about the consistency group LUN that mathches the specified LUN UUID.

[-vserver-uuid <UUID>] - Vserver UUID

Selects information about the consistency group LUNs that matches the specified Vserver UUID.

[-consistency-group-uuid <UUID>] - Consistency Group UUID

Selects information about the consistency group LUNs that matches the specified consistency group UUID.

[-parent-consistency-group-uuid <UUID>] - Parent Consistency Group UUID

Selects information about the consistency group LUNs that matches the specified parent consistency group UUID.

Examples

The following command lists all the LUNS that are associated with a consistency group.

cluster1::> consistency-group lun show
  (vserver consistency-group lun show)
                         Parent
           Consistency   Consistency   LUN
Vserver    Group         Group         Path
---------- ------------- ------------- -------------
vs0        ChildCG_1     ParentCG      /vol/ParentCG_01_vol_1/ChildCG_1_lun_1_1
vs0        ChildCG_2     ParentCG      /vol/ParentCG_02_vol_1/ChildCG_2_lun_1_1
vs0        singleCG      -             /vol/singleCG_vol_1/singleCG_lun_1_1
vs0        singleCG      -             /vol/singleCG_vol_1/singleCG_lun_1_2
vs1        singleCG      -             /vol/singleCG_vol_1/singleCG_lun_1_1
vs1        singleCG      -             /vol/singleCG_vol_1/singleCG_lun_1_2
6 entries were displayed.