HP (Hewlett-Packard) HP-UX 11i v3 Landscape Lighting User Manual


 
504 Commands summary
vxsnap [-g diskgroup] unprepare volume Removes support for instant
snapshots and DRL logging from a
volume.
See “Removing support for DRL and
instant snapshots from a volume” on
page 279.
Example:
# vxsnap -g mydg unprepare \
myvol
vxassist [-g diskgroup] relayout \
volume [layout=layout] [relayout_options]
Performs online relayout of a volume.
See “Performing online relayout” on
page 294.
Example:
# vxassist -g mydg relayout \
vol2 layout=stripe
vxassist [-g diskgroup] relayout \
volume layout=raid5 stripeunit=W \
ncol=N
Relays out a volume as a RAID-5
volume with stripe width W and N
columns.
See “Performing online relayout” on
page 294.
Example:
# vxassist -g mydg relayout \
vol3 layout=raid5 \
stripeunit=16 ncol=4
vxrelayout [-g diskgroup] -o bg \
reverse volume
Reverses the direction of a paused
volume relayout.
See “Controlling the progress of a
relayout” on page 299.
Example:
# vxrelayout -g mydg -o bg \
reverse vol3
Table A-7 Administering volumes
Command Description