HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

growvv
DESCRIPTION
The growvv command increases the size of a Virtual Volume (VV) created with the createvv or
createtpvv commands.
SYNTAX
growvv <VV_name> <size>[g|G|t|T]
CAUTION: For Remote Copy configuration, before issuing the growvv command on the primary
HP 3PAR Storage System, ensure the secondary HP 3PAR Storage System has sufficient space for
an equal increase in Virtual Volume size. If there is insufficient space on the secondary HP 3PAR
Storage System, the volume group cannot be started.
AUTHORITY
Super, Edit
Any role granted the vv_grow right.
NOTE: You need access to all domains with logical disks specified in order to run this command.
OPTIONS
None.
SPECIFIERS
<VV_name>
Specifies the name of the VV to grow.
<size>[g|G|t|T]
Specifies the size in MB to be added to the volume user space. The size must be an integer in the
range from 1 to 16 TB. The volume size is rounded up to the next multiple of 256 MB. Size can
be specified in megabytes (default) or in gigabytes by using the g|G parameter and terabytes by
using the t|T parameter. To specify the size in gigabytes, enter g or G, for terabytes, enter t or
T, directly after the specified size (no space).
RESTRICTIONS
Access to all domains is required to run this command.
EXAMPLES
The following example displays the enlarging of the of virtual volume vv0 by 10 G:
cli% growvv vv0 10g
NOTES
For the command:
MB = 1048576 bytes
GB = 1024 MB
growvv 179