Hi,
I am facing issues while connecting to mongo shell.
I am trying to create mongod in vagrant and I am running the below command :
vagrant@m103:~/data/db$ mongod --port 27000 --bind_ip 127.0.0.1,192.168.103.100 --auth
after running the command i am getting below out put:
I am not sure whether i am doing it in right way or not.
Do i need to create a mongod instance in vagrant or in the normal command prompt ? I can see 92 processes are running , are all these processes mongod processes?
I am confused . please can anyone provide me the proper steps and command to create mongod with all the configuration mentioned in lab1.
please help me on this.