Netboot Restart Procedure

From Noisebridge
Jump to navigation Jump to search

To restart the netboot services, do the following:

1. Log into the router and restart the DHCP service:

dhcpd -n # verify configuration is correct
pkill dhcpd
/usr/sbin/dhcpd

2. Log into s1 and restart the TFTP and NFS services:

sudo /etc/init.d/nfs-common restart
sudo /etc/init.d/nfs-kernel-server restart
sudo /etc/init.d/tftpd-hpa restart