Previous Topic: volume clean Command Output SpecificationNext Topic: export (Volume Management)--Export Volume


migrate (Volume Management)--Migrate Volume

Migrate volume(s) or display list of volumes that need migration

Syntax
volume migrate name | --all [ n=n-vols ] [ --nowait ] [ --force ] [ --suspend ]  
volume migrate --status [ --batch ]  
Arguments
name

Name of the volume(s) to migrate.

--all

Migrate all volumes that need migration.

n-vols

number of volumes to simultaneously migrate. If not specified, one volume at a time is migrated.

--nowait

Perform operation in the background - do not wait for it to complete.

--force

Ignore failures and continue with migration

--suspend

Cancel migration operation for volume(s) currently being migrated.

--status

Display list of volumes that need to be migrated.

--batch

Display output in UDL format.

Examples
volume migrate --all

Migrate all volumes

volume migrate --all --nowait

Migrate all volumes in the background

volume migrate sugarcrm

Migrate all volumes in an application

volume migrate sugarcrm:data

Migrate an application user volume

volume migrate /system

Migrate all volumes in a global catalog

vol migrate /system:MYSQL5.boot

Migrate global catalog class volume

vol migrate my-app

Migrate any app volumes

vol migrate my-app:data

Migrate app user volume

vol migrate my-app:DBASE.boot

Migrate app singleton class volume

vol migrate my-app/local:DBASE.boot

Migrate app catalog class volume

volume migrate --all --suspend

Stop migration for all volumes currently being migrated.

volume migrate --status

Display list of volume that need to be migrated.

Note: Adhere to the naming conventions for CA 3Tera AppLogic entities.