January 2018
Intermediate to advanced
398 pages
7h 54m
English
OpenStack Compute provides a handy troubleshooting tool with rescue mode. Should a user lose an SSH key, or otherwise not be able to boot and access an instance, say, bad iptables settings or failed network configuration, rescue mode will start a minimal instance and attach the disk from the failed instance to aid in recovery. This applies to both Windows and Linux instances as this process essentially allows the mounting of the boot volume of your failed instance as a secondary disk to the rescue instance.
To put an instance into rescue mode, you will need the following information:
openstack command-line clientopenrc file containing appropriate credentialsThe instance we will ...
Read now
Unlock full access