Deploying Starting or Stopping a Remote Engine

When deployment is done through SSH, remote start is done using the method configured in the site topology file start-pu-method setting.

BE_HOME/mm/bin/mm-tools [-h] [--propFile StartupProperty File] -op [deploy | start | stop] -m MachineHostName [-puc ProcessingUnitConfig] [-user UserName] [-pwd Password>]

Deployment example:

mm-tools -propFile mm-tools.tra -op deploy -m Acme-PC

Remote start example:

mm-tools -propFile mm-tools.tra -op start -m Acme-PC -puc CacheServer

Remote stop example:

mm-tools -propFile mm-tools.tra -op stop -m Acme-PC -puc CacheServer