start_mda_engine

Starts the MDA engine. By default the command starts the MDA engine with five processors. Optionally, add the processor_count parameter to change the number of processors.

Format

emcli start_mda_engine
      [-processors_count=<count>]

[ ]  indicates that the parameter is optional.

Parameter

  • processors_count

    Starts the MDA engine with the specified number of processors.

Example

The following example starts the MDA engine with six processors:

emcli start_mda_engine 
      -processors_count=6