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


 
501Commands summary
Table A-7 Administering volumes
Command Description
vxassist [-g diskgroup] mirror volume \
[attributes]
Adds a mirror to a volume.
See “Adding a mirror to a volume” on
page 271.
Example:
# vxassist -g mydg mirror \
myvol mydg10
vxassist [-g diskgroup] remove \
mirror volume [attributes]
Removes a mirror from a volume.
See “Removing a mirror” on page 273.
Example:
# vxassist -g mydg remove \
mirror myvol
!mydg11
vxassist [-g diskgroup] \
{growto|growby} volume length
Grows a volume to a specified size or
by a specified amount.
See “Resizing volumes using vxassist
on page 286.
Example:
# vxassist -g mydg growby \
myvol 10g
vxassist [-g diskgroup] \
{shrinkto|shrinkby} volume length
Shrinks a volume to a specified size or
by a specified amount.
See “Resizing volumes using vxassist
on page 286.
Example:
# vxassist -g mydg shrinkto \
myvol 20g
vxresize -b -F vxfs [-g diskgroup] \
volume length diskname ...
Resizes a volume and the underlying
Veritas File System.
See “Resizing volumes using vxresize
on page 285.
Example:
# vxassist -b -F vxfs \
-g mydg myvol 20g mydg10 \
mydg11