ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume move trigger-cutover

    Trigger cutover of a move job

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

    Description

    This command causes a replicating or deferred volume move job to attempt cutover. Unless the force option is set, cutover entry is not guaranteed.

    Parameters

    -vserver <vserver name> - Vserver Name

    The Vserver on which the volume is located.

    -volume <volume name> - Volume Name

    The volume that is being moved.

    [-force <true>] - Force Cutover

    If this parameter is specified, the cutover is done without confirming the operation - even if the operation could cause client I/O disruptions.

    Examples

    cluster1::> volume move trigger-cutover -vserver vs0 -volume testvol_1 -force

    Top of Page