Hello,<div><br></div><div>I&#39;m trying  to configure a 2 nodes cluster setup. It works if I add a node with rabbitmqctl cluster rabbit@server, but it doesn&#39;t if I use a config file.</div><div><br></div><div>Here is my config /etc/rabbitmq/rabbitmq_cluster.config :</div>
<div><div><br></div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">[&#39;rabbit@server-172160237&#39;,&#39;rabbit@server-172160224&#39;]</font></div></div></div><div><br></div><div><br></div>
<div>/etc/hosts is set up :</div><div><br></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">(...)</font></div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">127.0.0.1</font><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">        <span class="Apple-style-span" style="white-space: normal; ">server</span></font></span><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">-172160237</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">172.16.0.224</font><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">        <span class="Apple-style-span" style="white-space: normal; ">server</span></font></span><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">-172160224</font></div>
</div><div><br></div><div><br></div><div>When I start rabbit-mq server, I have no error, and rabbitmq status returns :</div><div><br></div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Status of node &#39;rabbit@server-172160237&#39; ...</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">[{running_applications,[{rabbit,&quot;RabbitMQ&quot;,&quot;2.1.1&quot;},</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                        {os_mon,&quot;CPO  CXC 138 46&quot;,&quot;2.1.8&quot;},</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                        {sasl,&quot;SASL  CXC 138 11&quot;,&quot;2.1.5.4&quot;},</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                        {mnesia,&quot;MNESIA  CXC 138 12&quot;,&quot;4.4.7&quot;},</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                        {stdlib,&quot;ERTS  CXC 138 10&quot;,&quot;1.15.5&quot;},</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                        {kernel,&quot;ERTS  CXC 138 10&quot;,&quot;2.12.5&quot;}]},</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> {nodes,[{disc,[&#39;rabbit@server-172160237&#39;]}]},</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> {running_nodes,[&#39;rabbit@server-172160237&#39;]}]</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">...done.</font></div></div><div><br></div><div>I even tried to pass config file as environment variable :</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace; "><br class="Apple-interchange-newline">
RABBITMQ_NODENAME=toto RABBITMQ_CLUSTER_CONFIG_FILE=/etc/rabbitmq/rabbitmq_cluster rabbitmq-server</span><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">and</font></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace; ">RABBITMQ_NODENAME=toto RABBITMQ_CLUSTER_CONFIG_FILE=/etc/rabbitmq/rabbitmq_cluster.config rabbitmq-server</span><div>
<br></div></div><div><br></div><div>But same result, except that rabbit has been replaced by toto ...</div><div><br></div><div>Do you see something I may have done wrong ?</div>