August 2016
Intermediate to advanced
468 pages
9h 53m
English
All the instance configurations are stored in the nova database. Sometimes accessing the database gives good information for troubleshooting purposes. For example, Instance creation fails with an error. Identifying on which compute-node the particular instance was scheduled to run will give us a starting point for troubleshooting. The instance table in the nova database holds all the information, including the host details. To access the nova database, follow the following steps:
mysql command to get into the database:# mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 559251 Server version: 5.5.42-MariaDB-wsrep ...
Read now
Unlock full access