Skip to main content
A newer release of this product is available.

vserver migrate resume

Contributors
Suggest changes

Resume a migrate operation

Availability: This command is available to cluster administrators at the admin privilege level.

Description

This command resumes a Vserver migrate operation. It must be run on the destination cluster of the Vserver migrate operation. The migrate operation, which either previously failed or was paused in order to prioritize other cluster operations, can be resumed.

Parameters

-vserver <vserver name> - Vserver Name

Name of the Vserver being migrated.

[-auto-cutover {true|false}] - Automatically cutover when ready

This parameter specifies if the Vserver migrate operation should cutover automatically when ready. If this parameter is not specified, migrate resume will use the value from the previous migrate start or resume operation.

[-auto-source-cleanup {true|false}] - Automatically cleanup the source vserver after cutover

This parameter specifies if the Vserver migrate operation should cleanup the source Vserver automatically. Setting the parameter requires advanced privilege. If this parameter is not specified, migrate resume will use the value from the previous migrate start or resume operation.

[-throttle <throttleType>] - Throttle for Migrate Transfers(Kbs)

This parameter specifies the throttle value to limit the network bandwidth used for the migrate transfers. It sets the maximum rate (in Kbytes/sec) at which data can be transferred during the operation. The throttle value is applied individually to each volume of the migrating Vserver. To fully use the network bandwidth available, set the throttle value to unlimited or 0. If this parameter is not specified, migrate will use the throttle value from the previous migrate start or resume operation. The minimum throttle value is four Kbytes/sec, so if you specify a throttle value between 1 and 4, it will be treated as if you specified 4.

Examples

cluster1::> vserver migrate resume -vserver test -auto-cutover false cluster1::> vserver migrate resume -vserver test -auto-cutover false -throttle 12500