Veritas Storage Foundation Intelligent Storage Provisioning 5.0.1 Administrators Guide, HP-UX 11i v3, First Edition, November 2009

# vxassist -g exdg remove mirror vol1 plexnames=p1
Adding or removing columns
Use the following command to add a column to a volume, and grow the volume
while doing this:
# vaxassist -g exdg add column vol1 layout=grow
Use the following command to add four columns to a volume, and grow the volume
while doing this:
# vaxassist -g exdg add column vol1 ncols=4 layout=grow
Use the following command to add a column, but do not grow the volume:
# vaxassist -g exdg add column vol1 layout=nogrow
Use the following command to remove a column, and shrink the volume while
doing this:
# vaxassist -g exdg remove column vol1 layout=shrink
Use the following command to remove a column, but do not shrink the volume:
# vaxassist -g exdg remove column vol1 layout=noshrink
Adding or removing logs
Use the following command to add a DCO log to a volume:
# vaxassist -g exdg addlog vol1 logtype=dco
Use the following command to add a DCO log to volume vol1, and make the new
log like the existing log p1:
# vaxassist -g exdg addlog vol1 lognames=p1 logtype=dco
Use the following command to remove a RAID-5 log from a volume:
# vaxassist -g exdg remove log vol1 logtype=raid5
Use the following command to remove the RAID-5 log named p1 from a volume:
# vaxassist -g exdg remove log vol1 lognames=p1 logtype=raid5
229Examples of using ISP
Adding or removing columns