Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Mongodb OPS Manager installation and use

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Mongo ops manager defaults to the monitoring and management tools provided with the enterprise version. If you use the community version and want to use ops manager, you need to install it manually.

Download the mongo ops manager package (url: https://www.mongodb.com/presentations/webinar-introduction-to-ops-manager)

Ops related documents https://docs.opsmanager.mongodb.com/v2.0/

1. Install mongo database (for mongo ops manager application library and backup library)

Download the mongodb installation file from the official website. Https://www.mongodb.org/downloads.

Mongodb-linux-x86_64-3.2.11.tgz can be used by decompressing directly.

Tar zxvf mongodb-linux-x86_64-3.2.11.tgzmkdir-p / app/mongodbcp-R mongodb-linux-x86_64-3.2.11 / / app/mongodb

1) create an ops manager app library

Mkdir-p / app/mongodb/data/appdb

2) create a backup library

Mkdir-p / app/mongodb/data/backup

Make a copy set for the database (to prevent a single point of failure)

Due to machine limitations here, I'd better use a copy set of the library if I only use one mongod,prd environment during the test phase.

Third, install ops manager

[root@kxp-backup-in-02] # rpm-ivh mongodb-mms-2.0.7.372-1.x86_64.rpm

4. Start mongo ops manager:

[root@kxp-backup-in-02 ~] # service mongodb-mms start

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report