HP 3PAR OS 3.1.3 Command Line Interface Reference

showvv
DESCRIPTION
The showvv command displays information about all Virtual Volumes (VVs) or a specific VV in a
system.
SYNTAX
showvv [options <arg>] [<VV_name|pattern|VV_set>...]
showvv -listcols
AUTHORITY
Any role in the system.
OPTIONS
-listcols
List the columns available to be shown in the -showcols option described below (see clihelp
-col showvv for help on each column).
The [options] are generally of two kinds: those that select the type of information that is
displayed, and those that filter the list of VVs that are displayed.
By default (if none of the information selection options below are specified) the following columns
are shown:
Id, Name, Prov, Type, CopyOf, BsId, Rd, State, Adm_Rsvd_MB, Snp_Rsvd_MB,
Usr_Rsvd_MB, VSize_MB.
Options that select the type of information shown include the following:
-showcols <column>[,<column>...]
Explicitly select the columns to be shown using a comma-separated list of column names. For this
option the full column names are shown in the header.
Run showvv -listcol to list the available columns.
Run clihelp -col showvv for a description of each column.
d
Displays detailed information about the VVs. The following columns are shown:
ID, Name, Rd, Mstr, Prnt, Roch, Rwch, PPrnt, PBlkRemain, VV_WWN, CreationTime.
pol
Displays policy information about the VV. The following columns are shown:
ID, Name, Policies.
s
Displays Logical Disk (LD) space use by the VVs. The following columns are shown:
ID, Name, Prov, Type, Adm_Rsvd_MB, Adm_Used_MB, Snp_Rsvd_MB, Snp_Used_MB,
Snp_Used_Perc, Warn_Snp_Perc, Limit_Snp_Perc, Usr_Rsvd_MB, Usr_Used_MB,
Usr_Used_Perc, Warn_Usr_Perc, Limit_Usr_Perc, Tot_Rsvd_MB, VSize_MB.
NOTE: For snapshot (vcopy) VVs, the Adm_Used_MB , Snp_Used_MB , Usr_Used_MB and the
corresponding _Perc columns have an (*) before the number for two reasons: to indicate that the
number is an estimate that must be updated using the updatesnapspace command, and to indicate
that the number is not included in the total for the column since the corresponding number for the
snapshot's base VV already includes that number.
showvv 497