Veritas Volume Manager 5.1 SP1 Administrator"s Guide (5900-1506, April 2011)

a particular layout, you can specify layout=mirror-concat or layout=concat-mirror
to implement the desired layout.
To create a new mirrored volume, use the following command:
# vxassist [-b] [-g diskgroup] make volume length \
layout=mirror [nmirror=number] [init=active]
Specify the -b option if you want to make the volume immediately available for
use.
See Initializing and starting a volume on page 326.
For example, to create the mirrored volume, volmir, in the disk group, mydg, use
the following command:
# vxassist -b -g mydg make volmir 5g layout=mirror
To create a volume with 3 instead of the default of 2 mirrors, modify the command
to read:
# vxassist -b -g mydg make volmir 5g layout=mirror nmirror=3
Creating a mirrored-concatenated volume
A mirrored-concatenated volume mirrors several concatenated plexes. To create
a concatenated-mirror volume, use the following command:
# vxassist [-b] [-g diskgroup] make volume length \
layout=mirror-concat [nmirror=number]
Specify the -b option if you want to make the volume immediately available for
use.
See Initializing and starting a volume on page 326.
Alternatively, first create a concatenated volume, and then mirror it.
See Adding a mirror to a volume on page 355.
Creating a concatenated-mirror volume
A concatenated-mirror volume is an example of a layered volume which
concatenates several underlying mirror volumes. To create a concatenated-mirror
volume, use the following command:
# vxassist [-b] [-g diskgroup] make volume length \
layout=concat-mirror [nmirror=number]
Creating volumes
Creating a mirrored volume
312