HP 3PAR OS 3.1.3 Command Line Interface Reference

Specifies the VV name (up to 31 characters in length) matching the glob-style pattern or that are
members of the supplied VV set will have their information displayed. The VV_set name must start
with set:. This specifier can be repeated to display configuration information about multiple VVs.
This specifier is not required on the command line. If not specified, configuration information for
all VVs in the system is displayed.
RESTRICTIONS
None
EXAMPLES
The following example displays information about all virtual volumes:
cli% showvv
----Rsvd(MB)----- -(MB)--
Id Name Prov Type CopyOf BsId Rd -Detailed_State- Adm Snp Usr VSize
0 admin full base --- 0 RW normal 0 0 10240 10240
19 aldvv full base --- 19 RW normal 0 0 10240 10240
20 bar-remote full peer --- 20 RW normal 0 0 20480 20480
11 mytpvv tpvv base --- 11 RW normal 512 0 2048 1024
6 rcopy.0 cpvv base --- 6 RW normal 512 2048 10240 10240
7 rcopy.1 cpvv base --- 7 RW normal 512 2048 10240 10240
21 s026-foo full peer --- 21 RW normal 0 0 10240 10240
18 testgrow full base --- 18 RW normal 0 0 5242880 5242880
12 tpvv full base --- 12 RW normal 0 0 1024 1024
13 vv.0 full base --- 13 RW normal 0 0 1024 1024
14 vv.1 full base --- 14 RW normal 0 0 1024 1024
15 vv.2 full base --- 15 RW normal 0 0 1024 1024
16 vv.3 full base --- 16 RW normal 0 0 1024 1024
17 vv.4 full base --- 17 RW normal 0 0 1024 1024
---------------------------------------------------------------------------------
14 total 1536 4096 5322752 5321728
The columns in the previous example are identified as follows:
ID. The ID of the virtual volume.
Name. The name of the virtual volume.
Prov. The provisioning for the VV. Can be one of the following:
full. Fully provisioned VV, either with no Snp (snapshot) space or with statically allocated
Snp space.
tpvv. Thin Provisioned VV, with space for the base volume allocated from the Usr space
that is associated with the UsrCPG. Snapshots allocate space from the Snp space
associated with the SnpCPG (if any).
cpvv. Commonly Provisioned VV. The Usr space for this VV is fully provisioned and the
Snp space is associated with a SnpCPG.
tpsd. An old-style Thin Provisioned VV (created on a 2.2.4 release or earlier) where
both the base VV and snapshot data are allocated from the Snp space associated with
the UsrCPG.
snp. Since the VV is Type vcopy (snapshot) it is the provisioning that is associated with
the base VV.
Domain. The domain to which the virtual volume belongs. Valid values are or
<domain_name>. If the domain does not exist, - is displayed. The Domain column can
be included by using the setclienv command to set listdom to 1. The listdom
showvv 501