vserver consistency-group volume show
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Display a list of existing consistency group Volumes
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The command displays information for consistency group volumes. Use the ` instance ` parameter to display additional consistency group volume 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 volumes in the specified Vserver.
[-consistency-group <text>]
- Consistency Group-
Selects information about the consistency group volumes in the specified consistency group.
[-parent-consistency-group <text>]
- Parent Consistency Group-
Selects information about the consistency group volumes in the specified parent consistency group.
[-volume <volume name>]
- Volume-
Selects information about the specified consistency group volume.
[-uuid <UUID>]
- Volume UUID-
Selects information about the consistency group volume that mathches the specified volume UUID.
[-vserver-uuid <UUID>]
- Vserver UUID-
Selects information about the consistency group volumes that matches the specified Vserver UUID.
[-consistency-group-uuid <UUID>]
- UUID-
Selects information about the consistency group volumes that matches the specified consistency group UUID.
[-parent-consistency-group-uuid <UUID>]
- Parent CG UUID-
Selects information about the consistency group volumes that matches the specified parent consistency group UUID.
[-size {<integer>[KB|MB|GB|TB|PB]}]
- Size-
Selects information about the consistency group volumes that have the specified size.
[-space-available {<integer>[KB|MB|GB|TB|PB]}]
- Available Space-
Selects information about the consistency group volumes that have the specified available space.
[-space-used {<integer>[KB|MB|GB|TB|PB]}]
- Used Space-
Selects information about the consistency group volumes that have the specified used space.
[-export-policy <export policy name>]
- Volume Export Policy-
Selects information about the consistency group volumes that have the specified export policy.
[-cifs-shares <Share>,…]
- Volume CIFS Share Names-
Selects information about the consistency group volumes that have the specified CIFS share name.
Examples
The following command lists all the volumes that are associated with a consistency group.
cluster1::> vserver consistency-group volume show (vserver consistency-group volume show) Parent Consistency Consistency Available Used Vserver Group Group Volume Size Space Space ---------- ------------- ------------- ------------- ------- ---------- ------- san_vs0 Child_CG_1 Parent_cg vol_child1_1 206MB 205.7MB 296KB san_vs0 Child_CG_2 Parent_cg vol_child2_1 206MB 205.7MB 280KB san_vs0 Child_CG_3 Parent_cg vol_child3_1 206MB 205.7MB 260KB san_vs0 Child_CG_3 Parent_cg vol_child3_2 206MB 205.7MB 332KB san_vs0 Child_CG_3 Parent_cg vol_child3_3 206MB 205.7MB 296KB 5 entries were displayed.