Symantec logo

Evacuating data from a volume

Use the following command to evacuate a subdisk sd01 from the volume vol1:

# vaxassist -g exdg evacuate subdisk vol1 sd=sd01

Use the following command to evacuate subdisks sd11 and sd12 from volume vol1:

# vaxassist -g exdg evacuate subdisk vol1 sd=sd11,sd12

Use the following command to evacuate disks disk01 and disk01 from volume vol1:

# vaxassist -g exdg evacuate disk vol1 \!disk01 \!disk02

Use the following command to evacuate columns 4 and 7 of volume vol1:

# vaxassist -g exdg evacuate column vol1 columnnames=4,7

Use the following command to evacuate mirror p1 of volume vol1:

# vaxassist -g exdg evacuate mirror vol1 plexnames=p1

Use the following command to evacuate columns 3 and 4 of mirror p1 from volume vol1:

# vaxassist -g exdg evacuate column vol1 columnnames=3,4 \

  plexnames=p1