MongoDB运维管理员
发布时间
阅读量:
阅读量
1.安装mongo库
tar -zxvf mongodb-linux-x86_64-3.2.4.tgz
mkdir -p /data/mongodbdata_config/logs/
mkdir -p /data/mongodbdata_config/data
vi /etc/mongodb.conf
/opt/mongodb-linux-x86_64-3.2.4/bin/mongod -f /etc/mongodb.conf
2.安装mms
cd /opt/
wget https://downloads.mongodb.com/on-prem-mms/rpm/mongodb-mms-3.4.0.383-1.x86_64.rpm
rpm -ivh mongodb-mms-3.4.0.383-1.x86_64.rpm
/etc/init.d/mongodb-mms start
Generating new Ops Manager private key...
Starting pre-flight checks
Successfully finished pre-f
全部评论 (0)
还没有任何评论哟~
