Guide: Rescue and Recovery
Restore Access to VM
Can you rule out that this is not a network problem? If so, please refer to the following instructions. The procedure described there can be carried out via the Dashboard or the CLI.
Unfortunately, the solution is somewhat cumbersome.
Proceed as follows:
- Stop the instance
foo1_vmwith the IDvm-uuid. - Create a backup/image
foo1_imgof the instance. - From the image
foo1_img, create the volumefoo1_vol. - Create a new instance
foo2_vm. - Attach the volume
foo1_volto the instancefoo2_vmand mount the filesystem of the original instancefoo1_vm.
With the volume foo1_vol at hand, you have several options:
- Copy your data.
- Copy an SSH key to the volume.
- Reverse steps 1–5 to restore the original instance
foo1_vm.