Previous Topic: migrate (Volume Management)--Migrate Volume

Next Topic: import (Volume Management)--Import Volume

export (Volume Management)--Export Volume

Export volume

Syntax
volume export name image file [ --nocompress ] [ --force ]  
Arguments
name

Name of volume to export. The format of <name> is the following: <application>:[<class>.]<volume>, _GLOBAL:<volume>, or _GLOBAL_RO:<volume>

image file

Name of the exported volume image residing within the root of the /vol/_impex directory. If the --nocompress option is not specified, a '.gz' extension is added to the image file name if not already specified.

--nocompress

Do not compress the exported volume image.

--force

Overwrite the volume image already residing within the root of the /vol/_impex directory.

Examples
vol export myapp:myvol myvol.img

export application user volume creating compressed image file with name of myvol.img.gz.

vol export myapp:myclass.boot myclass.boot.img --nocompress

export application singleton class boot volume without compression.

vol export _GLOBAL:myiso myiso.img

export a global volume with the name of 'myiso.img.gz'

Note: A specification of the naming convention for CA 3Tera AppLogic entities can be found here.