[rabbitmq-discuss] Debugging clustering issues
Andreas Jung
lists at zopyx.com
Mon Jun 21 09:10:47 BST 2010
Hi,
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) -
both running V 1.8.0 and configured to use the same Erlang cookie.
I followed:
http://www.rabbitmq.com/clustering.html#creating
ajung at blackmoon:~/sandboxes/occ> bin/rabbitmqctl stop_app
Stopping node rabbit at blackmoon ...
...done.
ajung at blackmoon:~/sandboxes/occ> bin/rabbitmqctl reset
Resetting node rabbit at blackmoon ...
...done.
ajung at blackmoon:~/sandboxes/occ> bin/rabbitmqctl cluster
rabbit at 192.168.0.103
Clustering node rabbit at blackmoon with ['rabbit at 192.168.0.103'] ...
...done.
ajung at blackmoon:~/sandboxes/occ> bin/rabbitmqctl start_app
Starting node rabbit at blackmoon ...
...done.
ajung at blackmoon:~/sandboxes/occ> bin/rabbitmqctl status
Status of node rabbit at blackmoon ...
[{running_applications,[{rabbit,"RabbitMQ","1.8.0"},
{mnesia,"MNESIA CXC 138 12","4.4.10"},
{os_mon,"CPO CXC 138 46","2.2.2"},
{sasl,"SASL CXC 138 11","2.1.6"},
{stdlib,"ERTS CXC 138 10","1.16.2"},
{kernel,"ERTS CXC 138 10","2.13.2"}]},
{nodes,[rabbit at blackmoon]},
{running_nodes,[rabbit at blackmoon]}]
...done.
So the node running on 192.168.0.103 is _not_ part of the cluster as
'status' shows.
How can I track this down?
Andreas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100621/63abbe55/attachment.htm>
More information about the rabbitmq-discuss
mailing list