HP 3PAR OS 3.1.3 Command Line Interface Reference

The following example shows VV space distribution for VVs belonging to VV sets with names that
begin with tv:
cli% showvvcpg set:tv*
----(MB)---- -New (MB)--
Name CPG Adm Snp Usr Adm Snp Usr
testvv cpg0 - - 1024 0 0 0
newtestvv cpg0 - - 1024 0 0 0
---------------------------------------
2 - 0 0 2048 0 0 0
The following example shows how Adaptive Optimization has distributed space for the Adm, Snp
and Usr space for a VV among 3 CPGs:
cli% showvvcpg Win2k8-MySqlData
-----(MB)------ -New (MB)--
Name CPG Adm Snp Usr Adm Snp Usr
Win2k8-MySqlData sysrpt-fc-r1 - - 41472 0 0 0
Win2k8-MySqlData sysrpt-nl-r6 352 8064 191872 0 0 0
Win2k8-MySqlData sysrpt-ssd-r1 160 - 384 0 0 0
----------------------------------------------------------
1 - 512 8064 233728 0 0 0
The columns in the previous examples are identified as follows:
Name. The VV name.
CPG. The CPG designator.
Adm. The amount of snapshot administration space.
Snp. The amount of snapshot data space.
Usr. The amount of user space.
NOTES
A Domain column may be included by using the setclienv command to set listdom to 1. The
listdom option is also set to 1 if the CLI was started with the -listdom option, or if the CLI was
started with the TPDLISTDOM environment variable set. Please run cli -h and setclienv -h
for details of the environment variables.
The columns shown under the heading New (MB) are empty (-) unless some regions are currently
being moved from one CPG to another. For the duration of the move, the space being moved
appears under both the normal (MB) heading for the old CPG and under the New (MB) heading
for the new CPG. After the move is completed, the space is removed from the old CPG and appears
only under the normal (MB) heading for the new CPG.
showvvcpg 511