Top "Mongodb-replica-set" questions

MongoDB's replica set uses redundant nodes to provide a high availability and resilience against network partitions of the primary node.

Can't initiate replica set in Ubuntu

Whenever I type: rs.initiate(), I get the following error message: { "info2" : "no configuration explicitly specified -- making one", "me" : "…

mongodb ubuntu google-cloud-platform mongodb-replica-set
errmsg" : "No host described in new configuration 1 for replica set rs0 maps to this node", Why I am getting this message?

I am getting this message every time I do rs.initiate() : No host described in new configuration 1 for replica set …

mongodb ubuntu-14.04 replicaset mongodb-replica-set
How to shut down replica set in mongodb?

I use ubuntu. I start three mongod replica set as follows: $ mongod --replSet setname --logpath "1.log" --dbpath /data/rs1 --port 27017 …

mongodb mongodb-replica-set
MongoError: no primary found in replicaset

I have 2 application servers, which are connecting to a replicaSet (Primary, Secondary and Arbitrer). Issue i'm facing is [ 'MongoError: no …

mongodb mongodb-replica-set
error in using rs.initiate() in mongo

I want to turn on the replication in monga. So when I tried to use rs.initiate I get the …

mongodb mongodb-replica-set
MongoDB load balancer for the Replica set

In replica set cluster of MongoDB how can i ensure quick response for a concurent users when my primary is …

mongodb mongodb-query mongodb-replica-set
How to fix 'Sessions collection is not set up' error when trying to convert existing mongodb instance to replica set

I have installed the latest version of mongodb (v4.0.5) using the following link https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/ …

mongodb mongodb-replica-set