« Return to Thread: Issues on RHEL 6.2 with RabbitMQ 1.8.2

Re: Issues on RHEL 6.2 with RabbitMQ 2.8.2

by Bryan Seitz-2 :: Rate this Message:

| View in Thread

On Fri, May 18, 2012 at 08:54:47PM +0100, Matthias Radestock wrote:

> Bryan,
>
> On 18/05/12 20:07, Bryan Seitz wrote:
> > Confirmed here as well, /usr/lib/rabbitmq/bin/rabbitmqctl status = 2.
>
> Careful, here. We wrap the scripts for a reason. The above needs to be
> executed as the rabbitmq user.
>
> What does 'sudo rabbitmqctl status' return?
>
> If its 0, are you sure you haven't got a rabbit running? Check for any
> running 'beam.smp' processes.

Nothing is running.

[root@nzop-rmq-053001 ~]# /usr/sbin/rabbitmqctl status
Status of node 'rabbit@nzop-rmq-053001' ...
Error: unable to connect to node 'rabbit@nzop-rmq-053001': nodedown
diagnostics:
- nodes and their ports on nzop-rmq-053001: [{rabbitmqctl3639,46208}]
- current node: 'rabbitmqctl3639@nzop-rmq-053001'
- current node home dir: /var/lib/rabbitmq
- current node cookie hash: F3EZ0NiUJjry2mnh7p79EA==
[root@nzop-rmq-053001 ~]# echo $?
0

[root@nzop-rmq-053001 ~]# ps auxwww |grep -i erlang
root      3660  0.0  0.0 103232   844 pts/3    R+   16:09   0:00 grep -i erlang
rabbitmq 28599  0.0  0.0  10812   528 ?        S    15:11   0:00 /usr/lib64/erlang/erts-5.8.5/bin/epmd -daemon

[root@nzop-rmq-053001 ~]# /usr/lib/rabbitmq/bin/rabbitmqctl status
Status of node 'rabbit@nzop-rmq-053001' ...
Error: unable to connect to node 'rabbit@nzop-rmq-053001': nodedown
diagnostics:
- nodes and their ports on nzop-rmq-053001: [{rabbitmqctl3662,33249}]
- current node: 'rabbitmqctl3662@nzop-rmq-053001'
- current node home dir: /root
- current node cookie hash: 3vMvx1PDqk2zokESc/nyLg==
[root@nzop-rmq-053001 ~]# echo $?
2

Linux nzop-rmq-053001 2.6.32-220.13.1.el6.x86_64 #1 SMP Tue Apr 17 23:56:34 BST 2012 x86_64 x86_64 x86_64 GNU/Linux

Is anyone else running it on RHEL cause this is a pretty standard install and I don't think anything system wise would cause
this.



--
             
Bryan G. Seitz
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@...
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

 « Return to Thread: Issues on RHEL 6.2 with RabbitMQ 1.8.2