问答详情
源自:2-3 MongoDB复制集初始化

请问以下初始化错误怎么解?

> rs.initiate(config)
{
        "ok" : 0,
        "errmsg" : "This node, 192.168.1.22:27017, with _id 2 is not electable under the new configuration version 1 for replica set Yunnex-MONGODB-TEST",
        "code" : 93
}

提问者:allen626020 2016-01-22 19:25

个回答

  • 慕虎2082646
    2016-05-03 18:52:38

    楼上高手

  • 已晕
    2016-04-28 16:39:50

    我已解决,不在仲裁节点上激活就行,在其他任意一个主备节点激活

  • 已晕
    2016-04-28 14:45:07

    我这个也报错了,作为仲裁节点的时候

    dbpath=/datafs/mongodb/data/arbiter

    logpath=/datafs/mongodb/logs/arbiter.log  

    pidfilepath=/datafs/mongodb/arbiter.pid  

    directoryperdb=true  

    logappend=true  

    replSet=testrs  

    bind_ip=xx.xx.xx.xx  

    port=27017  

    oplogSize=10000  

    fork=true  

    noprealloc=true  




  • superunusa
    2016-02-04 14:46:13

    把你的配置发出来。应该是你_id2 有参数设置有问题,使它不能被做为候选节点。