Evacuating Data from a Volume
Evacuate subdisk sd01 from the volume vol1:
# vxvoladm -g exdg evacuate subdisk vol1 sd=sd01
Evacuate subdisks sd11 and sd12 from volume vol1:
# vxvoladm -g exdg evacuate subdisk vol1 sd=sd11,sd12
Evacuate disks disk01 and disk01 from volume vol1:
# vxvoladm -g exdg evacuate disk vol1 \!disk01 \!disk02
Evacuate columns 4 and 7 of volume vol1:
# vxvoladm -g exdg evacuate column vol1 columnnames=4,7
Evacuate mirror p1 of volume vol1:
# vxvoladm -g exdg evacuate mirror vol1 plexnames=p1
Evacuate columns 3 and 4 of mirror p1 from volume vol1:
# vxvoladm -g exdg evacuate column vol1 columnnames=3,4 \ plexnames=p1
|