Hello ,
I am constantly getting error as shown below in screen shot.
there is no user authantication.
Did i miss any step?
Thanks
Hello ,
I am constantly getting error as shown below in screen shot.
there is no user authantication.
Did i miss any step?
Thanks
Start with a clean slate:
ps -ef | grep [m]ongo
kill pid
rm -r /path/to/db/files/*
PS: Bear in mind that posting potential lab answers is against forum guidelines
Thank you. I will try this.
Its not working. I will search more.
I dont understand this line.
PS: Bear in mind that posting potential lab answers is against forum guidelines
Is it not allowed to ask question on same topic?
Show screenshots of what you did.
It absolutely is allowed and welcomed, but in your initial screenshot, the mongod
code line is a potential answer to this lab and that’s the line that shouldn’t be posted (unless asked).
oh Ok understand. Thank you .I will keep in mind.
I will start from step 1.
ps -ef | grep [m]ongo
kill pid
rm -r /path/to/db/files/*
This should be written in vagrant or Mongo shell?
1, 2 and 3 are Linux commands… you run those in the vagrant shell. Lookup those commands for usage.
Ok …I was doing in correct one.
This is what I get.
vagrant@m103:~ ps -ef | grep [m]ongo
vagrant@m103:~ kill pid
-bash: kill: pid: arguments must be process or job IDs
Please share a screenshot of 1, 2 and 3