Veritas 5.0.1 Installation Guide, HP-UX 11i v3, First Edition, November 2009

1. Select a QuickLog-enabled file system to convert to MVS and unmount the file system:
# umount myfs
2. Detach one of the QuickLog volumes from the QuickLog device that the file system had
been using. This volume can be used as the new intent log volume for the file system.
# qlogdetach -g diskgroup log_vol
3. Create the volume set:
# vxvset make myvset myfs_volume
4. Mount the volume set:
# mount -F vxfs /dev/vx/dsk/rootdg/myvset /mnt1
5. Upgrade the file system of the volume set to Version 6 or Version 7 disk layout. Following
is a sample command to upgrade the file system:
# vxupgrade -n 6 /mnt1
For more information on upgrading disk layout versions, see “Upgrading Disk Layout
Versions” (page 72).
6. Add the log volume from step 2 to the volume set:
# vxvset addvol myvset log_vol
7. Add the log volume to the file system. The size of the volume must be specified.
# fsvoladm add /mnt1 log_vol 50m
8. Move the log to the new volume.
# fsadm -o logdev=log_vol,logsize=16m /mnt1
76 Post Upgrade Tasks