Starting, Stopping, and Restarting the MAST Gateway

About this task

You can start, stop, and restart the MAST Gateway using the Control System and the CLI.

Starting, Stopping, and Restarting the MAST Gateway Using the CLI

Procedure

Run the following command to:
  • Start the MAST Gateway:
    maprcli node services -nodes <nodename|IP_address> -name mastgateway -action start
  • Stop the MAST Gateway:
    maprcli node services -nodes <nodename|IP_address> -name mastgateway -action stop
  • Restart the MAST Gateway:
    maprcli node services -nodes <nodename|IP_address> -name mastgateway -action restart