Hello All,
I am configuring the DR mongoDB setup for the Sametime chat and getting below errors while adding members in the primary Sametime node of mongoDB
Can you please help if you have done the Sametime DR setup or configured replica sets on MongoDB?
Please note that I tried to add IP in the rs.add but doesn't work. Please help.
rs0:PRIMARY> rs.add('drchat.example.com:27017')
"errmsg" : "Quorum check failed because not enough voting nodes responded; required 2 but only the following 1 voting nodes responded: ddrsametimechat.pvt.ccilindia.com:27017; the following nodes did not respond affirmatively: drchat:27017 failed uncaught exception: ReferenceError: PRIMARY is not defined :
with Received heartbeat from member with the same member ID as ourself: 0",
"code" : 74,
@(shell):1:5
"codeName" : "NodeNotFound",
"$clusterTime" : {
"clusterTime" : Timestamp(1649783820, 1),
"signature" : {
"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
"keyId" : NumberLong(0)
}
}
}
Thank you.
Regards,
Elango