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 Bootle 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 Bootle 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 Congure
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 Bootle Name and enter undionly.kpxe in the Value column.
4. Also, in the right pane, based on your network settings, congure the following:
• 003 Router (default gateway that is on the PXE network)
• 006 Name Server (DNS server IP address)
Conguring DHCP for Linux
You can manage the conguration of the Linux DHCPD service by editing the dhcpd.conf conguration le. 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 le, it is recommended to back up the le. After you install the appropriate network services,
you must congure the dhcpd.conf le before you start the DHCPD service.
The DHCP conguration 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.
• lename "bootstrap.ipxe"
NOTE: For PXE service to function properly, you must specify
bootstrap.ipxe
for the lename.
The PXE service uses iPXE service. You must use two dierent bootstrap les for the PXE environment, one for the initial PXE boot,
which starts up the system to the nal iPXE boot le.
To run this operation, add the following code to the dhcpd.conf le:
if exists user-class and option user-class = "iPXE" {
filename "bootstrap.ipxe";
} else {
34