[rabbitmq-discuss] rabbitmq dying

Ben Hood 0x6e6562 at gmail.com
Thu Jun 19 09:41:14 BST 2008


On Thu, Jun 19, 2008 at 9:12 AM,  <David.Corcoran at edftrading.com> wrote:
>
> dave at vsdlbblue01:~$ erl -sname temp -remsh rabbit at localhost

I wouldn't have expected this to work because I would thought that the
name of the rabbit node is rabbit at vsdlbblue01.

> RabbitMQ is running on the machine (rhel5 i686) with the following args:
> /usr/lib/erlang/erts-5.5.2/bin/beam -W w -K true -A30 -- -root
> /usr/lib/erlang -progname erl -- -home /var/lib/rabbitmq -pa
> /usr/sbin/../ebin -noshell -noinput -s rabbit -sname rabbit -boot
> start_sasl -kernel inet_default_listen_options
> [{sndbuf,16384},{recbuf,4096}] -rabbit tcp_listeners [{"0.0.0.0", 5672}]
> -sasl errlog_type error -kernel error_logger
> {file,"/var/log/rabbitmq/rabbit.log"} -sasl sasl_error_logger
> {file,"/var/log/rabbitmq/rabbit-sasl.log"} -os_mon start_cpu_sup true
> -os_mon start_disksup false -os_mon start_memsup false -os_mon start_os_sup
> false -mnesia dir "/var/lib/rabbitmq/mnesia/rabbit" -noshell -noinput


Can you ping rabbit at vsdlbblue01?

E.g. $erl -sname temp
(temp at lsh-226)9> net_adm:ping('rabbit at vsdlbblue01).

If the node is pingable, this will return pong, otherwise pang.

HTH,

Ben




More information about the rabbitmq-discuss mailing list