Guys,
Thanks ...
Executed the following and seems like I got passed the rabbitmq issue but not out of the
wood as yet.
service qpidd stop
chkconfig qpidd off
HammerRemoveOpenStack.sh
packstack --allinone
Now I am hitting keystone error below. From log
/var/tmp/packstack/20140702-174029-Wvlkfj/manifests/10.110.80.62_keystone.pp.log.
Appreciate your continue help ...
==
warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_service[cinderv2]: Skipping because
of failed dependencies
notice: /Stage[main]/Swift::Keystone::Auth/Keystone_role[SwiftOperator]: Dependency
Service[keystone] has failures: true
warning: /Stage[main]/Swift::Keystone::Auth/Keystone_role[SwiftOperator]: Skipping because
of failed dependencies
err: Could not prefetch keystone_endpoint provider 'keystone': Execution of
'/usr/bin/keystone --os-endpoint
http://127.0.0.1:35357/v2.0/ e
ndpoint-list' returned 1: /usr/lib64/python2.6/site-packages/Crypto/Util/number.py:57:
PowmInsecureWarning: Not using mpz_powm_sec. You should r
ebuild using libgmp >= 5 to avoid timing attack vulnerability.
_warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid
timing attack vulnerability.", PowmInsecureWarning)
Unable to establish connection to
http://127.0.0.1:35357/v2.0/endpoints
When manually execute command:
[root@sse-durl-ora1 ~]# /sbin/service openstack-keystone start
Starting keystone: [FAILED]
-----Original Message-----
From: Rhys Oxenham [mailto:roxenham@redhat.com]
Sent: Wednesday, July 02, 2014 3:15 PM
To: Fang, Lance
Cc: John Eckersberg; rdo-list(a)redhat.com
Subject: Re: [Rdo-list] ERROR while installing RDO (rabbitmq-server)
On 2 Jul 2014, at 22:35, Fang, Lance <Lance.Fang(a)emc.com> wrote:
Sorry for the delay .. .Here is the output.
[root@sse-durl-ora1 howto]# ss -lp sport = :amqp
State Recv-Q Send-Q Local Address:Port
Peer Address:Port
LISTEN 0 10 :::amqp
:::*
users:(("qpidd",1925,12))
LISTEN 0 10 *:amqp
*:*
users:(("qpidd",1925,11))
Looks like you've somehow got qpid installed and running too.
Firstly, I'd stop and disable this service:
service qpidd stop && chkconfig qpidd off
Then attempt to restart RabbitMQ (or re-run packstack)
Did you attempt this installation on a clean system or one that already had a previous
OpenStack installation?
-----Original Message-----
From: John Eckersberg [mailto:jeckersb@redhat.com]
Sent: Wednesday, July 02, 2014 12:04 PM
To: Fang, Lance; rdo-list(a)redhat.com
Subject: RE: [Rdo-list] ERROR while installing RDO (rabbitmq-server)
"Fang, Lance" <Lance.Fang(a)emc.com> writes:
> John,
>
> Yes .. this is RH. Here you go...
>
> ==
> [root@sse-durl-ora1 howto]# cat /var/log/rabbitmq/startup_log
>
> RabbitMQ 3.1.5. Copyright (C) 2007-2013 GoPivotal, Inc.
> ## ## Licensed under the MPL. See
http://www.rabbitmq.com/
> ## ##
> ########## Logs: /var/log/rabbitmq/rabbit(a)sse-durl-ora1.log
> ###### ## /var/log/rabbitmq/rabbit(a)sse-durl-ora1-sasl.log
> ##########
> Starting broker...
>
> BOOT FAILED
> ===========
>
> Error description:
> {could_not_start_tcp_listener,{"::",5672}}
>
> Log files (may contain more information):
> /var/log/rabbitmq/rabbit(a)sse-durl-ora1.log
> /var/log/rabbitmq/rabbit(a)sse-durl-ora1-sasl.log
>
> Stack trace:
> [{rabbit_networking,start_listener0,4},
> {rabbit_networking,'-start_listener/4-lc$^0/1-0-',4},
> {rabbit_networking,start_listener,4},
> {rabbit_networking,'-boot_tcp/0-lc$^0/1-0-',1},
> {rabbit_networking,boot_tcp,0},
> {rabbit_networking,boot,0},
> {rabbit,'-run_boot_step/1-lc$^1/1-1-',1},
> {rabbit,run_boot_step,1}]
>
>
>
> BOOT FAILED
> ===========
>
> Error description:
> {could_not_start,rabbit,
> {bad_return,
> {{rabbit,start,[normal,[]]},
> {'EXIT',
> {rabbit,failure_during_boot,
> {could_not_start_tcp_listener,{"::",5672}}}}}}}
>
> Log files (may contain more information):
> /var/log/rabbitmq/rabbit(a)sse-durl-ora1.log
> /var/log/rabbitmq/rabbit(a)sse-durl-ora1-sasl.log
>
> {"init terminating in
> do_boot",{rabbit,failure_during_boot,{could_not_start,rabbit,{bad_ret
> u
> rn,{{rabbit,start,[normal,[]]},{'EXIT',{rabbit,failure_during_boot,{c
> o uld_not_start_tcp_listener,{"::",5672}}}}}}}}}
>
>
> [root@sse-durl-ora1 howto]# cat /var/log/rabbitmq/startup_err
>
> Crash dump was written to: erl_crash.dump init terminating in do_boot
> ()
>
OK, that looks like something else is already listening on the port.
Anything in the output for:
ss -lp sport = :amqp
?
_______________________________________________
Rdo-list mailing list
Rdo-list(a)redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list