时间:2021-07-01 10:21:17 帮助过:34人阅读
logpath=/data0/mongodb/mongod.log
logappend=true #使用追加的方式写日志
fork=true #以守护进程的方式运行
master=true #主库
dbpath=/data0/mongodb
pidfilepath=/var/run/mongodb/mongod.pid
bind_ip=172.16.225.111 #绑定服务IP,不指定默认本地所有IP
auth=true #启用用户密码验证
从服务器修改/etc/mongod.conf
logpath=/data0/mongodb/mongod.log logappend=true fork=true slave=true #从库 source=172.16.225.111:27017 #主库IP和端口 dbpath=/data0/mongodb pidfilepath=/var/run/mongodb/mongod.pid bind_ip=172.16.59.190 auth=true
4.主从服务器启动mongodb服务
/etc/init.d/mongod start
添加系统启动脚本
1 2 |
find / -name redis_init_script
cp /opt/redis/utils/redis_init_script /etc/init .d /redis
|
mongodb主从配置
标签:pad index enabled 配置 container 日志 命令 dha 创建文件