Skip to main content

Access node in recovery mode

Select Actions for the respective node where you need to enable recovery mode from the Manage Nodes option.

Firstly, you need to power off the node to enable recovery mode...

Recovery 1

Recovery 2

Recovery 3

Now, select Enable Recovery Mode option from Actions to enable it.

Recovery 4

Recovery 5

Recovery 6

Once the recovery mode is enabled, you will get the below message as Recovery Mode Enabled.

Recovery 7

The server should be started after enabling the recovery mode. Please wait for the recovery mode to be enabled. Once enabled, power on the node to boot into recovery mode.

Recovery 8

Recovery 9

Once the node comes to a running state, select Actions -> Access Console.

Recovery 10

Recovery 11

Click on the screen and press enter to boot into recovery mode.

If the rescue disk is enabled and left for 30 seconds, you need to quit installation as per the below screenshot.

Quit New Install Recovery mode 1

Quit New Install Recovery mode 2

After quitting, the rescue image will boot into recovery mode.

Then choose option 1 to mount the disk, enter 1 on the below screen to continue as shown in the picture below.

Press the enter button to get the command line in recovery mode.

Recovery 14

Recovery 15

Disk Space full

When the disk space is full on the server, you can check with the command:

df -Th

and can see node's disk (vda1) will be mounted on /mnt/sysimage.

Recovery 24

Recovery 16

Recovery 17

If you want to remove/delete files through recovery mode, you can browse and clear the unwanted files.

Recovery 18

Change password

If you want to change the password of the root user through recovery mode, you can mount disk (vda1) on /mnt/sysimage and change it as shown in the below screen.

Recovery 26

Recovery 33

Recovery 31

Note: Please check if the user is changed to root@localhost. If not, use sudo -i; it is mandatory to change the root password.

Recovery 32

To exit/unmount the disk (vda1) from /mnt/sysimage, run the exit command as shown in the screenshot below:

Recovery 35

Once the disk is cleared, the password reset is done, or other operations are performed through recovery mode, you can power off the node again.

Recovery 19

Then, disable the recovery mode option through Disable Recovery Mode from Actions.

Recovery 20

Finally, you can power on the node and check that the server status is in the RUNNING state.

Recovery 21

Recovery 22

Recovery 23