On Wed, Jun 30, 2004 at 07:34:20PM +0200, Otto Schakenbos wrote:

> try to shutdown the tsmserver (sending a kill signal should do the trick

Don't send the KILL signal, send a TERM, INTR or HUP instead (in that
order, until one works). Only use KILL as a last resort.

The "kill" command sends TERM by default, so "kill <dsmserv pid>"
should work.

--
Jurjen Oskam

"Avoid putting a paging file on a fault-tolerant drive, such as a mirrored
volume or a RAID-5 volume. Paging files do not need fault-tolerance."-MS Q308417

Reply via email to