Book Image

MongoDB Cookbook

By : Amol Nayak
Book Image

MongoDB Cookbook

By: Amol Nayak

Overview of this book

<p>MongoDB is a high-performance and feature-rich NoSQL database that forms the backbone of numerous complex development systems. You will certainly find the MongoDB solution you are searching for in this book.</p> <p>Starting with how to initialize the server in three different modes with various configurations, you will then learn a variety of skills including the basics of advanced query operations and features in MongoDB and monitoring and backup using MMS. From there, you can delve into recipes on cloud deployment, integration with Hadoop, and improving developer productivity. By the end of this book, you will have a clear idea about how to design, develop, and deploy MongoDB.</p>
Table of Contents (17 chapters)
MongoDB Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Managing users and groups on the MMS console


In the previous recipe, we saw how to set up an MMS account and how to set up an MMS agent. In this recipe, we will throw some light on how to set up the groups and user access to the MMS console.

Getting ready

Refer to the previous recipe for setting up the agent and the MMS account. This is the only prerequisite for this recipe.

How to do it…

  1. Start by navigating to Administration | Users on the left-hand side of the screen, as shown in the following screenshot:

  2. Here you can view the existing users and also add new users. On clicking on the Add User button (circled in the top-right corner of the previous screenshot), you should see the following pop-up window allowing you to add a new user:

    The preceding screen will be used to add users. Take note of the various available roles.

  3. Similarly, by navigating to Administration | My Groups, you can view and also add new groups, by clicking on the Add Group button. In the textbox, provide a name for the group...