stop_mda_engine

Stops the MDA engine on the current OMS instance.

Format

emcli stop_mda_engine     [-persist=true|false]  
[ ]  indicates that the parameter is optional.

Options

  • persist

    If persist is set to true, the engine will not be started on OMS restart. The default value for the persist option is false, for example if the persist option is not specified, the engine will be restarted on OMS restart.

Examples

Example 1

The following example stops the MDA engine without the persist attribute defined. The MDA engine will restart on OMS restart.

emcli stop_mda_engine 

Example 2

The following example stop the MDA engine with the persist attribute defined. The MDA engine will not restart on OMS restart.

emcli stop_mda_engine 
      -persist=true