8 modifying virtual volumes, 1 growing a virtual volume, 2 renaming a virtual volume – HP 3PAR Remote Copy Software User Manual
Page 115: Modifying virtual volumes, Growing a virtual volume, Renaming a virtual volume

4.9
Modifying Virtual Volumes
InForm OS Version 2.3.1
Remote Copy User’s Guide
4.8 Modifying Virtual Volumes
In addition to converting virtual volumes, you can also increase the size and rename virtual
volumes in Remote Copy groups.
4.8.1 Growing a Virtual Volume
To increase the size of a virtual volume, use the following commands:
1
Stop the Remote Copy group, as specified with
<group_name>
, containing the volume to
be grown.
2
Issue the
growvv
command to grow the volume.
where
<VV_name>
is the name of the virtual volume you are growing and
<size>
is the
size in MB to be added to the volume’s user space. You can optionally specify
g
,
G
,
t
, or
T
to indicate the growth size as gigabytes or terabytes, respectively.
4.8.2 Renaming a Virtual Volume
To rename a virtual volume, use the following command:
where
-name <new_name>
is the new name you are assigning to the volume and
<VV_name>
is the volume being changed.
# stoprcopygroup <group_name>
# growvv <VV_name> <size>[g|G|t|T]
NOTE: The
growvv
command must be issued against the primary and secondary
volumes. The secondary volume’s new size must match that of the primary
volume.
# setvv -name <new_name> <VV_name>