[rabbitmq-discuss] Newbie trying to get rabbit cluster to work
David Montgomery
davidmontgomery at gmail.com
Sun Nov 4 09:30:44 GMT 2012
Hi,
I cant get rabbit cluster to work on ec2
1) I have two nodes with ports 22, 4369, 5672 open node names are
aws-rabbit-server-east-development-20121102162143
aws-rabbit-server-east-development-20121103033005
2) Both have the same cookie. Followed the docs on the rabbit page for
creating.
rabbitmqctl stop_app
rabbitmqctl reset
rabbitmqctl start_app
I boot another node.
sudo service rabbitmq-server stop
#Copy cookie from the first server booted
sudo su - -c 'echo -n "cookie" > /var/lib/rabbitmq/.erlang.cookie'
sudo rabbitmqctl stop_app
sudo rabbitmqctl reset
sudo rabbitmqctl cluster rabbit at aws-rabbit-server-east-development-20121102162143
sudo rabbitmqctl cluster rabbit at aws-rabbit-server-east-development-20121102162143
Clustering node 'rabbit at aws-rabbit-server-east-development-20121103033005' with ['rabbit at aws-rabbit-server-east-development-20121102162143'] ...
Error: {no_running_cluster_nodes,['rabbit at aws-rabbit-server-east-development-20121102162143'],
['rabbit at aws-rabbit-server-east-development-20121102162143']}
So....where is the issue with rabbit?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20121104/0a35d849/attachment.htm>
More information about the rabbitmq-discuss
mailing list