Veritas File System 5.1 SP1 Administrator"s Guide (5900-1499, April 2011)

4
If the disk layout version is less than 6, upgrade to Version 7. For example,
if the disk layout version is 5, upgrade to Version 7 as follows:
# vxupgrade -n 6 /mnt1
# vxupgrade -n 7 /mnt1
5
Unmount the file system:
# umount /mnt1
6
Convert the volume into a volume set:
# vxvset -g dg1 make vset1 vol1
7
Edit the /etc/fstab file to replace the volume device name, vol1, with the
volume set name, vset1.
8
Mount the file system:
# mount -F vxfs /dev/vx/dsk/dg1/vset1 /mnt1
9
As necessary, create and add volumes to the volume set:
# vxassist -g dg1 make vol2 256M
# vxvset -g dg1 addvol vset1 vol2
10
Set the placement class tags on all volumes that do not have a tag:
# vxvoladm -g dg1 settag vol1 vxfs.placement_class.tier1
# vxvoladm -g dg1 settag vol2 vxfs.placement_class.tier2
Adding a volume to and removing a volume from a
multi-volume file system
You can add volumes to and remove volumes from a multi-volume file system
using the fsvoladm command.
Adding a volume to a multi-volume file system
Use the fsvoladm add command to add a volume to a multi-volume file system.
Multi-volume file systems
Adding a volume to and removing a volume from a multi-volume file system
96