[rabbitmq-discuss] Highly Available Cluster
rui.favas at barclays.com
rui.favas at barclays.com
Mon May 21 12:21:03 BST 2012
Its actually the other way around.... Starting server1 always appears to work even when server2 is down!! but I cannot start server2 without starting server1 first.
From: rabbitmq-discuss-bounces at lists.rabbitmq.com [mailto:rabbitmq-discuss-bounces at lists.rabbitmq.com] On Behalf Of Favas, Rui: Barclays Capital (LDN)
Sent: Monday, May 21, 2012 11:44 AM
To: rabbitmq-discuss at lists.rabbitmq.com
Subject: [rabbitmq-discuss] Highly Available Cluster
Unable to start single node on a cluster with two servers. I'm getting the error below if I try to start server1 when server2 is down:
BOOT FAILED
===========
Timeout contacting cluster nodes: [bcfs_bunny at server1].
I have the following cluster with two servers:-
Name
File descriptors (?)(used / available)
Socket descriptors (?)(used / available)
Erlang processes (used / available)
Memory
Uptime
Version (RabbitMQ / Erlang)
Type
bcfs_bunny at server1<http://bim_bus_admin:55672/#/nodes/bcfs_bunny%40ldnpsm028784>
?<http://technet.microsoft.com/en-us/sysinternals/bb896655> / 65536
294 / 58890
3498 / 1048576
160.1MB
57.6GB high watermark
7h 57m
2.8.1 / R15B01
Disc Stats *
bcfs_bunny at servers<http://bim_bus_admin:55672/#/nodes/bcfs_bunny%40ldnpsm028785>
?<http://technet.microsoft.com/en-us/sysinternals/bb896655> / 65536
266 / 58890
3124 / 1048576
115.9MB
57.6GB high watermark
1h 3m
2.8.1 / R15B01
Disc
I'm using Auto-configuration using the config files below:
server1 Config file rabbitmq.config
----------------------------------------------------------------------------------------
[
{rabbit,
[{tcp_listeners, [5672]},
{cluster_nodes, [bcfs_bunny at server1, bcfs_bunny at server2]},
{vm_memory_high_watermark, 0.4},
{default_user,<<"adminuser">>},
{default_vhost,<<"/bcfs">>}
]},
{rabbitmq_management,
[ {http_log_dir, 'd:\\logs\\rabbit-mgmt'} ] },
{rabbitmq_management_agent,
[ {force_fine_statistics, false} ] }
].
----------------------------------------------------------------------------------------
Server2 Config file rabbitmq.config
----------------------------------------------------------------------------------------
[
{rabbit,
[{tcp_listeners, [5672]},
{cluster_nodes, [bcfs_bunny at server2, bcfs_bunny at server1]},
{vm_memory_high_watermark, 0.4},
{default_user,<<"adminuser">>},
{default_vhost,<<"/bcfs">>}
]},
{rabbitmq_management,
[ {http_log_dir, 'd:\\logs\\rabbit-mgmt'} ] },
{rabbitmq_management_agent,
[ {force_fine_statistics, false} ] }
].
----------------------------------------------------------------------------------------
_______________________________________________
This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Barclays. Any views or opinions presented are solely those of the author and do not necessarily represent those of Barclays. This e-mail is subject to terms available at the following link: www.barcap.com/emaildisclaimer<http://www.barclays.com/emaildisclaimer>. By messaging with Barclays you consent to the foregoing. Barclays offers premier investment banking products and services to its clients through Barclays Bank PLC, a company registered in England (number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP. This email may relate to or be sent from other members of the Barclays Group.
_______________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120521/ade15459/attachment.htm>
More information about the rabbitmq-discuss
mailing list