... | ... | @@ -19,11 +19,12 @@ we start a DHCP server on the storagenode that provides PXE boot information (TF |
|
|
yum -y install dhcp syslinux xinetd tftp-server dracut-network
|
|
|
```
|
|
|
|
|
|
- prepare directories
|
|
|
- prepare directories for all diskless nodes
|
|
|
|
|
|
```
|
|
|
mkdir -p /var/lib/tftpboot/computenode08/centos6/root/
|
|
|
mkdir -p /var/lib/tftpboot/computenode08/pxelinux.cfg
|
|
|
...
|
|
|
```
|
|
|
|
|
|
- configure "/etc/dhcp/dhcpd.conf" to include PXE boot information
|
... | ... | |