-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Troubleshooting OpenStack
By :

A successful Nova deployment will have multiple Nova services running, and, in addition, there will be multiple supporting services at play as well. A good first step when troubleshooting is to make sure that each of the services has been successfully initiated. We can check the various Nova services by running this command:
ps –aux | grep nova-
Be sure to include a dash (-
), as the Nova services are prefixed with nova-
. There are a lot of Nova processes, and in the following sections, we will look at each of these processes. The processes that we will explore are as follows:
nova-api
nova-scheduler
nova-conductor
nova-compute
The Nova API service is usually run on the controller node. Nova supports an OpenStack API, which is the default, in addition to an AWS EC2 API. A request to port 8774
will be handled by the OpenStack API. A request to port 8773
will be handled by the AWS EC2 API. Nova also supports a metadata service, which will listen on port 8775...
Change the font size
Change margin width
Change background colour