一.mongodb副本集方式集群搭建

  1. 以三台设备三个节点为例,192.168.1.136 当作副本集主节点,192.168.1.137作为副本集副本节点,192.168.1.138作为仲裁点。
  2. 分别在每台机器上安装mongodb并建立mongodb副本集数据存放文件夹
    cd /opt
    tar xvzf mongodb-linux-x86_64-2.4.8.tgz
    mkdir -p /opt/mongodb/cfg
    mkdir -p /opt/mongodb/log
    mkdir -p /opt/mongodb/bin
    mkdir -p /data/mongodb
  3. 配置每台设备的mongodb启动配置文件
    #master.conf  
    dbpath=/data/mongodb 
    logpath=/opt/mongodb/log/master.log  
    pidfilepath=/opt/mongodb/master.pid  
    directoryperdb=true  
    logappend=true  
    replSet=ctnq
    bind_ip=192.168.1.136  
    port=27017  
    oplogSize=10000  
    fork=true  
    noprealloc=true

    副本节点和仲裁点配置相同,只修改对应ip命名为slaver.conf,arbiter.conf即可

  4. 启动所有节点的mongodb
    monood -f master.conf  
    mongod -f slaver.conf  
    mongod -f arbiter.conf
  5. 初始化副本集
    mongo 127.0.0.1:27017
    use admin
    cfg = { _id:"ctnq", members:[
    ... {_id:0,host:"192.168.1.136:27017",priority:2},
    ... {_id:1,host:"192.168.1.137:27017",priority:1},
    ... {_id:2,host:"192.168.1.138:27017",arbiterOnly:true}]
    ... }
    rs.initiate(cfg);
    rs.status();

    检查输出状态,如无异常,一个副本集搭建完成

二. 利用nginx-gridfs读取mongodb副本集资源

  1. nginx-gridfs插件安装
    cd /usr/local/
    git clonegit://github.com/mdirolf/nginx-gridfs.git
    cd nginx-gridfs
    git submodule init
    git submodule update
    cd /usr/local/src/nginx-1.10
    ./configure --prefix=/usr/local/nginx --add-module=/usr/local/nginx-gridfs/
  2. nginx-gridfs插件配置说明(conf/nginx.conf)
    • gridfs: nginx识别插件的关键字
    • edusns: db名
    • root_collection: 选择collection,如root_collection=blog, mongod就会去找blog.files与blog.chunks两个块,默认是fs
    • field: 查询字段,保证mongdb里有这个字段名,支持_id, filename, 可省略, 默认是_id
    • type: 解释field的数据类型,支持objectid, int, string, 可省略, 默认是int
    • user: 用户名, 可省略
    • pass: 密码, 可省略
    • mongo: mongodb url

    如果不指定 field,默认为 MongoDB 的自增ID,且type为int,基于副本集配置,如下

    location /images/ {
        gridfs my_app field=filename type=string;
        mongo "foo"
            192.168.1.136:27017
            192.168.1.137:27017;
    }

    注意:由于MongoDB比nginx先启动的限制,在主节点mongodb掉点之后,要重新启动一下nginx,否则nginx-gridfs初始化的时候不能正确链接MOngoDB数据库。解决方式,做个监控脚本监控mongodb主节点状态,如果发现状态异常,nginx将自动reload。脚本如下:

    vi /usr/local/nginx/sbin/nginxrestart.sh
    #!/bin/bash
    # author wangzhaobin
    # time 20161208
    # program : 判断mongodb主节点进程是否存在,如果不存在重新启动nginx
    
    ps -ef |grep master.cfg |grep -v "grep" |wc -l
    
    if [ $? == 0 ]
    then
        /usr/local/nginx/sbin/nginx -s reload
    fi

    将此脚本加入定时任务,每隔十秒钟监测一次mongodb主节点状态

    crontab -e
    *  * * * * /bin/bash /usr/local/nginx/sbin/nginxrestart.sh
    * * * * * sleep 10; /bin/bash /usr/local/nginx/sbin/nginxrestart.sh
    * * * * * sleep 20; /bin/bash /usr/local/nginx/sbin/nginxrestart.sh
    * * * * * sleep 30; /bin/bash /usr/local/nginx/sbin/nginxrestart.sh
    * * * * * sleep 40; /bin/bash /usr/local/nginx/sbin/nginxrestart.sh
    * * * * * sleep 50; /bin/bash /usr/local/nginx/sbin/nginxrestart.sh
