MongoDB 副本集+分片 认证方式搭建

Posted bjx2020

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MongoDB 副本集+分片 认证方式搭建相关的知识,希望对你有一定的参考价值。

MongoDB 副本集+分片 认证方式搭建

参考资料:

https://www.cnblogs.com/ityouknow/p/7344005.html
https://jorwen-fang.iteye.com/blog/2031756
https://www.cnblogs.com/bjx2020/p/9350232.html
https://www.jb51.net/article/161315.htm
https://blog.51cto.com/beigai/1751381

环境规划:

服务器1 192.168.142.138  服务器1 192.168.142.139 服务器1 192.168.142.140
mongos:20000  mongos:20000  mongos:20000
config:21000 config:21000 config:21000
shard1:28001(主节点) shard1:28001(副本节点) shard1:28001(仲裁节点)
shard2:28002(仲裁节点) shard2:28002(主节点) shard2:28002(副本节点)
shard3:28003(副本节点) shard3:28003(仲裁节点) shard3:28003(主节点)

 

 

 

 

 

 

 

1. 关闭SElinux

sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/‘ /etc/selinux/config
grep SELINUX=disabled /etc/selinux/config
setenforce 0
getenforce

以上是关于MongoDB 副本集+分片 认证方式搭建的主要内容,如果未能解决你的问题,请参考以下文章

MongoDB——MongoDB分片集群(Sharded Cluster)两种搭建方式

Ubuntu16.04搭建MongoDB3.4.3 副本集 开启认证模式

CentOS7.4搭建基于用户认证的MongoDB4.0三节点副本集集群

mongodb单机升级为副本集

mongodb副本集和分片存储理论整理

mongodb3.X 副本集(集群)添加用户名认证