View Source

After you boot your server from the Bare Metal Live CD or PXE boot, and you [configured the network|Configure the network for bare-metal restore], start the Backup Manager and make sure that the Manager has access to the backup data on the disk safe. User the following steps.

----
{toc:location=top|maxLevel=3|minLevel=3|type=flat|separator=pipe|style=border:1}

----
h3. Starting the Backup Manager

1. Before starting the Manager, set up the username and password for the Web Interface. Execute the following command:

{code}r1soft-setup --user <username> --pass <password>{code}

!setup-user.png!

2. Now you can start the Manager by executing the following command:

{code}/etc/init.d/cdp-server start{code}

!agent-start.png!

Wait 1-2 minutes for the manager to initialize. Then you can access it in the browser from some other computer in the same LAN. You can safely ignore debug messages from Linux kernel shown on the console at manager startup.

----
h3. Getting Access to the Disk Safe

When you are creating a Disk Safe in Server Backup Advanced, the Web Interface recommends you to save the Disk Safe on a reliable network share, or, if it is not possible, on a secondary hard drive.
{info:title=Tip}The second option looks more attractive from the Bare-Metal Restore point of view because in Linux booted from Live CD or via PXE it is much easier to get access to the local hard disk than to the network share.
{info}
The following three (3) options are described below:
* Disk Safe is on the local hard drive.
* Disk Safe is on NFS share.
* Disk Safe is on Samba share.

h5. Disk Safe Is on the Local Hard Drive

Let's assume that the new hard disk which you will restore your Server to, is visible as {{/dev/hda}} and the disk with backup data (Disk Safe) is attached as {{/dev/hdb}}. Let's assume that the first disk is empty and does not contain a partition table, and the second disk contains one partition the size of the entire disk ({{/dev/hdb1}}).

To get access to the Disk Safe, mount the {{/dev/hdb1}} partition to {{/mnt}} using the following command:

{code}mount /dev/hdb1 /mnt{code}

!3.png!

The command runs successfully, because the kernel on Live CD supports a lot of different file systems, including Linux EXT3, EXT4, ReiserFS and Windows NTFS.

Now you can proceed to attaching the Disk Safe in the manager web interface ([see further|#attachds]).
{info:title=Tip}If you are not sure which disk is which, you can always display information about disk sizes and partition tables by running the following command:

{code}fdisk -l{code}
{info}

h5. Disk Safe is on NFS Share

Accessing Disk Safe on NFS share will not be easy, because while Live CD kernel contains drivers for NFS, the collection of programs available on CD lacks the set of tools for accessing NFS. Fortunately, it is not a problem - missing tools can be installed.

1. Execute the following command:

{code}apt-get install nfs-common{code}

!4_4.png!

2. When prompted, press on the <Y> on the keyboard and then <Enter> to start installation. When the installation is complete, your screen appears similar to the following image:

!5_5.png!

3. Let's assume that your NFS server is called {{nfsserver}} and the directory with Disk Safe is called {{/Share}}. Execute the following command:

{code}mount nfsserver:/Share /mnt{code}

!6_6.png!

Now you can proceed to attaching the Disk Safe in the manager web interface ([see further|#attachds]).

h5. Disk Safe is on Samba Share

Accessing Disk Safe on Samba share will also not be easy because while Live CD kernel contains drivers for CIFS filesystem, the collection of programs available on CD lacks the utility for mounting Samba shares - {{mount.cifs}}. Fortunately, it is not a problem - {{mount.cifs}} can be installed.

1. Execute the following command:

{code}apt-get install smbfs{code}

!7_7.png!

2. When prompted, press on the <Y> on the keyboard and then <Enter> to start installation.

3. Error messages are safe to ignore.

4. When the installation is completed, your screen appears similar to the following image:

!8_8.png!

5. Let's assume that your Samba server is called {{filedump}} and the share with Disk Safe is called {{Share}}.

Execute the following command:

{code}mount.cifs //filedump/Share /mnt -o user=<username>{code}

6. Enter the password for accessing the Samba share when prompted.

Now you can proceed to attaching the Disk Safe in the manager web interface ([see further|#attachds]).

----
{anchor:attachds}

h3. Attaching the Disk Safe in Backup Manager Web Interface

1. Launch the web browser on a computer that can access the Server you are restoring via the network. Then open the Backup Manager web interface, enter the Username and Password you configured, and click on the "Login" button. (See [Access Server Backup Free Web interface], [Access Server Backup Manager Web interface], [Access Server Backup Advanced Web interface].)

!Login form_filled out_Enterprise_English.png!

{newversion}

2. If you are prompted for license activation, click "OK."

!11_11.png!
{newversion}


2. In the Main menu, click *Disk Safes*. Server Backup Manager displays the Disk Safes window.


3. In the Disk Safes menu, click *Attach Existing Disk Safe*.


4. Assuming that the Disk Safe was in Safe directory on the mounted local disk or network share, enter {{/mnt/Safe}} as a path to the safe and click on the "Attach" button.

!Attach Existing Disk Safe window_filled out_English.png!

5. In a few seconds, the system displays the message, "Successfully opened disk safe." Click *OK*.


You can proceed to restore the Server from the data contained in the Disk Safe. See [Launch a bare-metal restore|Launch a bare-metal restore].{excerpt:hidden=true}Instructions on how to configure Bare-Metal Restore Manager.{excerpt}