Managed OpenStack
Latest
Frequently Asked Questions
Solution
How To
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Obtain OpenStack Instances Boot Logs
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
Sometimes instances show as active according to the Compute service, but the console displays a boot error or the instance comes up without networking information. There will be scenarios when you are unable to ssh into your instances. At such times, you can access the boot time logs of the instance to inspect if the cloud-init script ran successfully and all the boot steps were completed successfully.
Environment
- Platform9 Managed OpenStack - All Versions
- Python OpenStack Client
Procedure
- Copy the rc file from the Access & Security -> API access section in the Clarity UI.
- Save the content to a file with a name of your choice and a .rc extension.
- Edit the file to add your password.
xxxxxxxxxx$ vi file_name.rcexport OS_PASSWORD=[YOUR_OPENSTACK_PASSWORD]- Source the OpenStack CLI credentials.
xxxxxxxxxx$ source [YOUR_RC_FILE_NAME]- Note the UUID of the instance for which the logs are desired.
- Dump the contents of the logs to a file of your choice.
xxxxxxxxxx$ openstack console log show __Instance_UUID__ > new_file.txt- View the logs with a text editor of your choice.
Additional Information
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message