Home Operation and Maintenance CentOS How to build MongoDB cluster on CentOS

How to build MongoDB cluster on CentOS

Apr 14, 2025 pm 06:30 PM
centos mongodb tool red igs

To build a MongoDB cluster on the CentOS system, you need to complete MongoDB installation, instance configuration, replica set settings, and sharding steps. The following steps will guide you through this process in detail:

1. Preparation

Make sure the CentOS system is updated and install the necessary tools:

 sudo yum update -y
sudo yum install -y wget vim
Copy after login

2. Install MongoDB

  1. Add MongoDB YUM source: Create a mongodb.repo file and add MongoDB repository information (please adjust the version number according to the actual situation):
 echo "[mongodb-org-4.4]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.4/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-4.4.asc" | sudo tee /etc/yum.repos.d/mongodb-org-4.4.repo
Copy after login
  1. Install MongoDB: Use the YUM command to install MongoDB and its dependent components:
 sudo yum install -y mongodb-org
Copy after login

3. Configure MongoDB instance

In this example, we will build a cluster that contains a Config Server and multiple Shards.

  1. Config Server: Modify the /etc/mongod.conf file (please replace config_server_ip with the actual IP address):
 sudo vim /etc/mongod.conf
Copy after login
Copy after login

Add the following configuration:

 <code>storage: dbPath: /var/lib/mongo/configdb systemLog: destination: file path: /var/log/mongodb/configdb.log logAppend: true net: bindIp: 0.0.0.0 port: 27019 sharding: clusterRole: configsvr</code>
Copy after login

Create a database directory and start the Config Server service:

 sudo mkdir -p /var/lib/mongo/configdb
sudo chown mongod:mongod /var/lib/mongo/configdb
sudo systemctl start mongod
sudo systemctl enable mongod
Copy after login
  1. Configure Shard: Configure a separate MongoDB instance for each Shard server. Modify the /etc/mongod.conf file (please replace shard_1_ip as the actual IP address, and create the corresponding directory and configuration file for each shard, such as /var/lib/mongo/shard_2 , /var/lib/mongo/shard_3 , etc.):
 sudo vim /etc/mongod.conf
Copy after login
Copy after login

Add the following configuration (example is shard_1):

 <code>storage: dbPath: /var/lib/mongo/shard_1 systemLog: destination: file path: /var/log/mongodb/shard_1.log logAppend: true net: bindIp: 0.0.0.0 port: 27018 sharding: clusterRole: shardsvr</code>
Copy after login

Create a database directory and start the Shard service:

 sudo mkdir -p /var/lib/mongo/shard_1
sudo chown mongod:mongod /var/lib/mongo/shard_1
sudo systemctl start mongod
sudo systemctl enable mongod
Copy after login

Repeat the above steps to configure multiple shards (such as shard_2, shard_3, etc.).

4. Configure Mongos router

  1. Install Mongos: (If not installed, please use sudo yum install -y mongodb-org-mongos to install)

  2. Configure /etc/mongos.conf : (Please replace config_server_ip as the IP address of Config Server, mongos_ip as the IP address of Mongos server):

 sudo vim /etc/mongos.conf
Copy after login

Add the following configuration:

 <code>sharding: configDB: config_server_ip:27019 net: bindIp: 0.0.0.0 port: 27017</code>
Copy after login
  1. Start Mongos service:
 sudo mongos --config /etc/mongos.conf
Copy after login

5. Add Shard to the cluster

Connect to Mongos server:

 mongo --host mongos_ip:27017
Copy after login

Then execute the following command to add Shard (please replace it with the actual shard IP address and port):

 sh.addShard("shard_1_ip:27018")
sh.addShard("shard_2_ip:27018")
sh.addShard("shard_3_ip:27018")
Copy after login

6. Monitoring and management

Use sh.status() command to view the cluster status:

 sh.status()
Copy after login

Through the above steps, you can build a MongoDB cluster on the CentOS system. Remember to replace the IP address and port number in the example for your actual server information. In addition, to ensure high availability, it is recommended that you further configure the replica set.