分类: MongoDB

76 条评论

aupeopleweb.com.au · 2026-09-05 17:13

References:

Free welcome bonus no deposit required mobile casino australia
aupeopleweb.com.au

5 dollar deposit pokies payid · 2026-09-17 20:31

References:

Online pokies pay id 5 dollar deposit pokies payid

https://git.test-jsp.com/enemypain05 · 2026-09-17 21:15

References:

Payid pokies no deposit bonus https://git.test-jsp.com/enemypain05

payid pokies instant withdrawal australia · 2026-09-17 23:38

References:

Pokies payid accepted australia payid pokies instant withdrawal australia

md.coredump.ch · 2026-09-18 02:13

References:

Low deposit payid pokies md.coredump.ch

payid online pokies · 2026-09-18 02:56

References:

Best payid pokies australia payid online pokies

md.sigma2.no · 2026-09-18 09:14

References:

Pokies payid accepted australia md.sigma2.no

neosurf e-voucher casino australia · 2026-09-19 10:03

References:

1 dollar deposit casino neosurf australia neosurf e-voucher casino australia

https://www.nlvbang.com · 2026-09-21 08:54

References:

EFT casino Australia https://www.nlvbang.com

hackmd.hub.yt · 2026-09-21 10:29

References:

Sofortüberweisung online casino hackmd.hub.yt

bestes sofort casino · 2026-09-21 19:31

References:

Sofortüberweisung casino erfahrungen bestes sofort casino

https://school-of-safety-russia.ru · 2026-09-21 19:41

References:

Online casino sofort zahlung https://school-of-safety-russia.ru

https://bridgedesign.site/ · 2026-09-21 21:32

References:

Casino mit sofort erfahrungen https://bridgedesign.site/

http://git.yang800.cn/arrowpie8 · 2026-09-21 22:15

References:

Casino sofort auszahlung http://git.yang800.cn/arrowpie8

dreevoo.com · 2026-09-21 23:39

References:

Sofort Casino Einzahlungslimit dreevoo.com

https://docs.monadical.com · 2026-09-22 00:39

References:

Sofort casino ohne oasis https://docs.monadical.com

Neue Online Casinos mit Sofort · 2026-09-22 02:19

References:

Online casino einzahlung sofortüberweisung Neue Online Casinos mit Sofort

gitlab.herzog-it.de · 2026-09-22 04:22

References:

Sofort Casino schnelle Auszahlung gitlab.herzog-it.de

gasboy4.bravejournal.net · 2026-09-22 21:50

References:

Sofort Casino schnelle Auszahlung gasboy4.bravejournal.net

https://docs.monadical.com/ · 2026-09-22 21:57

References:

Sofortüberweisung Echtgeld Casino https://docs.monadical.com/

https://chuangu.xyz/ · 2026-09-23 02:28

References:

Seriöses online casino mit sofortüberweisung https://chuangu.xyz/

https://test-sida.noads.biz/?462735 · 2026-09-23 02:57

References:

Casino sofortüberweisung 2026 https://test-sida.noads.biz/?462735

https://www.brainchips.liuyanze.com/ · 2026-09-23 03:10

References:

Casino mit Sofort Einzahlung https://www.brainchips.liuyanze.com/

Sofort Casino legal · 2026-09-23 03:11

References:

Sofortzahlung casino Sofort Casino legal

payid pokies no KYC · 2026-09-23 03:28

References:

Pokies sites that take payid payid pokies no KYC

https://mapleprimes.com · 2026-09-23 04:42

References:

Payid withdrawal online pokies https://mapleprimes.com/users/goallip33

iwlnx.com · 2026-09-23 04:51

References:

Sofort online casino http://iwlnx.com/forum/member.php?action=profile&uid=179062

git.arteneo.pl · 2026-09-23 05:16

