Veritas Volume Manager 5.0.1 Administrator's Guide, HP-UX 11i v3, First Edition, November 2009

Table A-4
Creating and administering subdisks (continued)
DescriptionCommand
Splits a subdisk in two.
See Splitting subdisks on page 252.
Example:
# vxsd -g mydg -s 1000m \
split mydg03-02 mydg03-02 \
mydg03-03
vxsd [-g diskgroup] -s size split \
subdisk sd1 sd2
Joins two or more subdisks.
See Joining subdisks on page 252.
Example:
# vxsd -g mydg join \
mydg03-02 mydg03-03 \
mydg03-02
vxsd [-g diskgroup] join \
sd1 sd2 ... subdisk
Relocates subdisks in a volume between
disks.
See Moving relocated subdisks using
vxassist on page 445.
Example:
# vxassist -g mydg move \
myvol \!mydg02 mydg05
Note: The ! character is a special
character in some shells. This example
shows how to escape it in a bash shell.
vxassist [-g diskgroup] move \
volume \!olddisk newdisk
Relocates subdisks to their original
disks.
See Moving relocated subdisks using
vxunreloc on page 445.
Example:
# vxunreloc -g mydg mydg01
vxunreloc [-g diskgroup] original_disk
557Using Veritas Volume Manager commands
About Veritas Volume Manager commands