submit_operation_plan

Submits the specified operation plan for execution.

Format

emcli submit_operation_plan
      -name=<operation_plan_name>
      [-run_prechecks=true|false]

[ ]  indicates that the parameter is optional

Options

  • name

    Name of the operation plan.

  • run_prechecks

    Optionally run pre-checks by specifying either true or false.

Examples

emcli submit_operation_plan
      -name="austin-switchover"
      -run_prechecks="true"