ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • metrocluster transition enable

    Enable Transition

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

    Description

    The metrocluster transition enable command is used to start the transition from a MetroCluster FC to a MetroCluster IP configuration. The command sets the transition mode on the local and partner cluster.

    Parameters

    -transition-mode <Mode For FC To Ip Transition> - Transition Mode

    This parameter specifies the setting for the transition-mode.

    [-force {true|false}] - Force enable

    This optional parameter forces the setting for the transition-mode.

    Examples

    The following example shows how to enable the non-disruptive transition mode:

    clusA::> metrocluster transition enable transition-mode non-disruptive
    clusA::> metrocluster transition show-mode
     Transition Mode
     --------------------------
     non-disruptive

    The following example shows how to enable the disruptive transition mode:

    clusA::> metrocluster transition enable transition-mode disruptive
    clusA::> metrocluster transition show-mode
     Transition Mode
     --------------------------
    disruptive
    Top of Page