Install Guide

Creating the DHCP Policy
Use the new User Class to create a DHCP policy scope option.
1. Open the Windows 2008 DHCP Server DHCP manager.
2. Add a scope option to the DHCP scope that services ASM PXE environment.
3. In the Scope Options dialog box, click the Advanced tab, select the 067 Bootfile Name check box, and in the String value
box, enter bootstrap.ipxe.
NOTE: For PXE service to function properly, you must enter
bootstrap.ipxe
for the 067 Bootfile Name.
4. Select DHCP Standard Options from the Vendor class drop-down list.
5. Select iPXEclass from the User Class drop-down list.
6. Click OK to save the scope option.
The policy is created by utilizing the new User Class with a scope option.
Creating the Boot File Scope Option
The Boot File option is created for the DHCP scope that services your ASM PXE.
1. Open the Windows 2008 DHCP Server DHCP Manager.
2. In the console tree, expand the scope that services your ASM PXE network. Right-click Scope Options and select Configure
Options.
3. In the right pane, enter the following information:
Click 066 Boot Server Host Name and enter the IP address or DNS name of ASM server in the Value column.
For PXE service to function properly, click 067 Bootfile Name and enter undionly.kpxe in the Value column.
4. Also, in the right pane, based on your network settings, configure the following:
003 Router (default gateway that is on the PXE network)
006 Name Server (DNS server IP address)
Configuring DHCP for Linux
You can manage the configuration of the Linux DHCPD service by editing the dhcpd.conf configuration file. The dhcpd.conf is
at /etc/dhcp directory of most Linux distributions. If the DHCP is not installed on your Linux server, install the Network
Infrastructure Server or similar services.
Before you start editing the dhcpd.conf file, it is recommended to back up the file. After you install the appropriate network
services, you must configure the dhcpd.conf file before you start the DHCPD service.
The DHCP configuration must include the following options:
next-server <IP address>
Indicates the IP address of the PXE server. That is, the IP address of ASM appliance vNIC that exists on the OS Installation
network.
filename "bootstrap.ipxe"
NOTE: For PXE service to function properly, you must specify
bootstrap.ipxe
for the filename.
The PXE service uses iPXE service. You must use two different bootstrap files for the PXE environment, one for the initial PXE
boot, which starts up the system to the final iPXE boot file.
To run this operation, add the following code to the dhcpd.conf file:
if exists user-class and option user-class = "iPXE" {
filename "bootstrap.ipxe";
} else {
37