3PAR InForm® OS 2.3.1 CLI Reference (320-200166 Rev B, March 2010)

21.92
Command Line Interface Reference InForm OS Version 2.3.1
–spt <sectors_per_track>
Defines the VV geometry sectors per track value that is reported to the hosts through the
SCSI mode pages. The valid range is from
4 to 8192 and the default value is 304.
–hpc <heads_per_cylinder>
Defines the VV geometry heads per cylinder value that is reported to the hosts through the
SCSI mode pages. The valid range is from
1 to 1024 and the default value is 8.
SPECIFIERS
<VV_name|pattern>...
Specifies the VV name or all VVs that match the pattern specified, using up to 31 characters.
The patterns are glob-style patterns (see Help on sub, or globpat). Valid characters include
alphanumeric characters, periods, dashes, and underscores.
RESTRICTIONS
At least one option must be specified.
EXAMPLES
The following example displays space usage information for thin provisioned VVs that are
exported to host
hname.
The following example displays raw space usage information for thin provisioned VVs
exported to host hname and all VVs in the tree with the base VV of Id 50:
The following example lists the
Id, Name and VSize_MB columns only for thin provisioned VVs
exported to host
hname:
cli% showvv -s -p -prov tp* -host hname
NOTE: The tp* matches tpvv as well as tpsd.
cli% showvv -r -p -prov tp* -host hname -p -baseid 50
cli% showvv -showcols Id,Name,VSize_MB -p -prov tp* -host hname