1

I am trying to run mongo process instance with this command :

mongod --replSet m101 --logpath "1.log" --dbpath /data/rs1 --port 27017 --smallfiles --oplogSize 64 --fork

But i am getting the following error :

about to fork child process, waiting until server is ready for connections.
forked process: 5088
ERROR: child process failed, exited with error number 100
Rahul Babu
  • 730
  • 1
  • 5
  • 25

1 Answers1

0

just check whether any other mongod process is running in the os level use $ ps -ef | grep mongod and get the pid number of the running mongod process use $ kill and execute the mongod config file freshly