The above is the detailed content of How to build MongoDB cluster on CentOS. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Bitcoin price today Bitcoin price today Apr 28, 2025 pm 07:39 PM

Bitcoin’s price fluctuations today are affected by many factors such as macroeconomics, policies, and market sentiment. Investors need to pay attention to technical and fundamental analysis to make informed decisions.

How much is Bitcoin worth How much is Bitcoin worth Apr 28, 2025 pm 07:42 PM

Bitcoin’s price ranges from $20,000 to $30,000. 1. Bitcoin’s price has fluctuated dramatically since 2009, reaching nearly $20,000 in 2017 and nearly $60,000 in 2021. 2. Prices are affected by factors such as market demand, supply, and macroeconomic environment. 3. Get real-time prices through exchanges, mobile apps and websites. 4. Bitcoin price is highly volatile, driven by market sentiment and external factors. 5. It has a certain relationship with traditional financial markets and is affected by global stock markets, the strength of the US dollar, etc. 6. The long-term trend is bullish, but risks need to be assessed with caution.

Binance official website entrance Binance official latest entrance 2025 Binance official website entrance Binance official latest entrance 2025 Apr 28, 2025 pm 07:54 PM

Visit Binance official website and check HTTPS and green lock logos to avoid phishing websites, and official applications can also be accessed safely.

Sesame Open Door Official Website Entrance Sesame Open Door Official Latest Entrance 2025 Sesame Open Door Official Website Entrance Sesame Open Door Official Latest Entrance 2025 Apr 28, 2025 pm 07:51 PM

Sesame Open Door is a platform that focuses on cryptocurrency trading. Users can obtain portals through official websites or social media to ensure that the authenticity of SSL certificates and website content is verified during access.

The latest ranking of the top ten trading platforms in the currency circle. The top ten digital currency exchanges rankings in 2025 The latest ranking of the top ten trading platforms in the currency circle. The top ten digital currency exchanges rankings in 2025 Apr 28, 2025 pm 01:39 PM

The rankings of the top ten trading platforms in the cryptocurrency circle in 2025 are: 1. Binance, 2. OKX, 3. gate.io, 4. Huobi Global, 5. Coinbase, 6. Kraken, 7. Bitfinex, 8. KuCoin, 9. Bybit, 10. Bitstamp. These platforms stand out in the market for their security, transaction volume, user experience and innovation.

Top 10 virtual currency trading apps Latest rankings of top 10 virtual currency trading platforms in 2025 Top 10 virtual currency trading apps Latest rankings of top 10 virtual currency trading platforms in 2025 Apr 28, 2025 pm 02:09 PM

The top ten virtual currency trading apps are: 1. OKX, 2. Binance, 3. gate.io, 4. Coinbase, 5. Kraken, 6. Huobi, 7. KuCoin, 8. Bitfinex, 9. Bitstamp, 10. Poloniex. Each platform has outstanding performance in trading products, user experience, security, etc., to meet the needs of different investors.

Spot King Transformation Note: How to layout the next generation of on-chain ecosystem with Gate.io MeMebox 2.0? Spot King Transformation Note: How to layout the next generation of on-chain ecosystem with Gate.io MeMebox 2.0? Apr 28, 2025 pm 03:36 PM

Gate.io has achieved the transformation from spot trading to on-chain ecosystem through MeMebox 2.0. 1) Build a cross-chain infrastructure and support the interoperability of 12 main chains; 2) Create a DeFi application ecosystem and provide one-stop services; 3) Implement incentive mechanisms and reconstruct value allocation.

Recommended reliable digital currency trading platforms. Top 10 digital currency exchanges in the world. 2025 Recommended reliable digital currency trading platforms. Top 10 digital currency exchanges in the world. 2025 Apr 28, 2025 pm 04:30 PM

Recommended reliable digital currency trading platforms: 1. OKX, 2. Binance, 3. Coinbase, 4. Kraken, 5. Huobi, 6. KuCoin, 7. Bitfinex, 8. Gemini, 9. Bitstamp, 10. Poloniex, these platforms are known for their security, user experience and diverse functions, suitable for users at different levels of digital currency transactions

See all articles