White Papers

38 Zero-touch, bare-metal server provisioning using the Dell EMC iDRAC with Lifecycle Controller Auto Config
Example of a static DHCP reservation from a dhcpd.conf file:
# Applying a config to a particular system specified by MAC address
host my_host {
hardware ethernet b8:2a:72:fb:e6:56;
fixed-address 192.168.0.211;
option host-name "my_host";
option myname " -f r630_raid.xml -i 192.168.0.1 -n /nfs -s 0 -d 0 -t 300";
}
Note: After editing the
dhcpd.conf
file, make sure to restart the dhcpd service for the changes to take effect.