<div dir="ltr">Hi,<div>If you are trying to cluster two nodes, consider following processes:<br><div><br></div><div>1. run rabbit@devserver</div><div>2. run rabbit@devagent</div><div><br></div><div>At node devagent,</div><div>3.1 $ rabbitmqctl stop_app</div><div>3.2 $ rabbitmqctl join_cluster rabbit@devserver</div><div>3.3 $ rabbitmqctl start_app</div><div><br></div><div>4. check clustering : rabbitmqctl cluster_status</div><div><br></div><div>Hope this help.</div><div><br><br>On Thursday, August 22, 2013 11:33:31 PM UTC+9, Liam Reilly wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">I've got a couple of OpenSuse VM's configured in Virtual Box. &nbsp;<div><br></div><div>I have rabbit running on both.</div><div><br></div><div>rabbit@devserver</div><div>rabbit@devagent</div><div><br></div><div>I've added both machines to each others hosts files and I can do a sudo /usr/sbin/rabbitmqctl -n rabbit@{hostname} status from either machine to see the full status output of the node.</div><div><br></div><div>So both machines are happy at this point. &nbsp;</div><div><br></div><div>I've also got Celery working and load balancing tasks using the rabbit@devserver RabbitMQ queue.</div><div><br></div><div>Now I stopped the rabbit@devagent instance and tried to add to the @devserver using the cluster command</div><div><br></div><div>sudo /usr/sbin/rabbitmqctl cluster rabbit@devserver&nbsp;</div><div><br></div><div>to which I get&nbsp;</div><div><br></div><div>Clustering node rabbit@devagent with [rabbit@devserver] ...</div><div>Error: unable to connect to node rabbit@devagent: &nbsp;nodedown</div><div><br></div><div>DIAGNOSTICS</div><div><br></div><div>nodes in question: &nbsp;[rabbit@devagent]</div><div><br></div><div>hosts, their running nodes and ports:</div><div>- devagent: &nbsp;[{rabbitmqctl10831, 48309}]</div><div><br></div><div>current node details:</div><div>- node name rabbitmqctl10831@devagent</div><div>- home dir: /var/lib/rabbitmq</div><div>- cookie hash: &nbsp;LczRqz4mQrqdzWYMcog==</div><div><br></div><div>I have modified the erlang cookie on both machines so these match btw.</div><div><br></div><div>Any idea's?</div><div><br></div></div></blockquote></div></div></div>