<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi,</div>
<div><br>
</div>
<div>I am receiving the following error upon trying to cluster two rabbitmq nodes.</div>
<div><br>
</div>
<div>
<div><b>dev-rmq03:pts/0{amy}/etc/rabbitmq&gt;sudo rabbitmqctl join_cluster rabbit@dev-rmq02</b></div>
<div><b>Clustering node 'rabbit@dev-rmq03' with 'rabbit@dev-rmq02' ...</b></div>
<div><b>Error: {cannot_discover_cluster,&quot;The nodes provided are either offline or not running&quot;</b></div>
</div>
<div><br>
</div>
<div>I have opened ports :</div>
<div>
<div>iptables -A INPUT -i eth0 -m state --state NEW -m tcp -p tcp --dport <b>4369</b> -j ACCEPT</div>
<div>iptables -A INPUT -i eth0 -m state --state NEW -m tcp -p tcp --dport <b>5672</b> -j ACCEPT</div>
<div>iptables -A INPUT -i eth0 -m state --state NEW -m tcp -p tcp --dport <b>5673</b> -j ACCEPT</div>
<div>iptables -A INPUT -i eth0 -m state --state NEW -m tcp -p tcp --dport <b>15672</b> -j ACCEPT</div>
<div>iptables -A INPUT -i eth0 -m state --state NEW -m tcp -p tcp --dport <b>55672</b> -j ACCEPT</div>
<div>iptables -A INPUT -i eth0 -m state --state NEW -m tcp -p tcp --dport <b>15673</b> -j ACCEPT</div>
<div>iptables -A INPUT -i eth0 -m state --state NEW -m tcp -p tcp --dport <b>15674</b> -j ACCEPT</div>
</div>
<div>(ps can you also tell me which ports I actually need? A developer keeps requesting additional ports for me to try but it makes me uncomfortable opening so many)</div>
<div><br>
</div>
<div>On both nodes. I can ping each hostname from each other and telnet to port 5672 to each.</div>
<div><br>
</div>
<div>I have also verified that the hash value and .erlang.cookie in $RABBIT_HOME is the same and have perms rabbitmq:rabbitmq 0400 each.&nbsp;</div>
<div><br>
</div>
<div>Log:</div>
<div><br>
</div>
<div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:18 ===</div>
<div>node &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : rabbit@dev-rmq03</div>
<div>home dir &nbsp; &nbsp; &nbsp; : /var/lib/rabbitmq</div>
<div>config file(s) : (none)</div>
<div>cookie hash &nbsp; &nbsp;: fqOuPm&#43;oysAbZXSsQO2ZfQ==</div>
<div>log &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: /var/log/rabbitmq/rabbit@dev-rmq03.log</div>
<div>sasl log &nbsp; &nbsp; &nbsp; : /var/log/rabbitmq/rabbit@dev-rmq03-sasl.log</div>
<div>database dir &nbsp; : /var/lib/rabbitmq/mnesia/rabbit@dev-rmq03</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:18 ===</div>
<div>Limiting to approx 924 file handles (829 sockets)</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:18 ===</div>
<div>Memory limit set to 1531MB of 3829MB total.</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:18 ===</div>
<div>Disk free limit set to 1000MB</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:18 ===</div>
<div>Adding vhost '/'</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:18 ===</div>
<div>Creating user 'guest'</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:18 ===</div>
<div>Setting user tags for user 'guest' to [administrator]</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:18 ===</div>
<div>Setting permissions for 'guest' in '/' to '.*', '.*', '.*'</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:19 ===</div>
<div>msg_store_transient: using rabbit_msg_store_ets_index to provide index</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:19 ===</div>
<div>msg_store_persistent: using rabbit_msg_store_ets_index to provide index</div>
<div><br>
</div>
<div>=WARNING REPORT==== 19-Aug-2013::15:46:19 ===</div>
<div>msg_store_persistent: rebuilding indices from scratch</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:19 ===</div>
<div>started TCP Listener on [::]:5672</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:19 ===</div>
<div>Server startup complete; 0 plugins started.</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:30 ===</div>
<div>Stopping RabbitMQ</div>
<div><br>
</div>
<div>=INFO REPORT==== 19-Aug-2013::15:46:30 ===</div>
<div>stopped TCP Listener on [::]:5672</div>
</div>
<div><br>
</div>
<div>Anything else you guys can think of for me to try to resolve this issue?&nbsp;</div>
<div><br>
</div>
<div>Thank you so much!</div>
<div><br>
</div>
<div>Amy</div>
<br>
</body>
</html>