Learn how to restart your OVHcloud Public Cloud instance in rescue mode and access your files.
Your Public Cloud instance may become inaccessible due to a lost SSH key or configuration errors. In such circumstances, you can use the rescue mode to reconfigure your instance or to recover your data.
Requirements
- a Public Cloud instance in your OVHcloud account
- access to the OVHcloud Control Panel
Instructions
Step 1: Activating rescue mode
From the OVHcloud Control Panel:
- Click
Public Cloud
from the top navigation bar. - Select
Instances
from the left-hand menu. - Select the more options
...
button to the right of your instance. - Select
Reboot in rescue mode
.
You will now see the Reboot in rescue mode dialog box. Click the drop-down list to select the distribution
you would like to use in rescue mode and then click the Restart
button.
Once your instance has been rebooted in rescue mode, an information box will display the options to access it.
Your temporary rescue mode password will only be shown in the VNC console. Click on your instance, then switch to the tab VNC console
to retrieve it.
Step 2: Accessing your data
When rescue mode has been activated, your instance's data will be attached as an additional disk. You will now need to mount it, by taking the following steps.
First, establish an SSH connection to your instance. Once you are connected, verify the available disks with this command:
The result will look similar to the following:
In rescue mode, sda
is the rescue mode disk and sda1
is the primary rescue partition mounted on /
.
In this example, the primary disk is sdb
and the system partition is sdb1
(indicated by the larger size).
Next, mount the partition:
Your data will now be accessible from the /mnt
folder.
Step 3: Deactivating rescue mode
Once you have completed your tasks, you can deactivate rescue mode by rebooting your instance from the Control Panel interface. To execute this, click the more options ...
button and select Exit rescue mode
.
Exit rescue mode
button is not displayed while the instance is in rescue mode, we recommend that you refresh your browser tab.
Activating rescue mode using the OpenStack API
You can also activate rescue mode via the OpenStack API using the following command:
To exit rescue mode, use the following command:
Go further
For more information and tutorials, please see our other Public Cloud support guides or explore the guides for other OVHcloud products and services.