Veritas Volume Manager 5.0.1 Administrator's Guide, HP-UX 11i v3, First Edition, November 2009

# allow only root access to a volume
mode=u=rw,g=,o=
user=root
group=root
# when mirroring, create two mirrors
nmirror=2
# for regular striping, by default create between 2 and 8 stripe
# columns
max_nstripe=8
min_nstripe=2
# for RAID-5, by default create between 3 and 8 stripe columns
max_nraid5stripe=8
min_nraid5stripe=3
# by default, create 1 log copy for both mirroring and RAID-5 volumes
nregionlog=1
nraid5log=1
# by default, limit mirroring log lengths to 32Kbytes
max_regionloglen=32k
# use 64K as the default stripe unit size for regular volumes
stripe_stwid=64k
# use 16K as the default stripe unit size for RAID-5 volumes
raid5_stwid=16k
Using the SmartMove feature while attaching a plex
The SmartMove feature reduces the time and I/O required to attach or reattach
a plex to an existing VxVM volume, in the specific case where a VxVM volume
has a VxFS file system mounted on it. The SmartMove feature uses the VxFS
information to detect free extents and avoid copying them.
To turn on the SmartMove feature, specify usefssmartmove=all in the file
/etc/default/vxsf. This tunable is system-wide and persistent, so it only needs
to be set once per server. The SmartMove feature is turned off by default.
The SmartMove feature takes effect when a plex is attached or reattached using
the vxplex, vxsd, or vxassist commands.
281Creating volumes
Using vxassist