Questions tagged [mongodb-mms]

MongoDB Cloud Manager & Ops Manager are interfaces to provision, monitor, backup, and scale MongoDB on the infrastructure of your choice (previously known as MongoDB Management Service - MMS)

MongoDB Management Service (MMS) is an interface developed by MongoDB, Inc to provision, monitor, backup, and scale MongoDB on the infrastructure of your choice.

There are two editions of MMS:

  • Cloud Manager (previously, Cloud-hosted MMS) - a freemium service
  • Ops Manager (previously, On-Prem MMS) - available as part of a MongoDB commercial subscription

Related links

55 questions
0
votes
1 answer

How to find the port number for MMS agent

I like to find out on which port MMS agent is running for Mongo. Please let me know how to find out. It is not defined on config file. It may be running on default port.
0
votes
1 answer

mongodb mms monitoring agent does not find group members

I have installed the latest mongodb mms agent (6.5.0.456) on ubuntu 16.04 and initialised the replicaset. Hence I am running a single node replicaset with the monitoring agent enabled. The agent works fine, however it does not seem to actually find…
st-h
  • 2,444
  • 6
  • 37
  • 60
0
votes
1 answer

start Ops Manager on a mongo repl set with keyfile authentication mechanism

I have successfully deployed a mongo replication set sharing a keyfile between my three nodes. It works fine, the problem is when I try to start ops manager service: [root@xxx:/etc]# service mongodb-mms start Starting pre-flight checks Failure to…
0
votes
0 answers

Remove MMS and "Unmanage all" menu option

I'm trying to get rid of MMS and clicked on "Unmanage all" menu option. After that MMS was displayed panel with multiple changes listed and button "Confirm and Deploy". Why has it asked me to deploy changes when I'm trying to put my Mongo cluster…
0
votes
2 answers

RHEL Environment Variable Path To Mongo Shell

I have installed mongodb in one of our environments & this has been done using MongoDb Operations Manager. Though i have my PATH variable set correctly i'm unable to connect mongo shell with my user account but able to connect as a sudo. could…
Siva Dasari
  • 1,059
  • 2
  • 19
  • 40
0
votes
1 answer

Mongo connections overflow

We are running mongo 3.2 cluster on linux servers and we are having a problem dealing with too many connections. We checked and saw that the same machine opens alot of connections from inside cluster machines(not from other users) and doesnt close…
guylot
  • 201
  • 2
  • 13
0
votes
1 answer

MMS MongoDB OpLog user

I have created MongoDB deployment (replica set) using MMS Portal. I have enabled authentication in MMS portal, so that DB can be only accessed by providing credentials. In MMS portal I don't find any option to assign oplog permission to user. So,…
Pavan Kumar
  • 1,715
  • 1
  • 24
  • 48
0
votes
1 answer

How to Use MMS to Manage MongoDB Instance Installed with MUP

I'm relatively inexperienced with sysadmin work, but I'm trying to figure out how to connect MMS to my Meteor app to sync regular backups of our MongoDB instance. The app was deployed on Digital Ocean using MUP, but MMS doesn't seem to want to…
bgmaster
  • 2,313
  • 4
  • 28
  • 41
0
votes
0 answers

How to update user-defined roles in MongoDB 3.0 in a sharding environment?

I'm using MMS to manage my a typical sharding cluster with just one shard (at the moment): 3 mongod for shard000 (2 servers + 1 arbiter) + 1 config server + 2 mongos instances. Auth is enabled and it's working well. I've added a user-defined role in…
KikoV
  • 899
  • 6
  • 13
0
votes
1 answer

MongoDB MMS Can't modify an existing, standalone deployment

I'm just starting to try out the cloud-based MMS service and I'm testing it on an existing, standalone MongoDB deployment running on AWS. I was able to install the agent and begin monitoring - that all works fine. However, when I got to the…
Deryk
  • 3
  • 3
0
votes
2 answers

Does the upgrade to MongoDB 3.0 Wired Tiger still report data size correctly to MMS?

I'm curious as to why my MMS is suddenly showing a rapid data growth since I've upgraded to Mongo 3.0 (Wired Tiger storage engine). The slope of the new growth the past couple weeks directly correlates with the upgrade. There are only a couple…
Benjamin Oman
  • 1,654
  • 1
  • 17
  • 19
0
votes
0 answers

Mongodb MMS point-in-time restore period

In MMS backup, we have the option "Allow point-in-time restores going back 1/2/3/4 days", which means MMS wil store oplogs to restore within that number of days. However, when I tried to restore to a time beyond last 24 hours, I got the error…
anhlc
  • 13,839
  • 4
  • 33
  • 40
0
votes
1 answer

MongoDB MMS API 404

I'm trying to find the endpoint for MMS per MongoDB's documentation on the MMS API, but when I try a variety of endpoints, such as : * https://myhost:8080/api/public/v1.0/ * http://myhost:8080/api/public/v1.0/ * http://myhost/api/public/v1.0/ *…
Avindra Goolcharan
  • 4,032
  • 3
  • 41
  • 39
0
votes
1 answer

MongoDB MMS only monitoring "local" database

I have installed a MongoDB (2.6.5) instance and created a database with several collections. After which, I installed and configured MMS (following Mongo's guide inside of the MMS site) and was able to successfully monitor the instance. But it is…
0
votes
1 answer

Unable to setup mongoDB MMS automation agent

I have installed automation agent on Ubuntu. but I am not sure about the next step to connect mms to that agent. could you please help me in this? Thanks!
Vibs
  • 177
  • 2
  • 11