Netboot Restart Procedure

From Noisebridge
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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