3PAR InForm® OS 2.2.4 CLI Administrator's Manual (320-200113 Rev A, March 2009)

7.15
Thinly Provisioned Virtual Volumes
InForm OS Version 2.2.4 3PAR InForm OS CLI Administrator’s Manual
-usr_al <percent> is the allocation limit of the user data space specified in
percentage. This prevents the user data space from exceeding a specified percentage of
the volume’s size.
<usr_CPG> is the name of the CPG from which the created volume is provisioned.
<VV_name> is the name of the volume being created. The name can be up to 31
characters.
<VV_size> is the size in MB or GB of the volume being created. If creating space in GB,
specify g or G directly following the specified value, e.g. 10G.
Additional parameters can optionally be specified when issuing the
createvv command.
Refer to the InForm OS Command Line Interface Reference for detailed information about
the
createvv command and its optional arguments.
7.11.2 Growing a Thinly Provisioned Virtual Volume
Like virtual volumes, TPVVs can also be enlarged (grown) by automatically adding logical disks
when the volumes’ capacity has been reached.
X To grow a TPVV, issue the growvv <size> <TPVV_name> command, where:
<size> is the grow size of the volume’s user space in MB, specified as an integer from
1 to 2096128 (you can also specify the size in gigabytes by following the integer with g
or G).
<TPVV_name> is the name of the TPVV you are growing.
7.11.3 Modifying a Thinly Provisioned Virtual Volume
Any existing TPVV can be modified to have a new name, new allocation limits and warnings, or
to adhere to specific policies.
X To modify an existing TPVV, issue the setvv command. Refer to the InForm OS Command
Line Interface Reference for details on all arguments and their usage, which are available
for the
setvv command.