Hi,<br><br>I have setup two RabbitMQ servers on two different machines (192.168..0.33 + 192.168.0.103, both running on the same port, no firewall in between) - <br>both running V 1.8.0 and configured to use the same Erlang cookie.<br>
<br>I followed:<br><br><a href="http://www.rabbitmq.com/clustering.html#creating">http://www.rabbitmq.com/clustering.html#creating</a><br><br><br>ajung@blackmoon:~/sandboxes/occ&gt; bin/rabbitmqctl stop_app<br>Stopping node rabbit@blackmoon ...<br>
...done.<br>ajung@blackmoon:~/sandboxes/occ&gt; bin/rabbitmqctl reset<br>Resetting node rabbit@blackmoon ...<br>...done.<br>ajung@blackmoon:~/sandboxes/occ&gt; bin/rabbitmqctl cluster <a href="mailto:rabbit@192.168.0.103">rabbit@192.168.0.103</a><br>
Clustering node rabbit@blackmoon with [&#39;<a href="mailto:rabbit@192.168.0.103">rabbit@192.168.0.103</a>&#39;] ...<br>...done.<br>ajung@blackmoon:~/sandboxes/occ&gt; bin/rabbitmqctl start_app<br>Starting node rabbit@blackmoon ...<br>
...done.<br>ajung@blackmoon:~/sandboxes/occ&gt; bin/rabbitmqctl status<br>Status of node rabbit@blackmoon ...<br>[{running_applications,[{rabbit,&quot;RabbitMQ&quot;,&quot;1.8.0&quot;},<br>����������������������� {mnesia,&quot;MNESIA� CXC 138 12&quot;,&quot;4.4.10&quot;},<br>
����������������������� {os_mon,&quot;CPO� CXC 138 46&quot;,&quot;2.2.2&quot;},<br>����������������������� {sasl,&quot;SASL� CXC 138 11&quot;,&quot;2.1.6&quot;},<br>����������������������� {stdlib,&quot;ERTS� CXC 138 10&quot;,&quot;1.16.2&quot;},<br>
����������������������� {kernel,&quot;ERTS� CXC 138 10&quot;,&quot;2.13.2&quot;}]},<br>�{nodes,[rabbit@blackmoon]},<br>�{running_nodes,[rabbit@blackmoon]}]<br>...done.<br><br>So the node running on 192.168.0.103 is _not_ part of the cluster as &#39;status&#39; shows.<br>
How can I track this down?<br><br>Andreas<br><br>