<div dir="ltr"><div><div>Your 2nd suggestion solved it. Thank you very much :)<br><br></div>I changed the host file and it now uses the name of my nodes.<br><br></div>How do I change the node name via console?<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2014-04-22 8:26 GMT+02:00 Matthias Radestock <span dir="ltr"><<a href="mailto:matthias@rabbitmq.com" target="_blank">matthias@rabbitmq.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 21/04/14 15:24, Wouter Bosland wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
6. run the command: ''rabbitmqctl join_cluster rabbit@master'' on<br>
machine 2 (slave)<br>
<br>
Clustering node 'rabbit@WIN-PK8SONHOIBH' with rabbit@master ...<br>
Error: unable to connect to nodes [rabbit@master]: nodedown<br>
[...]<br>
*If I try the other way around clustering master to slave I get:*<br>
<br>
Clustering node 'rabbit@WIN-2BQPAJ1S03R' with rabbit@slave ...<br>
Error: unable to connect to nodes [rabbit@slave]: nodedown<br>
[...]<br>
   * suggestion: hostname mismatch?<br>
   * suggestion: is the cookie set correctly?<br>
[...]<br>
*The cookie hash is the same so what could be the problem?*<br>
</blockquote>
<br>
See the 2nd suggestion :)<br>
<br>
It appears that your nodes know themselves as rabbit@WIN-<...>, but you attempt to address them as rabbit@{master,slave}.<br>
<br>
Now, evidently master/slave do resolve, since rabbitmqctl can find the machine, but for communication to succeed the name of the node must match how it is being addressed.<br>
<br>
So either address nodes by their WIN-<...> name or alter the node name on startup by setting RABBITMQ_NODENAME.<span class="HOEnZb"><font color="#888888"><br>
<br>
Matthias.<br>
<br>
</font></span></blockquote></div><br></div>