Docs Menu
Docs Home
/ /

Getting Started with Deployments

Ops Manager is a web application that lets you create, manage, monitor, and back up MongoDB deployments. The web application runs on the Ops Manager server, and software agents run on the servers running MongoDB.

You can use Ops Manager to create new deployments and manage existing ones. To monitor existing deployments, you need to download Ops Manager agents to the servers in the MongoDB deployment.

Before you begin, confirm the following are in place:

Networking requirements:

  • The Automation Agent on each target host must reach Ops Manager on port 8080 (HTTP) or 8443 (HTTPS).

  • Port 27017 (default) must be open between all MongoDB hosts in the same deployment.

  • Ops Manager requires outbound HTTPS access to downloads.mongodb.com and fastdl.mongodb.org to download MongoDB binaries. For air-gapped environments, configure Local Mode instead.

1

Note

If the Ops Manager is configured to Invitation Only Mode, you can register only by invitation. The invitation provides a URL that displays the registration link.

If you do not have a pre-existing project, you will create one upon registering an account.

2
3

Ops Manager walks you through registration and setup of your first deployment.

After the deployment provisions, confirm it is healthy before connecting.

Checkpoint
Verification Step

Deployment submitted

The Ops Manager UI shows the deployment in your project with a status of OK.

Automation Agent goal state reached

In the Ops Manager UI, the Automation Agent status for each host shows a green check, indicating the goal state was reached.

All members healthy

In the Ops Manager UI, all deployment members show a healthy status with their expected roles.

Connection succeeds

Connect to the primary using mongosh and run rs.status() to confirm all members are in the expected state.

After you verify your deployment, you can:

Back

Create Deployments

On this page