-
Type:
New Feature
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.0.1
-
Component/s: Replication
-
Environment:Linux 2.6.18-274.3.1.el5 RH5 x86_64
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
init step failed to run.
cat /etc/mongod.conf
~~
...
replSet = PRODrs
~~
~~
> rs.status();
{
"startupStatus" : 3,
"info" : "run rs.initiate(...) if not yet done for the set",
"errmsg" : "can't get local.system.replset config from self or any seed (EMPTYCONFIG)",
"ok" : 0
}
> rs.initiate();
{
"info2" : "no configuration explicitly specified – making one",
"me" : "sd1pxx06lx.sakdirect.com:27017",
"errmsg" : "couldn't initiate : can't find self in the replset config",
"ok" : 0
}
~~
- related to
-
SERVER-13858 couldn't initiate : can't find self in the replset config
-
- Closed
-