-
Type:
Question
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Admin
-
None
-
Environment:Red Hat Enterprise Linux Server release 6.6
mongodb v3.0.6
I don't know the wiredTiger version
-
None
-
None
-
None
-
None
-
None
-
None
-
None
hello,
I have a Mongodb 3.0 enterprise server, starting with Mongodb (new tool for us here in Air France) .
My problem is about wiredTiger. When I launch wiredTiger through command line, it works fine :
mongod --dbpath=/mongodb/data/MONIKA --storageEngine=wiredTiger --logpath=/mongodb/data/logs/mongod.log --port=27017
--> starts OK
..but when I put "storageEngine=wiredTiger" or "engine=wiredTiger" in the /etc/mongod.conf file , in order to use service , it doesn't work , nothing appends (except a FAILED message) , and no new lines in the mongod.log ...
Nevertheless, I read the documentation and followed it.
Without the line "storageEngine=wiredTiger" or "engine=wiredTiger" , I launch the command "service mongod start" and it works fine.
What is the syntax to use wiredTiger in a config file ?
thanks,
Christophe