Skip to content

Instantly share code, notes, and snippets.

@wwwted
Created February 23, 2018 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwwted/fb151c3a14c3e9ba65fe0f09ed65a1c4 to your computer and use it in GitHub Desktop.
Save wwwted/fb151c3a14c3e9ba65fe0f09ed65a1c4 to your computer and use it in GitHub Desktop.
List help:
mcm> list commands;
Stop cluster:
mcm> stop cluster mycluster;
Start cluster:
mcm> start cluster mycluster;
Show process status:
mcm> show status -r mycluster;
Stop agent (mcmd):
mcm> stop agents;
Help:
mcm> <command> --help;
For example to get all options to start cluster command: `mcm> start cluster --help;`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment