Details
-
Bug
-
Resolution: Incomplete
-
Major - P3
-
None
-
2.1.0
-
None
-
linux (oracle linux)
-
ALL
Description
we setup mongo servers on two machine.All mongod run with journal option.
machine_1 : 4 mongod, 2 config server, mongos.
machine_2 : 4 mongod, 1 config server.
Run command db.stats()get following output:
mongos> db.stats()
{
"raw" : {
"192.168.129.244:10000" :
,
"192.168.129.244:15000" :
,
"192.168.129.244:20000" :
,
"192.168.129.244:25000" :
,
"192.168.129.245:40000" :
,
"192.168.129.245:45000" :
,
"192.168.129.245:50000" :
,
"192.168.129.245:55000" :
},
"ok" : 0,
"errmsg" : "
"
}
please help me to solve above error
Thanks in advance
jitendra verma.
Attachments
Issue Links
- related to
-
SERVER-5630 mongos unable to start give error "differconfig servers not in sync! config servers ".
-
- Closed
-
-
SERVER-5681 unable to start mongod give exception in initAndListen: 10079 bad .ns file length, cannot open database, terminating
-
- Closed
-