rs0:PRIMARY> rs.conf() { "_id" : "rs0", "version" : 3, "protocolVersion" : NumberLong(1), "members" : [ { "_id" : 0, "host" : "vcp1-master-0.asml.tibco.aws:27040", "arbiterOnly" : false, "buildIndexes" : true, "hidden" : false, "priority" : 1, "tags" : { }, "slaveDelay" : NumberLong(0), "votes" : 1 }, { "_id" : 1, "host" : "vcp1-master-1.asml.tibco.aws:27040", "arbiterOnly" : false, "buildIndexes" : true, "hidden" : false, "priority" : 1, "tags" : { }, "slaveDelay" : NumberLong(0), "votes" : 1 }, { "_id" : 2, "host" : "vcp1-master-2.asml.tibco.aws:27040", "arbiterOnly" : false, "buildIndexes" : true, "hidden" : false, "priority" : 1, "tags" : { }, "slaveDelay" : NumberLong(0), "votes" : 1 } ], "settings" : { "chainingAllowed" : true, "heartbeatIntervalMillis" : 2000, "heartbeatTimeoutSecs" : 10, "electionTimeoutMillis" : 10000, "catchUpTimeoutMillis" : 2000, "getLastErrorModes" : { }, "getLastErrorDefaults" : { "w" : 1, "wtimeout" : 0 }, "replicaSetId" : ObjectId("5a9570bdaab671324d743bd3") } } rs0:PRIMARY> rs.status() { "set" : "rs0", "date" : ISODate("2018-02-27T15:59:15.361Z"), "myState" : 1, "term" : NumberLong(1), "heartbeatIntervalMillis" : NumberLong(2000), "optimes" : { "lastCommittedOpTime" : { "ts" : Timestamp(1519747147, 1), "t" : NumberLong(1) }, "appliedOpTime" : { "ts" : Timestamp(1519747147, 1), "t" : NumberLong(1) }, "durableOpTime" : { "ts" : Timestamp(1519747147, 1), "t" : NumberLong(1) } }, "members" : [ { "_id" : 0, "name" : "vcp1-master-0.asml.tibco.aws:27040", "health" : 1, "state" : 1, "stateStr" : "PRIMARY", "uptime" : 3991, "optime" : { "ts" : Timestamp(1519747147, 1), "t" : NumberLong(1) }, "optimeDate" : ISODate("2018-02-27T15:59:07Z"), "electionTime" : Timestamp(1519743165, 2), "electionDate" : ISODate("2018-02-27T14:52:45Z"), "configVersion" : 3, "self" : true }, { "_id" : 1, "name" : "vcp1-master-1.asml.tibco.aws:27040", "health" : 0, "state" : 8, "stateStr" : "(not reachable/healthy)", "uptime" : 0, "optime" : { "ts" : Timestamp(0, 0), "t" : NumberLong(-1) }, "optimeDurable" : { "ts" : Timestamp(0, 0), "t" : NumberLong(-1) }, "optimeDate" : ISODate("1970-01-01T00:00:00Z"), "optimeDurableDate" : ISODate("1970-01-01T00:00:00Z"), "lastHeartbeat" : ISODate("2018-02-27T15:59:15.209Z"), "lastHeartbeatRecv" : ISODate("2018-02-27T15:59:14.625Z"), "pingMs" : NumberLong(0), "lastHeartbeatMessage" : "Connection refused", "configVersion" : -1 }, { "_id" : 2, "name" : "vcp1-master-2.asml.tibco.aws:27040", "health" : 1, "state" : 2, "stateStr" : "SECONDARY", "uptime" : 3987, "optime" : { "ts" : Timestamp(1519747147, 1), "t" : NumberLong(1) }, "optimeDurable" : { "ts" : Timestamp(1519747147, 1), "t" : NumberLong(1) }, "optimeDate" : ISODate("2018-02-27T15:59:07Z"), "optimeDurableDate" : ISODate("2018-02-27T15:59:07Z"), "lastHeartbeat" : ISODate("2018-02-27T15:59:15.303Z"), "lastHeartbeatRecv" : ISODate("2018-02-27T15:59:13.542Z"), "pingMs" : NumberLong(0), "syncingTo" : "vcp1-master-0.asml.tibco.aws:27040", "configVersion" : 3 } ], "ok" : 1 }