Netboot Restart Procedure

From Noisebridge
Revision as of 16:49, 11 December 2009 by Dr jesus (talk | contribs) (New page: To restart the netboot services, do the following: # Log into the router and restart the DHCP service: dhcpd -n # verify configuration is correct pkill dhcpd /usr/sbin/dhcpd # Log into...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
  1. 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