<?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 kill -9 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447262#M208166</link>
    <description>I have a stubborn process that will not die.  Tried kill -9 PID as root and it still lives.  Any tips on killing something like this?  I can't reboot the system as a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
    <pubDate>Mon, 20 Dec 2004 10:39:57 GMT</pubDate>
    <dc:creator>Sandy_35</dc:creator>
    <dc:date>2004-12-20T10:39:57Z</dc:date>
    <item>
      <title>kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447262#M208166</link>
      <description>I have a stubborn process that will not die.  Tried kill -9 PID as root and it still lives.  Any tips on killing something like this?  I can't reboot the system as a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 20 Dec 2004 10:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447262#M208166</guid>
      <dc:creator>Sandy_35</dc:creator>
      <dc:date>2004-12-20T10:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447263#M208167</link>
      <description>Sandy,&lt;BR /&gt;&lt;BR /&gt;Most likely the process is waiting for the completion of an I/O request and will be un-signalable (translated: unkillable) until the I/O request does complete.  The only solution other than reboot is to figure out a way to satisfy the I/O request.  Perhaps you can figure out what it's waiting on by using fuser or lsof and then formulate some method of supplying what it's looking for.  Other than that, it's reboot time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 20 Dec 2004 10:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447263#M208167</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-12-20T10:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447264#M208168</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Unforunately this seems a true zombie stuck on something where it does not see the traps&lt;BR /&gt;&lt;BR /&gt;Then it is a reboot or nothing&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   signum   signame   Name            Description&lt;BR /&gt;   ___________________________________________________________________________&lt;BR /&gt;      0     SIGNULL   Null            Check access to pid&lt;BR /&gt;      1     SIGHUP    Hangup          Terminate; can be trapped&lt;BR /&gt;      2     SIGINT    Interrupt       Terminate; can be trapped&lt;BR /&gt;      3     SIGQUIT   Quit            Terminate with core dump; can be trapped&lt;BR /&gt;      9     SIGKILL   Kill            Forced termination; cannot be trapped&lt;BR /&gt;     15     SIGTERM   Terminate       Terminate; can be trapped&lt;BR /&gt;     24     SIGSTOP   Stop            Pause the process; cannot be trapped&lt;BR /&gt;     25     SIGTSTP   Terminal stop   Pause the process; can be trapped&lt;BR /&gt;     26     SIGCONT   Continue        Run a stopped process&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Signal 9 cannot be trapped so the process is stuck&lt;BR /&gt;and you must reboot&lt;BR /&gt;&lt;BR /&gt;             Steve STeel&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 10:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447264#M208168</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-12-20T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447265#M208169</link>
      <description>Hi,&lt;BR /&gt;What message do you get after the kill if any?&lt;BR /&gt;nothing like "process doesnt exist..."&lt;BR /&gt;Can you kill the process with the parent process?&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 20 Dec 2004 10:45:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447265#M208169</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-12-20T10:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447266#M208170</link>
      <description>Since the kill -9 option doesn't work, then the process will not go away until a reboot occors. &lt;BR /&gt;&lt;BR /&gt;You can also check this link, for more reasons why this process won't die:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=706899" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=706899&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 10:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447266#M208170</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2004-12-20T10:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447267#M208171</link>
      <description>If the process is waiting on a higher priority event (such as I/O) then it will not respond to your signal. If the process is a zombie then it's already dead and can't be killed. If its a zombie it's only occuppying a slot in the process table and consuming no other resourses so it's not a problem. If it''s waiting on i/o then you really have to disable the devive. For example, a dd writing to a tape device might hang and result in your situation. In that case, manually ejecting the tape will solve the problem. Without knowing more about your process (eg ps -f), it's difficult to be more specific.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 10:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447267#M208171</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-12-20T10:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447268#M208172</link>
      <description>Thanks for your help.  Looks like we will have to reboot..&lt;BR /&gt;&lt;BR /&gt;Sandy</description>
      <pubDate>Mon, 20 Dec 2004 10:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9/m-p/3447268#M208172</guid>
      <dc:creator>Sandy_35</dc:creator>
      <dc:date>2004-12-20T10:50:09Z</dc:date>
    </item>
  </channel>
</rss>

