Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpl-opus!jewett From: jewett@hpl-opus.hpl.hp.com (Bob Jewett) Newsgroups: comp.sys.hp Subject: Re: How do I shutdown an HP9000/332 on orders from a UPS. Message-ID: <63300022@hpl-opus.hpl.hp.com> Date: 12 Jan 91 04:22:48 GMT References: <98@cscdec.cs.com> Organization: HP Labs, High Speed Electronics Dept., Palo Alto, CA Lines: 9 > Is reboot -h too ruthless? (I think it is) If your software is written to exit gracefully on some signal (SIGTERM==15, for example), you could try sending that to all such processes, wait a little, and then reboot -h. The man page for reboot does not specify which signal it uses to kill processes, but I suspect it is 9, which cannot be caught. Bob