update_operation_plan

Updates the SiteGuard operation plan.

Format

emcli update_operation_plan
        [-name=<plan_name>] 
        [-step_number=<step_number>] 
        [-target_host=<host_name>] 
        [-error_mode=<error_mode>] 
        [-enabled=<true|false>] 
        [-execution_mode=<Serial|Parallel>] 
        [-move=<Up|Down>] 

[ ]  indicates that the parameter is optional

Options

  • name

    Name of the operation plan.

  • step_number

    Number of the step that should be updated.

  • target_host

    Target host name. Specifying this updates all of the steps involving this target host.

Examples

emcli update_operation_plan -name="austin-switchover" 
             -step_number="1" 
             -error_mode="Continue" 
             -enabled="true" 
             -execution_mode="Serial" 
                                             
emcli update_operation_plan -name="austin-switchover" 
             -step_number="5" 
             -move="Up" 
                                             
emcli update_operation_plan -name="austin-switchover" 
             -target_host="myhost.example.com" 
             -error_mode="Continue" 
             -enabled="true"