compared with
Current by Nadja Pollard
on Aug 27, 2014 13:44.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (10)

View Page History
After you have all prerequisites ([Prerequisites for using PXE network boot]) in order, follow use the instructions below following steps to install PXE Network Boot.
{info:title=Note}If you do not have administrative access to the DHCP, TFTP, and NFS servers, ask the server administrator to install PXE Network Boot on the TFTP and NFS Server and configure the DHCP Server to enable it.
{info}

{info:title=Note}The instructions below apply both to PXE Server and PXE Agent. The only difference is that any reference to Server should be changed to Agent (for server is replaced by agent. For example, archive directory is called "pxe-agent" instead of "pxe-server").
{info}
1. Extract the archive. If you have saved the PXE server archive to {{/root}} directory, and the filename of the archive is {{backupmanager-pxe-server.tar.gz}}, execute the following commands (as root):
[root@pxeserver ~]# tar xfvz backupmanager-pxe-server.tgz{code}

The archive contains only one directory - {{pxe-server}}. Inside this directory there are two directories - {{debian-live}} and {{tftpboot}}. The first directory should be placed inside NFS share. The second directory should itself be shared via TFTP. If your NFS share is {{/nfsroot}} and TFTP service is configured to serve files from {{/tftpboot}} directory, execute the following commands:
The archive contains only one directory - {{pxe-server}}. Inside this directory there are two directories - {{debian-live}} and {{tftpboot}}. Place the first directory inside NFS share. Shared the second directory via TFTP. If your NFS share is {{/nfsroot}} and TFTP service is configured to serve files from {{/tftpboot}} directory, execute the following commands:

{code}[root@pxeserver ~]# cd pxe-server
[root@pxeserver ~]# mv debian-live /nfsroot{code}

{info:title=Note}PXE boot environment comes preconfigured for NFS server with IP Address 192.168.1.1. If your NFS server has a different IP Address, please open the file {{/tftpboot/debian-live/i386/boot-screens/menu.cfg}} in your favorite text editor and change all occurrences of 192.168.1.1 to the IP address of your NFS server. Otherwise, booting you cannot boot from the network will not work.
{info}
2. Boot the server from the network. If the DHCP server, TFTP server, and network itself are set up and working correctly, the first screen that you will see after booting from network is the Debian Live welcome screen. Press Enter to continue boot process.
2. Boot the server from the network. If the DHCP server, TFTP server, and network itself are set up and working correctly, the Debian Live welcome screen appears after booting from network. Press <Enter> to continue the boot process.

!debian.png!

3. You will see a lot of debugging messages from booting Linux kernel. In a couple of minutes, you should see the "R1Soft Disaster Recovery" welcome screen. Even if you are booting PXE server environment, the Backup Agent will be started automatically.
3. The system displays numerous debugging messages from booting Linux kernel. After a short period, the R1Soft Disaster Recovery welcome screen appears. Even if you are booting PXE server environment, the Backup Agent starts automatically.

!02_02.png!

4. You do not need to run the {{netconfig}} command because the network should already be is configured. Read more on this topic in [Configuring Network for Bare-Metal Restore|Configure the network for bare-metal restore].

5. You are ready to perform a Bare-Metal Restore. Proceed to the next step: [Launching Bare-Metal Restore|Launch a bare-metal restore].