Start & Stop Nova Services

Asked by Laurent Borensky

How start & stop properly nova services?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Laurent Borensky
Solved:
Last query:
Last reply:
Revision history for this message
Vish Ishaya (vishvananda) said :
#1

If you are using the ubuntu packages, they use upstart, so:
start nova-xxx
stop nova-xxx
restart nova-xxx

On Mar 27, 2011, at 8:12 AM, Laurent Borensky wrote:

> New question #150660 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/150660
>
> How start & stop properly nova services?
>
> --
> You received this question notification because you are a member of Nova
> Core, which is an answer contact for OpenStack Compute (nova).

Revision history for this message
Laurent Borensky (laurent-borensky) said :
#2

OK, thank you. I am very stupid!

Revision history for this message
Everett Toews (everett-toews) said :
#3

I created an alias in my .bashrc for convenience.

alias nova-restart='rm -f /var/log/nova/*; restart nova-api; restart
nova-network; restart nova-scheduler; restart nova-objectstore'

You may or may not want to wipe out your logs before restarting...

Everett

On Sun, Mar 27, 2011 at 2:18 PM, Laurent Borensky <
<email address hidden>> wrote:

> Question #150660 on OpenStack Compute (nova) changed:
> https://answers.launchpad.net/nova/+question/150660
>
> Status: Answered => Solved
>
> Laurent Borensky confirmed that the question is solved:
> OK, thank you. I am very stupid!
>
> --
> You received this question notification because you are an answer
> contact for OpenStack Compute (nova).
>