References:

Newest payid pokies australia https://git.arteneo.pl/chalkchina1

top payid pokies australia · 2026-09-23 05:24

References:

Newest payid pokies australia http://x.kongminghu.com/home.php?mod=space&uid=812506

http://www.isexsex.com/?3459816 · 2026-09-23 05:30

References:

Progressive jackpot payid pokies http://www.isexsex.com/?3459816

http://09vodostok.ru · 2026-09-23 05:49

References:

Payid online pokies http://09vodostok.ru/user/refundlaura12/

http://t.044300.net/ · 2026-09-23 07:28

References:

How to play pokies with payid http://t.044300.net/home.php?mod=space&uid=3055474

https://www.1v34.com/ · 2026-09-23 07:30

References:

Sofort casino freispiele https://www.1v34.com/space-uid-1827039.html

chuangu.xyz · 2026-09-23 09:18

References:

Casino Zahlung Sofortüberweisung https://chuangu.xyz/home.php?mod=space&uid=342045&do=profile&mycenter=1

https://xs.xylvip.com · 2026-09-23 09:55

References:

Sofortüberweisung casino https://xs.xylvip.com/home.php?mod=space&uid=4885888

fumankong1.cc · 2026-09-23 10:05

References:

Casino bonus ohne einzahlung sofort http://www.fumankong1.cc/home.php?mod=space&uid=967779

Deutsche Sofort Casinos · 2026-09-23 10:05

References:

Neue Online Casinos mit Sofort http://www.sg588.tw/home.php?mod=space&uid=1287632

www.jzq5.cn · 2026-09-23 10:52

References:

Beste sofort casinos http://www.jzq5.cn/space-uid-475677.html

www.pcsq28.com · 2026-09-23 11:11

References:

Sofort Casino ohne Verifizierung http://www.pcsq28.com/home.php?mod=space&uid=2594134

http://pandora6666.com/?191537 · 2026-09-23 11:25

References:

Casino ohne limit sofortüberweisung http://pandora6666.com/?191537

seafishzone.com · 2026-09-23 11:38

References:

Echtgeld casino sofort http://www.seafishzone.com/home.php?mod=space&uid=3243535

https://xbymw.com · 2026-09-23 12:42

References:

Echtgeld Casino mit Sofort https://xbymw.com/space-uid-1294110.html

xbymw.com · 2026-09-23 12:58

References:

Sofort casino handy https://xbymw.com/space-uid-1294096.html

www.brainchips.liuyanze.com · 2026-09-23 16:45

References:

Online casino startguthaben sofort https://www.brainchips.liuyanze.com/?313100

iwlnx.com · 2026-09-23 16:58

References:

Deutsches Sofort Casino http://iwlnx.com/forum/member.php?action=profile&uid=179050

www.play56.net · 2026-09-23 17:15

References:

Sofortüberweisung casino einzahlung https://www.play56.net/home.php?mod=space&uid=6556128

bbs.airav.cc · 2026-09-23 17:35

References:

Sofort Casino Einzahlung https://bbs.airav.cc/home.php?mod=space&uid=5002204

http://www.lezcc.com/?618883 · 2026-09-23 18:04

References:

Casino bonus ohne einzahlung sofort http://www.lezcc.com/?618883

Neues Sofort Casino · 2026-09-23 18:05

References:

Spielautomaten sofortüberweisung https://mem168new.com/home.php?mod=space&uid=4441230

online casino sofortüberweisung ab 1 euro · 2026-09-23 22:31

References:

Casino auszahlung mit sofortüberweisung https://www.jjj555.com/home.php?mod=space&uid=2813085

qiaoxiaojun.vip · 2026-09-23 22:38

References:

Sofort casino mit sofortiger auszahlung http://qiaoxiaojun.vip/home.php?mod=space&uid=2682369

http://www.bmw-workshop.com/ · 2026-09-24 02:12

References:

Neue casinos mit sofortüberweisung http://www.bmw-workshop.com/member.php?action=profile&uid=106937

发表回复

Avatar placeholder

您的邮箱地址不会被公开。 必填项已用 * 标注