Installation Using PXE
Table Of Contents
2.4. Setting Up a DHCP Server
5. Restart the xinetd service:
# /etc/init.d/xinetd restart
6. If necessary, configure your firewall on the PXE server to allow access to the TFTP server.
Note: When running the TFTP server, you might get the “Permission denied” error. In this case, you
may try to fix the problem by running the following command on the server: # restorecon -Rv /tftboot/.
2.4 Setting Up a DHCP Server
Now you can proceed with configuring a DHCP server. To configure the DHCP server for installing Acronis
Storage over the network, open the dhcpd.conf file (usually, it is located in the /etc or /etc/dhcp directory) for
editing and add the following strings to this file:
next-server <PXE_server_IP_address>;
filename ”/pxelinux.0”;
Note: To configure a DHCP server for installation on EFI-based systems, specify filename ”/bootx64.efi”
instead of filename ”/pxelinux.0” in the dhcpd.conf file (where /bootx64.efi is the directory to which you copied
the EFI boot images when setting up the TFTP server).
2.5 Setting Up an HTTP Server
Now that you have set up the TFTP and DHCP servers, you need to make the Acronis Storage distribution files
available for installation over the network. To do this:
1. Set up an HTTP server. You can also use an existing HTTP server, if you have one.
2. Copy the contents of your Acronis Storage installation DVD to some directory on the HTTP server (e.g.,
/var/www/html/astor).
3. On the PXE server, open the /tftpboot/pxelinux.cfg/default file for editing, and specify the path to the Acronis
Storage installation files on the HTTP server.
5










