<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to kill a process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760040#M72172</link>
    <description>If you have "lsof" you can determine what files the process has open.&lt;BR /&gt;&lt;BR /&gt;find lsof here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Tue, 09 Jul 2002 11:25:25 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-07-09T11:25:25Z</dc:date>
    <item>
      <title>how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760032#M72164</link>
      <description>I have some problem on my server, and i have some processes (as ps, or ll) that don't respond.&lt;BR /&gt;I have tried to kill them, also with kill -9 but they are still running.&lt;BR /&gt;How can i kill them without restart the server?&lt;BR /&gt;Thanks&lt;BR /&gt;Stefano</description>
      <pubDate>Tue, 09 Jul 2002 09:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760032#M72164</guid>
      <dc:creator>Stefano_10</dc:creator>
      <dc:date>2002-07-09T09:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760033#M72165</link>
      <description>If the process is not responding to kill -9 it means it has hunged/zimbie process.&lt;BR /&gt;&lt;BR /&gt;Just a word of caution do not use kill -9 to kill at the first instance. This abruptly kills the process and leave behind memeory segments occupied.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 09 Jul 2002 09:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760033#M72165</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-07-09T09:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760034#M72166</link>
      <description>This can happen as a result of a hardware or software error.  The processes are unable to receive and process the kill signal, as they are locked waiting on (for example) disk I/O.&lt;BR /&gt;&lt;BR /&gt;If it's a hardware error on a mirrored disk, pulling the faulty disk from the system can release the processes (trying this on a non-mirorred system is definitely not advisable).&lt;BR /&gt;&lt;BR /&gt;If it's another process that's locking it (waiting as part of an application for example), shutting down the app may solve the issue.&lt;BR /&gt;&lt;BR /&gt;As you have an ll that appears to be hanging, I'd say that a hardware fault is more likely than an application one.</description>
      <pubDate>Tue, 09 Jul 2002 09:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760034#M72166</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-07-09T09:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760035#M72167</link>
      <description>Sounds like your processes have entered the land of the living dead and gone Zombie. &lt;BR /&gt;&lt;BR /&gt;To release them from their enternal torment you will have to reboot I am afraid.</description>
      <pubDate>Tue, 09 Jul 2002 10:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760035#M72167</guid>
      <dc:creator>Nick Wickens</dc:creator>
      <dc:date>2002-07-09T10:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760036#M72168</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if the process has entered zombie state, u may require to reboot.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jul 2002 10:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760036#M72168</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-07-09T10:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760037#M72169</link>
      <description>Hi Stefano,&lt;BR /&gt;&lt;BR /&gt; If the process is blocked &amp;amp; waiting on I/O, it will not catch the kill signal. A tar command that's hung can do this. Sometimes resetting (power cycle) the tape drive can free the process.&lt;BR /&gt;If the PID has gone zombie, you could determine it's parent &amp;amp; if that's not a vital process you might try to stop or kill the parent - the zombie child could go with it. But I'd caution you to make SURE of what the parent process is - i.e. do not kill PID 1.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 09 Jul 2002 11:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760037#M72169</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-07-09T11:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760038#M72170</link>
      <description>Probably the cause of problem could be the dvd.&lt;BR /&gt;I haven't any problem with tape.&lt;BR /&gt;So what process on dvd can give tha same problem that Jeff Schussele &lt;BR /&gt;has suggested that can be done from tar?&lt;BR /&gt;&lt;BR /&gt;Stefano&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jul 2002 11:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760038#M72170</guid>
      <dc:creator>Stefano_10</dc:creator>
      <dc:date>2002-07-09T11:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760039#M72171</link>
      <description>If a process doesn't die with a kill -9, and you followed some of the other adice posted, then your only options are:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ignore it&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 09 Jul 2002 11:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760039#M72171</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-07-09T11:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760040#M72172</link>
      <description>If you have "lsof" you can determine what files the process has open.&lt;BR /&gt;&lt;BR /&gt;find lsof here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 09 Jul 2002 11:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760040#M72172</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-07-09T11:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760041#M72173</link>
      <description>Stefano:&lt;BR /&gt;&lt;BR /&gt;Any process that has a priority less-than or equal to PZERO (see /usr/include/sys/param.h) is not signalable.  Let's say you are trying to kill ll(1).  There is a good chance it is reading inodes at a priority of PINOD (which is less than PZERO).&lt;BR /&gt;&lt;BR /&gt;Always move from weakest to strongest kills (SIGHUP, SIGINT, SIGQUIT, ...), and use the names.  My personal favorite is SIGABRT (just like -9 [aka SIGKILL], it does not give the process a chance to clean up outstanding I/O, shared memory segments, message queues, etc), but it will also generate a core file so that you have a chance to figure out what the process was up to when you felt the need to exert SuperUser powers.  In any instance, SIGABRT and SIGKILL are last resorts (and only a reboot will remove what they won't).&lt;BR /&gt;&lt;BR /&gt;BTW:  don't worry about memory pages -- the paging algorighm will page them out if memory demands are up and the pages have not been used.&lt;BR /&gt;&lt;BR /&gt;-dlt-</description>
      <pubDate>Wed, 10 Jul 2002 02:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2760041#M72173</guid>
      <dc:creator>David Totsch</dc:creator>
      <dc:date>2002-07-10T02:42:17Z</dc:date>
    </item>
  </channel>
</rss>

