Netboot Restart Procedure: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(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...)
 
No edit summary
 
Line 1: Line 1:
To restart the netboot services, do the following:
To restart the netboot services, do the following:


# Log into the router and restart the DHCP service:
1. Log into the router and restart the DHCP service:
  dhcpd -n # verify configuration is correct
  dhcpd -n # verify configuration is correct
  pkill dhcpd
  pkill dhcpd
  /usr/sbin/dhcpd
  /usr/sbin/dhcpd
# Log into s1 and restart the TFTP and NFS services:
2. Log into s1 and restart the TFTP and NFS services:
  sudo /etc/init.d/nfs-common restart
  sudo /etc/init.d/nfs-common restart
  sudo /etc/init.d/nfs-kernel-server restart
  sudo /etc/init.d/nfs-kernel-server restart
  sudo /etc/init.d/tftpd-hpa restart
  sudo /etc/init.d/tftpd-hpa restart

Latest revision as of 16:49, 11 December 2009

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