Performing a BMR from an archive
Rapid Recovery lets you restore a machine from bare metal using an archived recovery point.
|
NOTE: This topic applies to Windows machines. If you want to restore a Linux machine from an archive, see performing a BMR for a LInux machine from a Linux archive. |
The following tasks are prerequisites for this procedure.
From the Universal Recovery Console (URC) on a Windows-based BMR target machine, you can perform a bare metal restore from a recovery point stored in a Rapid Recovery archive. The URC lets you reach this archive whether it is on a local drive, a network share, or a cloud account.
|
NOTE: This procedure assumes you have an archive from which to restore, and a boot CD ISO image; and that you have started the BMR target machine from the boot ISO image. |
- From the Universal Recovery Console of the BMR target machine, click Restore from Archive.
The Restore from Archive tab displays the Location page, and shows the remaining steps required to restore from an archive.
- From the Location type drop-down menu, select the location of your archive. You can choose from the following options.
- Based on the location type selected in the previous step, enter the credentials described in the following table.
Table 146: Location type credentials options
Local |
Local path |
The current location of the archive.
For example, D:\work\archive. |
Network |
Network path |
The current location of the archive.
For example: \\machine\shared_folder\archive. |
User |
The user name for network share access. |
Password |
The password for network share access. |
Cloud |
Cloud type |
The provider of your cloud storage location. Select from the following options:
- Microsoft Azure
- Amazon S3
- Powered by OpenStack
- Rackspace Cloud Files
- Google Cloud
- Microsoft Azure Resource Management
|
- If you selected a cloud type, complete the credentials that pertain to your cloud provider.
- For Microsoft Azure, complete the following steps:
- Enter the following credentials:
- Storage Account Name
- Access Key
- For the Container name, from the drop-down list, select a container.
- For the Cloud path, from the drop-down list, select the path to the archive.
- For Amazon S3, complete the following steps:
- Enter the following credentials:
- For the Container name, from the drop-down list, select a container.
- For the Cloud path, from the drop-down list, select the path to the archive.
- For Powered by OpenStack or Rackspace Cloud Files accounts, complete the following steps:
- Enter the following information:
- Select one of the following options:
- In the text box, enter the information based on your selection in Step c.
- Enter the following information:
- Tenant ID
- Authentication URL
- For the Container name, from the drop-down list, select a container.
- For the Cloud path, from the drop-down list, select the path to the archive.
- For Google Cloud accounts, complete the following steps:
- Upload the certificate file
- Enter the following credentials:
- Enter the following information:
- Project ID
- Service account email
- For the Container name, from the drop-down list, select a container.
- For the Cloud path, from the drop-down list, select the path to the archive.
- If prompted for the Bucket name, from the drop-down list, select the appropriate bucket.
- Click Next.
- On the Machines page, select the machine you want to restore, and then click Next.
- On the Recovery Points page, select the recovery point you want to use to restore the machine, and then click Next.
- On the Mapping page, select one of the following options, and then complete the corresponding steps:
- From the Volume Mapping drop-down list, select Automatic.
- In the left table, verify that the appropriate volumes are listed and are selected.
|
NOTE: Typically for a BMR, you should restore, at minimum, the system reserved volume and the system volume (usually, but not always, the C:\ volume). You must select at least one volume to perform a BMR. |
- In the right table, select the disk or disks to which you want to map volumes on the target machine.
- From the Volume Mapping drop-down list, select Manual.
|
NOTE: If no volumes exist on the drive of the machine on which you are performing a bare metal restore (BMR), you cannot see this option or manually map volumes. |
- Under Destination Volumes, from the drop-down menu, select the appropriate target volume for each volume in the recovery point.
- In the mount maps path text box, enter a destination for the temporary storage of mapping files.
The default location is X:\ProgramData\AppRecovery\IndexEntriesMaps.
|
NOTE: To ensure that your destination has sufficient free space, divide the total mount volume capacity by 1,024. For example, using the formula (Mount volume total capacity) / 1024 = Free space , then 1 TB / 1024 = 1 GB . |
- Click Restore.
The URC maps the volumes to the new disk or disks.
- Click Restore.
The URC restores the data to the target machine. You can view the progress on the Restore progress tab.
- After the restore is complete, remove the boot CD.
- To boot the BMR target machine into Windows, restart the machine.
Loading drivers to the operating system
This procedure describes how to load drivers to the operating system on a bare metal restore (BMR) target. You can use this procedure to troubleshoot driver conflicts for the restored machine.
After performing a BMR, you can load or inject additional drivers to the OS of the restored machine from the URC. You must have the drivers accessible in a compressed format.
- From the URC of the BMR target machine, click Existing Windows driver management.
The Existing Windows driver management tab of the console appears.
- From the drop-down list, select an operating system.
The URC searches for available drivers.
- To load additional drivers, click Force Load.
- Navigate through the filing system to locate the compressed driver file, and then select the file.
- Click OK.
The URC loads the driver into the operating system you selected.
- Repeat step 3 through step 5 for each additional driver you need to load.
- Restart the BMR target machine.
Performing a bare metal restore for Linux machines
In Rapid Recovery, you can perform a Bare Metal Restore (BMR) for a protected Linux machine, including a restore of the system volume. BMR functionality is supported for Linux using the Restore Machine Wizard from the Core Console, and also using the command line local_mount
utility.
|
Caution: Rapid Recovery supports ext2 partition types only if the kernel is version 3.10 and above. If using an earlier kernel, convert any ext2 partitions to ext3, ext4, or XFS before you begin protecting and backing up the machine. |
|
Caution: When you boot a restored Linux machine for the first time after a BMR, Rapid Recovery Core first attempts to capture an incremental snapshot of the restored machine. If incremental capture is not possible due to the amount of data and the state of the machine, then Rapid Recovery Core captures a base image of the restored machine. This process takes more time than taking an incremental snapshot. For more information about base images and incremental snapshots, see Understanding protection schedules. |
To perform a bare metal restore for Linux machines, perform the following tasks.
- Manage a Linux boot image. The Linux Live DVD boot ISO image is used to start up the BMR target machine, from which you can access the Universal Recovery Console to communicate with backups on the Core. See Managing a Linux boot image.
- Manage Partitions. You may need to create or mount partitions before performing a BMR on a Linux machine. See Managing Linux partitions.
- Launch a Bare Metal Restore for Linux. Once the destination machine is started from the Live DVD boot image, you can launch the BMR. The tasks required depend on whether you will perform this from the Rapid Recovery Core Console user interface or from the command line using the local_mount utility. See Launching a bare metal restore for Linux.
- Verify a Bare Metal Restore. After starting the bare metal restore, you can verify and monitor your progress. See Verifying the bare metal restore from the command line.
Managing Linux partitions
When performing a BMR, the destination drive onto which you will be restoring data must have the same partitions as in the recovery point you are restoring. You may need to create partitions to meet this requirement.
You can launch the restore from the command line using the local_mount utility, or you can launch the restore from the Rapid Recovery Core Console. If restoring using the user interface, you must first mount the partitions.
Managing Linux partitions is a step in Performing a bare metal restore for Linux machines.
You can perform the following tasks: