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

4
List the volume availability flags using the fsvoladm command:
# fsvoladm queryflags /mnt1
volname flags
vol1 metadataok
vol2 dataonly
vol3 dataonly
vol4 dataonly
vol5 dataonly
5
Increase the metadata space in the file system using the fsvoladm command:
# fsvoladm clearflags dataonly /mnt1 vol2
# fsvoladm queryflags /mnt1
volname flags
vol1 metadataok
vol2 metadataok
vol3 dataonly
vol4 dataonly
vol5 dataonly
Converting a single volume file system to a
multi-volume file system
The following procedure converts a traditional, single volume file system, /mnt1,
on a single volume vol1 in the diskgroup dg1 to a multi-volume file system.
To convert a single volume file system
1
Determine the version of the volume's diskgroup:
# vxdg list dg1 | grep version: | awk '{ print $2 }'
105
2
If the version is less than 110, upgrade the diskgroup:
# vxdg upgrade dg1
3
Determine the disk layout version of the file system:
# vxupgrade /mnt1
Version 6
95Multi-volume file systems
Converting a single volume file system to a multi-volume file system