To create multiple volumes with the same name prefix, specify a numeric argument to the nvol parameter, as shown in the following example:
# vxassist -g mydg -P mypool make mirvol 15g \
This creates three mirrored volumes named mirvol1, mirvol2 and mirvol3. If volumes with the same name prefix and numeric suffix already exist, the numbering of the new volumes continues from the highest number found plus 1. For example, if there are existing volumes named mirvol1 and mirvol2, the new volumes are named mirvol3, mirvol4 and mirvol5.