HP Insight Control Server Provisioning 7.2 Administrator Guide

Procedure 2 To set up an external Linux DHCP server
If you are using a standard ISC Linux DHCP server, set the following options in order to PXE boot
servers from the appliance.
1. Be sure to set the lease time to at least one day. Here is an example:
default-lease-time 86400;
max-lease-time 129600;
2. The following lines must be included in global options declarations:
option buildmgr_ip code 186 = ip-address;
option buildmgr_port code 187 = unsigned integer 16;
3. The following options and values must be set in either the global or scope area, depending
on your needs:
next-server <Deployment-IP-Address-of-appliance>;
filename "pxelinux.0";
option buildmgr_ip <Deployment-IP-Address-of-appliance>;
option buildmgr_port 8017;
option dhcp-parameter-request-list = concat(dhcp-parameter-request-list,ba,bb,fc);
Example:
next-server 172.1.3.10;
filename "pxelinux.0";
option buildmgr_ip 172.1.3.10;
option buildmgr_port 8017;
option dhcp-parameter-request-list = concat(dhcp-parameter-request-list,ba,bb,fc);
Once these options are set properly, you should be able to use your appliance to PXE boot servers.
12 Configuring appliance settings