Hi<br><br>I've setup a cluster on my LAN (finally) and got it working by modifying the startup script for rabbitmq-server (yuk) to set the cookie. Then setup /etc/rabbitmq/rabbitmq.conf to set the cookie:<br><br>CTL_ERL_ARGS="-setcookie mycookie"<br>
<br>On the lan:<br><br>$ sudo rabbitmqctl -n rabbit@ubi status<br>Status of node rabbit@ubi ...<br>[{running_applications,[{rabbit,"RabbitMQ","1.5.4"},<br> {mnesia,"MNESIA CXC 138 12","4.4.3"},<br>
{os_mon,"CPO CXC 138 46","2.1.6"},<br> {sasl,"SASL CXC 138 11","2.1.5.3"},<br> {stdlib,"ERTS CXC 138 10","1.15.3"},<br>
{kernel,"ERTS CXC 138 10","2.12.3"}]},<br> {nodes,[rabbit@ubi,rabbit@hassox]},<br> {running_nodes,[rabbit@ubi]}]<br>...done.<br><br>Over the Interwebs:<br><br>$ sudo rabbitmqctl -n rabbit@ubinet status<br>
Status of node rabbit@ubinet ...<br>{badrpc,nodedown}<br>...done.<br><br>Where ubinet is setup in my hosts file. If I use a full IP address:<br><br> $ sudo rabbitmqctl -n rabbit@123.456.789.123 status<br>Status of node 'rabbit@123.456.789.123' ...<br>
<br>=ERROR REPORT==== 15-Apr-2009::14:50:00 ===<br>** System NOT running to use fully qualified hostnames **<br>** Hostname 123.456.789.123 is illegal **<br>{badrpc,nodedown}<br>...done.<br><br>IP addy changed... <br><br>
Any idea on why this would cause an issue? I can't find any documentation on it on the rabbit site at all :(<br><br>Cheers<br>