Error creating a replica set in MongoDB

0

I am assembling a replica set of mongod instances, the primary node started perfectly. But the other nodes that should appear as secondary are not messing around.

And when I check on each of the nodes, in one I have this as a result:

[! [The result of the db.isMaster () command on one of the secondary nodes] [2]] [2]

Would anyone have an idea of the problem that might be behind this? Thanks!

    
asked by anonymous 16.03.2016 / 15:00

2 answers

0

The configuration file I used in replicaSet

    
31.03.2016 / 20:30
0

The print of the rs.conf () command on the primary node

    
31.03.2016 / 21:35