Chapter 1, Lab: Creating First Application User
Not able start the mongod. Note that last time I started with the same config file, it worked fine (on 25th). Today, when I started mongod it aborted, and the log file has this message:
2019-11-28T10:50:47.732+0000 I STORAGE [initandlisten] exception in initAndListen: DBPathInUse: Unable to lock the locfile: /var/mongodb/db/mongod.lock (Resource temporarily unavailable). Another mongod instance is already running on the /var/mongodb/db directory, terminating
I verified the dbpath file permissions, and the configuration file content. I think there is no issue with those. I also checked other posts, I didn’t find similar issues.
What is it I need to do? Thanks.
Prasad.