[rabbitmq-discuss] RabbitMq and clustering
Thomas Sanchez
thomas.sanchz at gmail.com
Wed Jul 21 23:27:05 BST 2010
Hi guys,
I'm trying to setup a cluster.
I followed the documentation here: http://www.rabbitmq.com/clustering.html
root at lucid:~# cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 lucid
10.252.XXX.XXX
rabbit1
root at lucid:~# rabbitmqctl stop_app
Stopping node rabbit at lucid ...
...done.
root at lucid:~# rabbitmqctl reset
Resetting node rabbit at lucid ...
...done.
root at lucid:~# rabbitmqctl cluster rabbit at rabbit1
Clustering node rabbit at lucid with [rabbit at rabbit1] ...
Error: {failed_to_cluster_with,[rabbit at rabbit1],
"Mnesia could not connect to some nodes."}
There is nothing in log.
I'm running the 1.8.1 version of rabbitmq (installed from .deb package)
erlang:
Erlang (BEAM) emulator version 5.7.4
Compiled on Fri Apr 9 11:08:48 2010
Have you some ideas on what happens ?
Thanks.
--
Thomas Sanchez
More information about the rabbitmq-discuss
mailing list