Rebooting a machine running RDO PackStack
I have installed RDO Packstack All-in-one configuration on my CentOS 6.5 node. If i reboot the machine, how do i restart my OpenStack cloud?
First time here? Check out the FAQ!
I have installed RDO Packstack All-in-one configuration on my CentOS 6.5 node. If i reboot the machine, how do i restart my OpenStack cloud?
Your OpenStack services should boot automatically when you reboot your system. This is part of the configuration that Packstack performs on your system.
As with any services under CentOS, you can use chkconfig
to see what is enabled at boot:
# chkconfig --list
This will produce a list that includes output something like this:
openstack-nova-api 0:off 1:off 2:on 3:on 4:on 5:on 6:off
openstack-nova-cert 0:off 1:off 2:on 3:on 4:on 5:on 6:off
openstack-nova-compute 0:off 1:off 2:on 3:on 4:on 5:on 6:off
openstack-nova-conductor 0:off 1:off 2:on 3:on 4:on 5:on 6:off
openstack-nova-console 0:off 1:off 2:off 3:off 4:off 5:off 6:off
openstack-nova-consoleauth 0:off 1:off 2:on 3:on 4:on 5:on 6:off
openstack-nova-metadata-api 0:off 1:off 2:on 3:on 4:on 5:on 6:off
This is a list of service names, followed by their on
and off
status for each runlevel. Typically, if you see that the service is
enabled in runlevel 3 (3:on
) on a server or runlevel 5 (5:on
) on a
desktop, it will start when your system boots
Asked: 2014-06-05 22:05:20 -0600
Seen: 2,770 times
Last updated: Jun 05 '14
PackStack Hangs with installation of Newton on CentOS 7.1
Is packstack with Juno supported on CentOS 6.6 ?
Howto clean out failed instance migrations for nova
Packstack installation problem
controller node unexpectedly reboots [closed]
[RDO - packstack] Openvswitch agent crash [closed]
Why does packstack fail with a firewall error?
has anyone achieved in getting a working Icehouse with packstack --allinone