[rabbitmq-discuss] RabbitMQ auto clustering issue
    Matthias Radestock 
    matthias at lshift.net
       
    Fri Dec  5 00:43:14 GMT 2008
    
    
  
Matthew,
Matthew Dolian wrote:
> Hello,
> 
> I'm trying to cluster 2 nodes.  When I configured /etc/default/ 
> rabbitmq_cluster.config as follows:
> [rabbit at host1, rabbit at host2].
> I got erlang errors:  https://gist.github.com/4f1148e77bc70b02b349
> So I added single quotes
Well, if your hosts were *actually* called host1 and host2 then the 
quotes would have been unnecessary. But since they are called 
ey04-s00405 and ey04-s00406 the quotes are needed due to the '-' in the 
node name.
> and am now getting this error: 
>  https://gist.github.com/ed1647385d45c107167b
> Does anyone know what could be causing this?
It looks like your two nodes were once independent rabbit nodes. Please 
reset them, as documented in
   http://www.rabbitmq.com/clustering.html#auto-config
Matthias.
    
    
More information about the rabbitmq-discuss
mailing list