<?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: Kill a process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028561#M132041</link>
    <description>ppid of 1, init, mother of all processes.&lt;BR /&gt;It could have become orphaned if it's parent died, and only a parent can kill a child.&lt;BR /&gt;If parent dies, then init will adopt, and try to manage it.&lt;BR /&gt;It really doesn't matter tho, if kill -9 wont kill it, no kill will. &lt;BR /&gt;Other then reboot, which brings with it it's own risks and challenges with a hung process, you can try to find the system event that the process is waiting for, and satisfy it, or 'abort' the request. (i.e., if hung accessing the tape drive, turn the tape off, to see if the process stops waiting.</description>
    <pubDate>Mon, 21 Jul 2003 12:57:18 GMT</pubDate>
    <dc:creator>doug mielke</dc:creator>
    <dc:date>2003-07-21T12:57:18Z</dc:date>
    <item>
      <title>Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028555#M132035</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to kill a process by kill -9. but it is not terminating. I have also tried from SAM.&lt;BR /&gt;&lt;BR /&gt;Any help?&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 10:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028555#M132035</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-07-21T10:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028556#M132036</link>
      <description>This happens when a process is waiting for something like completion of an I/O request.  It won't process the kill signal until it receives the answer to it's I/O request.  If kill -9 won't do it, the only simple answer is to reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 10:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028556#M132036</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-21T10:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028557#M132037</link>
      <description>By now the process is probably a zombie.  Usually only booting will fix that.&lt;BR /&gt;ps -ef | grep defunct &lt;BR /&gt;# finds zombies&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep &lt;PROCESS_ID&gt;&lt;BR /&gt;&lt;BR /&gt;If the PPID is 1 you can't kill it because process 1 is the whole machine.&lt;BR /&gt;&lt;BR /&gt;If the PPID is not 1, you can wait or try again.&lt;BR /&gt;&lt;BR /&gt;Also:&lt;BR /&gt;&lt;BR /&gt;export UNIX95=1&lt;BR /&gt;&lt;BR /&gt;ps -efH | grep &lt;SOME_CRITERIA&gt;&lt;BR /&gt;&lt;BR /&gt;This indents to show children and is useful in diagnosis.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/SOME_CRITERIA&gt;&lt;/PROCESS_ID&gt;</description>
      <pubDate>Mon, 21 Jul 2003 10:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028557#M132037</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-21T10:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028558#M132038</link>
      <description>Hi, &lt;BR /&gt;For safety reason,some process can't be killed even with -9 option! For example, mediainit tool!&lt;BR /&gt;&lt;BR /&gt;-ux</description>
      <pubDate>Mon, 21 Jul 2003 10:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028558#M132038</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2003-07-21T10:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028559#M132039</link>
      <description>ITS PPID is 1</description>
      <pubDate>Mon, 21 Jul 2003 10:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028559#M132039</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-07-21T10:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028560#M132040</link>
      <description>please dont kill it then.You will bring down the machine !!!!!!!!!!!!!!!!!!!!</description>
      <pubDate>Mon, 21 Jul 2003 12:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028560#M132040</guid>
      <dc:creator>Abskhan</dc:creator>
      <dc:date>2003-07-21T12:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028561#M132041</link>
      <description>ppid of 1, init, mother of all processes.&lt;BR /&gt;It could have become orphaned if it's parent died, and only a parent can kill a child.&lt;BR /&gt;If parent dies, then init will adopt, and try to manage it.&lt;BR /&gt;It really doesn't matter tho, if kill -9 wont kill it, no kill will. &lt;BR /&gt;Other then reboot, which brings with it it's own risks and challenges with a hung process, you can try to find the system event that the process is waiting for, and satisfy it, or 'abort' the request. (i.e., if hung accessing the tape drive, turn the tape off, to see if the process stops waiting.</description>
      <pubDate>Mon, 21 Jul 2003 12:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028561#M132041</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-07-21T12:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028562#M132042</link>
      <description>sorry about my earlier posting. I read the your posting as PID 1.&lt;BR /&gt;When PPID is 1 , it means that it is an orphan process.YOu can try killing with kill -9 .</description>
      <pubDate>Mon, 21 Jul 2003 12:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028562#M132042</guid>
      <dc:creator>Abskhan</dc:creator>
      <dc:date>2003-07-21T12:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028563#M132043</link>
      <description>A PPID of 1 indicates either an orphan or a zombie process.  Once again, the only reasonable solution is to re-boot your machine, as the only way to kill one of these processes is to kill the parent and you certainly don't want to kill init!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 13:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028563#M132043</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-21T13:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028564#M132044</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;There is no way to kill zombie process&lt;BR /&gt;so the only you can do is to reboot the system.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Mon, 21 Jul 2003 20:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028564#M132044</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-21T20:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028565#M132045</link>
      <description>Ok i will give a reboot to the system. as it is the only safe way. Thanks a lot guys.</description>
      <pubDate>Tue, 22 Jul 2003 01:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-a-process/m-p/3028565#M132045</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-07-22T01:54:45Z</dc:date>
    </item>
  </channel>
</rss>

