This works!

Thanks a lot.
-chen


From: Moiz Arif [mailto:[email protected]]
Sent: Wednesday, June 11, 2014 12:12 PM
To: Li, Chen; [email protected]
Subject: RE: [Openstack] [devstack]How to restart all services without unstack ?

Hello,

You can manually restart any service you like in devstack by following the 
below procedure:

1. In terminal type "screen -x stack" . Here stack is the screen name.
you will be logged into the screens for all devstack services
2. Browse to your selected service by pressing Ctrl+a and then n (Next screen). 
Ctrl+a and then p (Previous screen)
3. When at the desired screen press Ctrl+c (This will stop the service)
4. Press the UP key and press enter.

The service will restart.

For an automated restart you can copy the command (from 4th step) for 
restarting service and make a script that can re-start all such services.

Hope it helps
________________________________
From: [email protected]<mailto:[email protected]>
To: [email protected]<mailto:[email protected]>
Date: Wed, 11 Jun 2014 02:51:15 +0000
Subject: [Openstack] [devstack]How to restart all services without unstack ?
Hi list,

I just installed a devstack environment.

I didn't find a good way to restart all services, so I use
1.       ./unstack.sh
2.       ./rejoin-stack.sh

Then I noticed that after ./unstack.sh, br-int and br-ex had been removed (but 
not br-tun), but ./rejoin-stack.sh would not add them back automate. So I 
reported a bug:
https://bugs.launchpad.net/devstack/+bug/1327042

But the bug has been marked as invalid due to:
"./unstack.sh destroys deployment, it is not intended to be used for services 
restart"

So, here is my question:
how can I restart all services without unstack ??

Thanks.
-chen

_______________________________________________ Mailing list: 
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : 
[email protected]<mailto:[email protected]> Unsubscribe 
: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to