Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Troubleshooting OpenStack

You're reading from  Troubleshooting OpenStack

Product type Book
Published in Mar 2016
Publisher
ISBN-13 9781783986880
Pages 170 pages
Edition 1st Edition
Languages
Author (1):
Tony Campbell Tony Campbell
Profile icon Tony Campbell

Table of Contents (17) Chapters

Cinder processes


A working Cinder installation will have several processes running. Say, for example, you run the following command:

ps –aux | grep cinder

After this, you should see an output similar to the output shown here:

You will note that there are several cinder-api processes, several cinder-volume processes, and a cinder-scheduler process. When troubleshooting Cinder, you want to make sure that these three processes are up and successfully running. If one of the processes isn't running for some reason, you can use the respective start commands given here on Ubuntu systems using upstart:

start cinder-api
start cinder-volume
start cinder-scheduler

If you have trouble starting any of the processes using the upstart scripts, you may want to try and start them manually, where you will be able to see any errors that are being thrown on startup. To start the process manually, use the following command:

sudo -u cinder cinder-api --config-file=/etc/cinder/cinder.conf --log-file=/var/log/cinder...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}