HP 3PAR OS 3.1.3 Command Line Interface Reference

The following example displays policy information for virtual volume 0:
cli% showvv -p 0
Id Name Domain Policies
0 admin - stale_ss,system
----------------------------------------------
1
The columns in the previous example are identified as follows:
Id. The virtual volume ID.
Name. The virtual volume name.
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 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.
Policies. The current policy assigned to the displayed virtual volume.
The following example displays the snapshot space information:
cli% showvv -s -p -prov tp* -host hname
The columns in the previous example are identified as follows:
ID. The ID of the virtual volume.
The following example displays the detailed state information:
cli% showvv -state
Id Name Prov Type State -Detailed_State-
0 admin full base normal normal
------------------------------------------
1 total
The columns in the previous example are identified as follows:
ID. The ID of the virtual volume.
Name. The virtual volume name.
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.
-. Since the VV is Type vcopy (snapshot) it is the provisioning that is associated with the
base VV.
showvv 505