How to Restart the WIRE Skyhawk Web Server


This can only be executed by people with the "wham" password.

If the skyhawk computer goes down, or the server process fails for whatever reason, you may need to re-start the server. Here are the steps:

rsh -l wham skyhawk
  (enter wham password) 

ps -Af |grep httpd
  (see if httpd is running, if not do:) 

/wire/web/admin/httpd.wire start

ps -Af |grep httpd
  (check to see if it actually started) 

exit