Displays the group volumes or information about a specific volume, including replication partners (if replication is enabled), access control records, and in-progress operations for the volume (for example, replication, bind, or pool move operations).
You can also display pool information for all the volumes.
Format
show volume [vol_name]|[-poolinfo]
Variable
|
vol_name |
Name of the volume. |
Examples
The following command displays all the volumes in the group and their status, including whether the volume has thin provisioning enabled (in the column labeled TP):
> show volume
Name Size SnapShots Status Permission Connections TP
------------ ---------- --------- -------------- ---------- ----------- -
exchangevol 100GB 14 online read-write 1 Y
vol1ch 10GB 0 online read-write 1 Y
vol2 4GB 0 online read-write 1 N
vol3 2GB 0 online read-write 1 N
vol4 20GB 0 online read-write 1 Y
test 25GB 0 offline read-write 0 Y
vol1 250GB 1 online read-write 1 N
volwithFB 10GB 2 online read-write 0 N
volnoFB 100MB 3 online read-write 1 N
test1 100GB 0 online read-write 1 N
test.volume 100MB 0 online read-write 1 N
data45 1.46GB 1 offline read-write 0 N
The following command shows detailed information about a specific volume:
> show volume vol9
__________________________ Volume Information ___________________________
Name: vol2 Size: 4GB
VolReserve: 4.01GB VolReserveInUse: 1005MB
ReplReserveInUse: 0MB iSCSI Alias: vol2
iSCSI Name: ActualMembers: 1
iqn.2001-05.com.equallogic:0-8a0906- Snap-Warn: 10%
dcefc1902-1759e8e89714614f-vol2 Snap-Depletion: delete-oldest
Description: Snap-Reserve: 100%
Snap-Reserve-Avail: 100% (4.01GB) Permission: read-write
DesiredStatus: online Status: online
Connections: 1 Snapshots: 0
Bind: Type: replicated
ReplicationReserveSpace: 4.01GB Replicas: 1
ReplicationPartner: group2 Pool: pool2
Transmitted-Data: 999MB Received-Data: 999MB
Pref-Raid-Policy: none Pref-Raid-Policy-Status: none
Thin-Provision: disabled Thin-Min-Reserve: 0% (0MB)
Thin-Growth-Warn: 0% (0MB) Thin-Growth-Max: 0% (0MB)
ReplicationTxData: 1005MB
_________________________________________________________________________
____________________________ Access Records _____________________________
ID Initiator Ipaddress AuthMethod UserName Apply-To
--- ----------------------- --------------- ---------- ---------- -------
1 172.17.30.22 none both
_________________________ Replication Partners __________________________
Partner Name CurrReplicas Status Remaining StartingTime
--------------- ------------ ---------------- ---------- ----------------
group2 1 ready 0MB None
_________________________ Operations InProgress _________________________
ID StartTime Progress Operation Details
-- -------------------- -------- ----------------------------------------
The following command shows pool information for all the volumes:
> show volume -poolinfo
Name Size SnapShots Status Connections Pool TP
------------ ---------- --------- -------------- ----------- ---------- -
exchangevol 100GB 14 online 1 default Y
vol1ch 10GB 0 online 1 default Y
vol2 4GB 0 online 1 pool2 N
vol3 2GB 0 online 1 pool2 N
vol4 20GB 0 online 1 default Y
test 25GB 0 offline 0 default Y
vol1 250GB 1 online 1 pool2 N
volwithFB 10GB 2 online 0 default N
volnoFB 100MB 3 online 1 default N
test1 100GB 0 online 1 default N
test.volume 100MB 0 online 1 default N
data45 1.46GB 1 offline 0 default N