Conclusion / Learn
Self-Managed Server Administration
In this unit, you learned how to:
- Install MongoDB Community Edition on Ubuntu Linux
- Start, stop, and check the status of a
mongodservice - Identify default configuration options and their purpose
- Locate the default configuration file
- Modify a configuration file
- Connect to the MongoDB Shell on a new
mongodinstance - Use the localhost exception to create the first admin user
- Use basic database commands
- Use
db.adminCommand()to run administrative commands on theadmindatabase - Use
show logandshow log globalto access the logs from the MongoDB Shell - Retrieve the
logPathfrom the MongoDB Shell
Resources
Use the following resources to learn more about Self-Managed Server Administration with MongoDB.
Lesson 1: Managing MongoDB Servers
Lesson 2: Configuring MongoDB Servers
Lesson 3: Connecting to MongoDB Servers
Lesson 4: Logging Basics for MongoDB Servers