submit_patch_plan

Submits action on a given patch plan, such as analyzing, preparing, deploying, and switchbacking, or finds the next action automatically, then runs it.

Note:

This is a framework patching verb that any integrator, including agents can use. For database patching use software maintenance verb db_software_maintenance.

Format

emcli submit_patch_plan 
        -name="name" 
        -action="action name" 

Options

  • name

    Patch plan name.

  • action

    Action to submit on the given patch plan.

Examples

emcli submit_patch_plan -name="plan name"  

emcli submit_patch_plan -name="plan name" -action="analyze"