LinMin Bare Metal Provisioning 6.2 User's Guide

Deploy Red Hat Enterprise Linux Rescue and CentOS Rescue

Hide Navigation Pane

Deploy Red Hat Enterprise Linux Rescue and CentOS Rescue

Previous topic Next topic No expanding text in this topic  

Deploy Red Hat Enterprise Linux Rescue and CentOS Rescue

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Red Hat Enterprise Linux Rescue and CentOS Rescue can be deployed to the RAM of a client system without impacting the on-disk contents and without running the native operating system.

 

The example below is for preparing and deploying a Red Hat Enterprise Linux or CentOS-based rescue system.

 

MAC-Specific Red Hat or CentOS Rescue

 

To prepare a provisioning role with a Rescue System, follow the same steps as you would to create a regular Red Hat or CentOS provisioning role, but imply enter a kernel parameter instead of leaving it blank. In the example below we are using CentOS 5.4 and the MAC-Specific provisioning mode.

 

First, create a CentOS Rescue System Template. Select a standard CentOS or Red Hat Linux from the drop-down:

Rescue_Create_MAC-Spec_Provisioning_Template_CentOS_Select

 

Rename it, adding "System Rescue":

Rescue_Create_MAC-Spec_Provisioning_Template_CentOS_Rename

 

Now enter the kernel parameters ramdisk_size=10000 text rescue and save the template:

Rescue_Create_MAC-Spec_Provisioning_Template_CentOS_AddKernelParam

 

 

Next, from the Provisioning Dashboard, select then edit the system you need to rescue and assign it the System Rescue template from the drop-down:

Rescue_Assign_MAC-Spec_Provisioning_Template_CentOS_Select

 

 

Set the toggle to "Next Boot" then click "OK".

Rescue_Assign_MAC-Spec_Provisioning_Template_CentOS_Finish

 

 

MAC-Independent Red Hat or CentOS Rescue

 

When preparing a MAC-Indy Role, select a Red Hat or CentOS and assign the same kernel parameters as noted above (ramdisk_size=10000 text rescue) and click "OK". The Role now appears on the MAC-Indy Dashboard.

 

 

Client-Side:

At the next boot, select the rescue mode:

Rescue_CentOS_Client_Menu

 

 

If it is not a Linux system, or if Linux cannot be located, start a shell in RAM:

Rescue_CentOS_Client_NoLinuxPartitionsFound

 

 

If Linux system can be located on disk, your system will be mounted before giving you shell access:

Rescue_CentOS_Client_FoundLinux_Mounted

 

 

You now have full access to a shell. From the prompt you can run useful commands such as ssh, scp, ping, fdisk, restore and rpm to rescue your system:

Rescue_CentOS_Client_Shell