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 advanced 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 (privilege: advanced)

Name of the Vserver being migrated.

[-force {true|false}] - Force flag for continuing with disruptive migrate (privilege: advanced)

If set to true, the Vserver migrate will be disruptive, and will continue to completion even if cutover lasts longer than its normal 30 second window.

[-auto-cutover {true|false}] - Automatically cutover when ready (privilege: advanced)

This parameter is to specify if the Vserver migrate operation should cutover automatically when ready.

[-skip-performance-check {true|false}] - Skip checking iops requirement of volume on destination aggregates (privilege: advanced)

If set to true, the destination aggregates will not be checked to see if they meet the IOPS requirements.

Examples

cluster1::> vserver migrate resume -vserver test -force false -auto-cutover false -skip-performance-check false