On running the validate_lab_launch_mongod, i am getting the alert message
“You need to specify db path /data/db.”
I’ve used the command “mongod --port 27000 --dbpath first_mongod --logpath first_mongod/mongod.log --bind_ip ‘192.168.103.100,localhost’ --fork”.
How to resolve this issue?
Thanks
RAmu