Start or Stop the Automation Agent
Important
Legacy Automation Agent is EoL for Ops Manager 4.4
Update from the legacy Automation Agent to the MongoDB Agent.
For maintenance or troubleshooting purposes, you may want to temporarily shut down or restart the Automation Agent.
Start the Automation Agent
If you installed the Automation Agent using an rpm
package,
such as on RHEL, CentOS, or SUSE, issue the following command to
start the agent:
sudo service mongodb-mms-automation-agent start
If you installed the Automation Agent using a deb
package,
as on Ubuntu, issue the following command to start the agent:
sudo start mongodb-mms-automation-agent
Use this command if you installed to Linux or macOS using a
tar
file. Issue the following command from the directory to
which you installed the Automation Agent:
nohup ./mongodb-mms-automation-agent >> automation-agent.log 2>&1 &
Click the button.
Click Control Panel.
Click Administrative Tools.
Click Services.
Click MongoDB Automation Agent.
From the Action menu, select Start.
Stop the Automation Agent
If you installed the Automation Agent using an rpm
package,
such as on RHEL, CentOS, or SUSE, issue the following command
to stop the agent:
sudo service mongodb-mms-automation-agent stop
If you installed the Automation Agent using a deb
package,
as on Ubuntu, issue the following command to stop the agent:
sudo stop mongodb-mms-automation-agent
If you installed to a Linux system or macOS using a tar
file,
issue the following command to stop the Automation Agent:
pkill -f mongodb-mms-automation-agent
Click the button.
Click Control Panel.
Click Administrative Tools.
Click Services.
Click MongoDB Automation Agent.
From the Action menu, select Stop.