Tuesday, February 7, 2017

Deploy Mongo Clusters in Cloud Manager

Deploy Mongo Clusters in Cloud Manager:
---------------------------------------

Here the steps to deploy the Mongo Clusters in Cloud Manager,

-> Log in to Cloud Manager - https://cloud.mongodb.com/user/login?n=%2Fv2%2F515490147fe227e9f1858066#deployment/topology

-> In the "Deployment Tab" -> Click on "Add" dropdown -> Select "Existing MongoDB Deployment"

-> If its a Sharded Cluster -> Seed a single "mongos" hostname and port no.( Cloud Manager will automatically discover all connected processes )

-> If its a Replica set -> Seed a "Primary" hostname and port no.( Cloud Manager will automatically discover all connected processes )

-> Enable Authentication -> yes

-> Auth Mechanism -> Username/Password(MongoDB-CR/SCRAM-SHA-1)

-> Username -> tommy

-> Password -> *****

-> Click on continue.

-> It will show you the connected servers and processers -> click continue again -> Done.

-> Hold on - It will take a while to get updated in the Dashboard

-> By default, the cluster name will be "Cluster 0" -> We can rename it with the relevant application name/Naming standards

Note:
-----

-> One monitoring agent is sufficient for one entire group

-> Also here we are using SCRAM-SHA-1, In-build MongoDB authentication.

No comments:

Post a Comment