Thank you it works !<div><br></div><div>I tried rabbit_config.config earlier, but it didn&#39;t work. I don&#39;t know what is different now in my config ! Anyway, maybe rabbitMQ should have raise an exception and it didn&#39;t ?</div>
<div><br></div><div>Thank you.</div><div><br><div class="gmail_quote">On Thu, Nov 25, 2010 at 3:31 PM, Alexandru Scvorţov <span dir="ltr">&lt;<a href="mailto:alexandru@rabbitmq.com">alexandru@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Erwan,<br>
<br>
The cluster config file was replaced in favour of a cluster_nodes<br>
configuration variable in rabbitmq.config.  See the &quot;Auto-configuration<br>
of a cluster&quot; section in our clustering guide.<br>
<br>
<a href="http://www.rabbitmq.com/clustering.html" target="_blank">http://www.rabbitmq.com/clustering.html</a><br>
<br>
I&#39;ll check why the next poster is having trouble.<br>
<br>
Cheers,<br>
Alex<br>
<div><div></div><div class="h5"><br>
On Thu, Nov 25, 2010 at 02:43:11PM -0500, Erwan wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I&#39;m trying  to configure a 2 nodes cluster setup. It works if I add a node<br>
&gt; with rabbitmqctl cluster rabbit@server, but it doesn&#39;t if I use a config<br>
&gt; file.<br>
&gt;<br>
&gt; Here is my config /etc/rabbitmq/rabbitmq_cluster.config :<br>
&gt;<br>
&gt; [&#39;rabbit@server-172160237&#39;,&#39;rabbit@server-172160224&#39;]<br>
&gt;<br>
&gt;<br>
&gt; /etc/hosts is set up :<br>
&gt;<br>
&gt; (...)<br>
&gt; 127.0.0.1 server-172160237<br>
&gt; 172.16.0.224 server-172160224<br>
&gt;<br>
&gt;<br>
&gt; When I start rabbit-mq server, I have no error, and rabbitmq status returns<br>
&gt; :<br>
&gt;<br>
&gt; Status of node &#39;rabbit@server-172160237&#39; ...<br>
&gt; [{running_applications,[{rabbit,&quot;RabbitMQ&quot;,&quot;2.1.1&quot;},<br>
&gt;                         {os_mon,&quot;CPO  CXC 138 46&quot;,&quot;2.1.8&quot;},<br>
&gt;                         {sasl,&quot;SASL  CXC 138 11&quot;,&quot;2.1.5.4&quot;},<br>
&gt;                         {mnesia,&quot;MNESIA  CXC 138 12&quot;,&quot;4.4.7&quot;},<br>
&gt;                         {stdlib,&quot;ERTS  CXC 138 10&quot;,&quot;1.15.5&quot;},<br>
&gt;                         {kernel,&quot;ERTS  CXC 138 10&quot;,&quot;2.12.5&quot;}]},<br>
&gt;  {nodes,[{disc,[&#39;rabbit@server-172160237&#39;]}]},<br>
&gt;  {running_nodes,[&#39;rabbit@server-172160237&#39;]}]<br>
&gt; ...done.<br>
&gt;<br>
&gt; I even tried to pass config file as environment variable :<br>
&gt;<br>
&gt; RABBITMQ_NODENAME=toto<br>
&gt; RABBITMQ_CLUSTER_CONFIG_FILE=/etc/rabbitmq/rabbitmq_cluster rabbitmq-server<br>
&gt; and<br>
&gt; RABBITMQ_NODENAME=toto<br>
&gt; RABBITMQ_CLUSTER_CONFIG_FILE=/etc/rabbitmq/rabbitmq_cluster.config<br>
&gt; rabbitmq-server<br>
&gt;<br>
&gt;<br>
&gt; But same result, except that rabbit has been replaced by toto ...<br>
&gt;<br>
&gt; Do you see something I may have done wrong ?<br>
<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; rabbitmq-discuss mailing list<br>
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
&gt; <a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br>
</div></div></blockquote></div><br></div>