BigCouch错误:加入节点时“无法连接到主机”

时间:2013-11-24 19:32:00

标签: couchdb cluster-computing bigcouch

我尝试使用BigCouch设置2个节点。我在两台机器上的/ etc / hostname上设置了FQDN(例如:may2.test.com)。我还编辑了/opt/bigcouch/etc/vm.args:

  • -name bigcouch@may2.test.com

  • -setcookie monster(默认)

然后我尝试:

  • curl localhost:5984 - > { “CouchDB的”: “欢迎”, “版本”: “1.1.1”, “bigcouch”: “0.4.2”}
  • curl localhost:5986 - > { “CouchDB的”: “欢迎”, “版本”: “1.1.1”}
  • curl may2.test.com:5984 - > { “CouchDB的”: “欢迎”, “版本”: “1.1.1”, “bigcouch”: “0.4.2”}
  • curl may2.test.com:5986 - > curl:(7)无法连接到主机

任何人都可以给我一些想法来解决它&让BigCouch完美运作?谢谢你很多

2 个答案:

答案 0 :(得分:0)

我也解决了这个错误:

  • 删除CouchDB。 BigCouch就足够了。
  • 因为我在localhost上安装BigCouch,我的查询必须如下:
curl -X PUT http://localhost:5986/nodes/bigcouch@slave3.test.com -d {}

答案 1 :(得分:0)

在配置文件/opt/bigcouch/etc/default.ini

部分[httpd]设置bind_address = 0.0.0.0然后sudo sv restart bigcouch