<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi all,</div><div>I am as new as it can get when it comes to rabbitmq.</div><div>I am running three vm's with centos 5.9 , rabbitmq-server-3.0.3,
and erlang installed on all three nodes. (host only network, named them
rabbit1@localhost, rabbit2@localhost, rabbit3@localhost)<br></div><div>I was able to get all the nodes working (without any clustering), but so far all my clustering attempts have been unsuccessful.<br>I am able to ping the three nodes and the initial testing works on
single nodes but I cannot seem to communicate between nodes when I try
to join a cluster.<br>I have double checked that my erlang cookies are synchronized..<br><div>In addition, I am able to run <span style="font-weight:bold;">rabbitmq-server</span> <span style="font-weight:bold;">-detached, rabbitmqctl cluster</span>_status fine (and I do get the expected results) however, when I do <span style="font-weight:bold;">rabbitctl join_cluster</span> I get:<br></div>rabbitmq
Error:{cannot_discover_cluster,"the nodes provided are either offline
or not running"} ..and the rabbitmq management console always show a
disc status as well..<br>I have disabled the firewall on the three vm's..<br>I have also tried telneting between them and the results were the following:<br><br>from rabbit1 to rabbit 3 -> connected<br>from rabbit1 to rabbit2 -> connected<br><br>from rabbit 2 to rabbit3 -> connection timed out<br>from rabbit 2 to rabbit 1 -> connection refused<br><br>from rabbit3 to rabbit 2 -> connected<br>from rabbit 3 to rabbit1 -> connection refused<br><br>my etc/hosts are correctly setup<br>There is nothing however, when I tried opening /etc/resolv.conf (using gedit resolv.conf)<br>not really sure if I might need entries, I'm not really sure the how to :( (do I
need to write them the same way I have them in the etc/hosts ? ex:
for rabbit3: xxx.xxx.xx.xx rabbit1 , xxx.xxx.xx.xx
rabbit2 )<br><br>thanks in advance :)<br><br>Luis<br><br><br><br></div></div></body></html>