![]() |
![]() |
![]() |
![]() |
![]() |
The procedure described in this section describes how to upgrade a volume created before VxVM 4.0 so that it can take advantage of new features such as instant snapshots, and DRL logs that are configured within the DCO volume. This requires upgrading the version of the disk groups, removing any existing snapshots and version 0 DCOs that are associated with volumes in the disk groups, and finally configuring the volumes with version 20 DCOs.
Note
The plexes of the DCO volume require persistent storage space on disk to be available. To make room for the DCO plexes, you may need to add extra disks to the disk group, or reconfigure existing volumes to free up space in the disk group. Another way to add disk space is to use the disk group move feature to bring in spare disks from a different disk group.
See "Reorganizing the contents of disk groups" on page 205.
The vxsnap
prepare
command automatically enables FastResync on the volume and on any snapshots that are generated from it.
If the volume is a RAID-5 volume, it is converted to a layered volume that can be used with snapshots and FastResync.
To upgrade an existing disk group and the volumes that it contains
To upgrade a disk group to the latest version, use the following command:
See "Upgrading a disk group" on page 218.
# vxprint [-g
diskgroup]
-F "%name" -e "v_hasdcolog"
This command assumes that the volumes can only have version 0 DCOs as the disk group has just been upgraded.
See "Determining the DCO version number" on page 288.
Repeat the following steps to upgrade each volume within the disk group as required.
# vxassist [-g
diskgroup] remove log
volume
[nlog=
n
]
Use the optional attribute nlog=
n
to specify the number, n
, of logs to be removed. By default, the vxassist
command removes one log.
# vxassist [-g
diskgroup] snapback
snapvol
If FastResync was enabled on the volume before the snapshot was taken, the data in the snapshot plexes is quickly resynchronized from the original volume. If FastResync was not enabled, a full resynchronization is performed.
# vxsnap [-g
diskgroup] prepare
volume [ndcomirs=
number] \
[regionsize=
size
] [drl=on|sequential|off] \
The ndcomirs
attribute specifies the number of DCO plexes that are created in the DCO volume. It is recommended that you configure as many DCO plexes as there are data and snapshot plexes in the volume. The DCO plexes are used to set up a DCO volume for any snapshot volume that you subsequently create from the snapshot plexes. For example, specify ndcomirs=5
for a volume with 3 data plexes and 2 snapshot plexes.
The value of the regionsize
attribute specifies the size of the tracked regions in the volume. A write to a region is tracked by setting a bit in the change map. The default value is 64k
(64KB). A smaller value requires more disk space for the change maps, but the finer granularity provides faster resynchronization.
To enable DRL logging on the volume, specify drl=on
(this is the default setting). If sequential DRL is required, specify drl=sequential
.If DRL is not required, specify drl=off
.
You can also specify vxassist
-style storage attributes to define the disks that can or cannot be used for the plexes of the DCO volume.