HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

-snp_al <percent>
Sets a snapshot space allocation limit. The snapshot space of the VV is prevented from growing
beyond the indicated percentage of the VV size.
The following options can only be used on fully provisioned volumes:
-usr_cpg <usr_cpg>
Specifies that the volume user space that is to be provisioned from the specified CPG. This option
moves all the logical disks currently contained in the user space for these volumes into the CPG.
This is permitted only when none of the logical disks are shared with other volumes that are not
specified with this option. If the <usr_cpg> specifier is specified as "", the volume user space is
no longer provisioned from a CPG and the existing user space logical disks will be removed from
the CPG. This is permitted only when the existing user's logical disks are exclusively being used
by the volumes specified with this option.
The following options can only be used on thinly provisioned volumes:
-usr_aw <percent>
This option enables user space allocation warning. It specifies that a warning alert is generated
when the reserved user space of the TPVV exceeds the specified percentage of the virtual volume
size.
-usr_al <percent>
This option sets the user space allocation limit. The user space of the TPVV is prevented from
growing beyond the indicated percentage of the virtual volume size. After this size is reached,
any new writes to the virtual volume will fail.
-spt <sectors_per_track>
Defines the virtual volume geometry sectors per track value that is reported to the hosts through the
SCSI mode pages. The valid range is between 4 to 8192 and the default value is 304.
-hpc <heads_per_cylinder>
Defines the virtual volume geometry heads per cylinder value that is reported to the hosts though
the SCSI mode pages. The valid range is between 1 to 255 and the default value is 8.
SPECIFIERS
<vvname|pattern>
Specifies the virtual volume name or all virtual volumes that match the specified pattern, using up
to 31 characters. The patterns are glob- style patterns (see help on sub, globpat). Valid characters
include alphanumeric characters, periods, dashes, and underscores.
RESTRICTIONS
At least one option must be specified.
EXAMPLES
The following example sets the policy of virtual volume vv1 to no_stale_ss.
cli% setvv -pol no_stale_ss vv1
The following example changes the name from test to newtest.
cli% setvv -name newtest test
setvv 345