top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Configuration Server Resource Requirements on MongoDB Server?

+1 vote
156 views

What kind of resource requirements does a configuration server use? It seems like it would be minimal for both disk space & CPU but thought there may be more going on than meets the eye so would like to be sure.

posted Apr 11, 2016 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+3 votes

while i am connecting from my windows machine to mongoDB server running on remote windows machine.
I am getting the following error.

MongoDB shell version: 3.0.4
connecting to: 192.168.0.103:27017/test
2015-06-20T15:16:52.584+0530 W NETWORK Failed to connect to 192.168.0.103:27017
after 5000 milliseconds, giving up.
2015-06-20T15:16:52.589+0530 E QUERY Error: couldn't connect to server 192.16
8.0.103:27017 (192.168.0.103), connection attempt failed
at connect (src/mongo/shell/mongo.js:181:14)
at (connect):1:6 at src/mongo/shell/mongo.js:181
exception: connect failed

0 votes

I have a sharded MongoDB cluster, with config serever configured as a replica set of 4 nodes. All cluster components use MongoDB v. 3.4.6.

I would like to add another cluster using separate storage shards from the first one, but I would like to use the same config server RS for both of them.

Is such configuration possible, or should I use separate RS for the other cluster config server?

0 votes

Why use three config server in MongoDB and whats mechanism is used for the tree config server to implement the High availability and load balance?

+1 vote

How to connect MongoDB data which is stored in remote server(I have remote server details) locally?And Is there in Mongo UI to connect or only commands will help?If so please give some links to run commands.

...