ADSM-L

Re: Can't kill ./dsmserv

2001-06-14 15:42:12
Subject: Re: Can't kill ./dsmserv
From: Richard Sims <rbs AT BU DOT EDU>
Date: Thu, 14 Jun 2001 15:43:12 -0400
>When trying to kill the ./dsmserv, I can't kill it.  I still see it running
>with a ps command.

Long - The server should halt if sent a SIGTERM (the default of the 'kill'
       command).  You could try 'kill -9' on it.  But make sure it's not
an avoidable thing...

First, check the obvious: inspect your process table to see if the server
process is in a Stopped state: in Unix *maybe* someone did a 'kill -STOP' on it
(use 'kill -CONT' to resume it).

It may be hung on I/O, which could well be a tape drive.  Use the public domain
'lsof' command or other monitoring tool (and, if AIX, errpt) to look for a
problem device.  Also consider:

Server lockout, TCP/IP Connection       The server may be irrevocably hung if it
 Problem                                is rejecting TCP/IP connections.  If
                                        Unix, you might try using the client on
                                        the server system to access it, changing
                                        the client options file to specifying
                                        COMMmethod SHAREDMEM to try getting in
                                        via that alternate communications
                                        method.

  Richard
<Prev in Thread] Current Thread [Next in Thread>