[rabbitmq-discuss] centos 6.3 rabbitmq install
Brian Cook
briankcook at gmail.com
Fri Mar 8 17:16:36 GMT 2013
Jerry Kuch <jerryk at ...> writes:
>
>
> Hi, Brian:
>
> What do you see if you try:
>
> ps auxwww | grep -y beam
>
> or:
>
> ps auxwww | grep -y rabbit
>
>
> The "beam" is the name of the Erlang VM that Rabbit runs in, analogous to
"java" being the name of the JVM a Java application would be running in. When
you spot a running rabbit broker you'll seem a beam process (the name may vary
slightly depending on platform) whose very long command line contains a bunch of
parameters that will implicate rabbit.
>
> If you "kill -9" that process you should have things shut down and in a known
state where you can get back to starting/stopping with /sbin/service, run
sudo'ed in the usual way...
>
>
>
> Best regards,
> Jerry
Hey Jerry
I got this below
rabbitmq-server.
[root at mx ~]# ps auxwww | grep -y beam
root 3944 0.0 0.0 103236 880 pts/0 S+ 14:55 0:00 grep -y beam
[root at mx ~]# ps auxwww | grep -y rabbit
rabbitmq 3030 0.0 0.0 10824 432 ? S 14:41 0:00
/usr/lib64/erlang/erts-5.8.5/bin/epmd -daemon
root 3947 0.0 0.0 103236 880 pts/0 S+ 14:55 0:00 grep -y rabbit
[root at mx ~]# kill -9 3030
[root at mx ~]# ps auxwww | grep -y rabbit
root 3952 0.0 0.0 103236 880 pts/0 S+ 14:55 0:00 grep -y rabbit
[root at mx ~]# service rabbitmq-server start
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err}
rabbitmq-server.
More information about the rabbitmq-discuss
mailing list