Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mongo_ops_operations_agent_management [2020/03/23 10:53] – created andonovj | mongo_ops_operations_agent_management [2020/03/23 11:02] (current) – andonovj | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====Overview==== | + | =====Overview===== |
As already discussed the OPS Manager is centralized based manager for Mongo. Ergo it has server and agent. | As already discussed the OPS Manager is centralized based manager for Mongo. Ergo it has server and agent. | ||
Agent should be also running on the OPS Manager server, so let's check how stop start an agent: | Agent should be also running on the OPS Manager server, so let's check how stop start an agent: | ||
+ | =====Server===== | ||
+ | We can check the status of the manager as follows (on the manager machine of course) | ||
+ | ====Status==== | ||
+ | < | ||
+ | [root@dbpafxjrl ~]# service mongodb-mms status | ||
+ | Check Ops Manager status | ||
+ | | ||
+ | The instance is running. | ||
+ | Check Backup Daemon status[ | ||
+ | | ||
+ | [root@dbpafxjrl ~]# | ||
+ | </ | ||
+ | |||
+ | ====Start==== | ||
+ | We can also start it as follows: | ||
+ | < | ||
+ | [root@dbpafxjrl ~]# service mongodb-mms start | ||
+ | Starting pre-flight checks | ||
+ | Successfully finished pre-flight checks | ||
+ | |||
+ | Migrate Ops Manager data | ||
+ | | ||
+ | Start Ops Manager server | ||
+ | | ||
+ | Starting pre-flight checks | ||
+ | Successfully finished pre-flight checks | ||
+ | |||
+ | Starting Backup Deamon....[OK] | ||
+ | ......................... | ||
+ | [root@dbpafxjrl ~]# | ||
+ | |||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | =====Agent===== | ||
+ | Agent is installed on the server and the destination hosts and should be running everywhere. | ||
+ | So let's see how to check it's status and how to stop start it: | ||
====Status=== | ====Status=== | ||
< | < | ||
Line 14: | Line 53: | ||
====Start==== | ====Start==== | ||
< | < | ||
+ | [root@dbpafxjrl ~]# systemctl start mongodb-mms-automation-agent.service | ||
[root@dbpafxjrl ~]# systemctl status mongodb-mms-automation-agent.service | [root@dbpafxjrl ~]# systemctl status mongodb-mms-automation-agent.service | ||
● mongodb-mms-automation-agent.service - MongoDB MMS Automation Agent | ● mongodb-mms-automation-agent.service - MongoDB MMS Automation Agent |