HP Insight Control for Linux 6.0 Installation Guide

This server only responds to systems whose MAC address appears in this
dhcpd.confconfiguration file.
Each entry in this sample /etc/dhcpd.conf configuration file has three pieces of data:
MAC address of the NIC
IP address to assign to the NIC
Host name to assign to the server. The host-name field is data that is passed to the managed
server to set its default host name.
NOTE: In Example 4-2, the settings required by Insight Control for Linux are shown in bold
font. If you need more information about the required settings, see Table 4-1 (page 32).
Example 4-2 Insight Control for Linux best practices in the /etc/dhcpd.conf configuration file
#
# DHCP Configuration modified for Insight Control for Linux
#
ddns-update-style interim;
ignore client-updates;
deny duplicates;
# Insight Control for Linux Settings
option option-140 code 140 = text;
option option-140 "172.1.1.1";
next-server 172.1.1.1;
filename "pxelinux.bin";
# log-servers
option log-servers 172.1.1.1;
# Optional settings depending on the network configuration
# List of DNS servers for the managed nodes
option domain-name-servers 192.0.2.25,192.0.2.26;
# DNS Domain for managed systems
option domain-name "example.com";
# Default gateway for managed nodes
option routers 192.168.0.254;
subnet 172.1.1.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
default-lease-time 1209600;
max-lease-time 1814400;
# NIC from first server
host server001 {
hardware ethernet 00:1E:0B:74:A2:CE;
fixed-address 192.0.2.21;
option host-name "server001";
1
}
# NIC from second server
host server002 {
hardware ethernet 00:1E:0B:76:54:A0;
fixed-address 192.0.2.22;
option host-name "server002";
}
# iLO2 console port from server 1
host server001-cp {
2
hardware ethernet 00:1E:0B:74:A2:CA;
34 Configuring the network