I was able to start the VM and then also mlaunch --single, but when I gave command
cp Downloads/profiler*.json m312-vagrant-env/dataset, getting error as no such file or directory.
Then I thought you want me to import profile.json, so I downloaded the file into my vagrant environment E:\MongoDB\M312\m312-vagrant-env\dataset, then from within my vagrant machine I tried to run the below mongoimport command
mongoimport -d m312 -c /dataset/profile.json
the system started giving following messages continuously till I break it with Ctrl+c
2022-04-14T04:26:16.096+0000 connected to: localhost
2022-04-14T04:26:19.098+0000 m312./dataset/profile.json 0B
2022-04-14T04:26:22.097+0000 m312./dataset/profile.json 0B
2022-04-14T04:26:25.096+0000 m312./dataset/profile.json 0B
My assumption being I would have downloaded profiler.json file somewhere. However, there is only profile.json file in the lab.
Also, I tried to give the command
db.setProfilingLevel(1, 40)
getting error as " -bash: syntax error near unexpected token `1,40’
I checked all the previous posts on this topic, but could not find answer.
I am lost at this point.
Any help will be greatly appreciated.
Thank you
Siva