Hi All, I was trying to set a 3 member replica set with mongod running on 3 different servers on Azure with RHEL image. when I was trying add replica members getting error as below:
“Either all host names in a replica set configuration must
be localhost references, or none must be; found 1 out of 2”,“code” : 103,"
Tested by commenting # BindIP in configuration BindIP: 0.0.0.0 or BindIP : of the server but none helped.Could someone advise what should be the BindIP to be set on each of the server as am new to MongoDB.