> 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
}
楼上高手
我已解决,不在仲裁节点上激活就行,在其他任意一个主备节点激活
我这个也报错了,作为仲裁节点的时候
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
把你的配置发出来。应该是你_id2 有参数设置有问题,使它不能被做为候选节点。