Hi all,
I’m confused in this lecture: MongoDB Agent (https://university.mongodb.com/mercury/M042/2019_June/chapter/Chapter_4_Cloud_Ops_Manager/lesson/5cfea9a7dafbce3692e12798/lecture).
At 1:14 in the lecture we are instructed to run this command from the[vagrant@m042 ~]$
VM:
sudo systemctl start mongodb-mms-autoation-agent.service
This fails with an error:
Failed to start mongodb-mms-autoation-agent.service: Unit not found.
Then @1:20 we’re supposed to jump into the UI to see if our agent is pinging back the Cloud Manager, but there is no connection string or conf file provided (that I can see) to connect the M042.university.mongodb
database to the Atlas UI.
Are there some missing steps here, or maybe I’ve missed something?
Thanks-
PS - I’m also confused about this lecture in CH 3: Wildcard Index Type: Part 1(https://university.mongodb.com/mercury/M042/2019_June/chapter/Chapter_3_Indexes/lesson/5cf02867b2d9b37a24010aa5/lecture)
. At 2:24 in the lecture we’re supposed to take a look at the weather collection
that was supposed to be loaded into Atlas Cluster using the sample data feature
. Where are we supposed to retrieve the weather collection from? I don’t see any data available for download (so that I can do a Mongorestore, etc…) , and again, I don’t see any connection string or conf file that connects any data for this course directly to Atlas.
When I run mongod --fork --logpath mongod.log --bind_ip 192.168.42.100
+ mongo --host 192.168.42.100
+ show dbs
, I do not see any pre-loaded data:
admin 0.000GB
config 0.000GB
local 0.000GB
The same thing happens if I shut down that instance and run mongod
--fork --logpath mongod.log + mongo
+ show dbs
:
admin 0.000GB
config 0.000GB
local 0.000GB
I am unable to follow along with chapters 2 & 3 of this course so far as a result.
Thanks again to anyone who can tell me if I have missed something:-)