<?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: Unable to kill pid in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356203#M193318</link>
    <description>How do you know the processes are hung up ?&lt;BR /&gt;&lt;BR /&gt;Try the kill -9 &lt;PID&gt;&lt;/PID&gt;</description>
    <pubDate>Thu, 12 Aug 2004 18:09:27 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-08-12T18:09:27Z</dc:date>
    <item>
      <title>Unable to kill pid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356199#M193314</link>
      <description>I was running a very simple while loop copying one file (85megs) from one lvol to another timing the results. when finished I did a ctrl-c to exit out of the loop. I never got back to a command prompt so after trying to kill &lt;PID&gt; serveral times the pid still shows up when doing a ps -ef.&lt;BR /&gt;Any suggestion?&lt;/PID&gt;</description>
      <pubDate>Thu, 12 Aug 2004 16:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356199#M193314</guid>
      <dc:creator>ROSS HANSON</dc:creator>
      <dc:date>2004-08-12T16:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to kill pid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356200#M193315</link>
      <description>It may be that it is waiting for an io operation to finish.  If that is the case, the process will not acknowledge the signal until the io is finished.&lt;BR /&gt;&lt;BR /&gt;Have you just tried the plain 'kill pid'?  Have you tried 'kill -9 pid'?</description>
      <pubDate>Thu, 12 Aug 2004 16:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356200#M193315</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-08-12T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to kill pid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356201#M193316</link>
      <description>Processes that are hung on IO will not respond to kill (even to the SIGKILL signal).&lt;BR /&gt;&lt;BR /&gt;post the ps output for the process - do you see a &lt;DEFUNCT&gt; process ?&lt;/DEFUNCT&gt;</description>
      <pubDate>Thu, 12 Aug 2004 16:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356201#M193316</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-08-12T16:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to kill pid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356202#M193317</link>
      <description>when I do a ps -ef | grep hansonr.tar(this is the file I was copying from one spot to another when I was doing the while loop)ps -ef | grep hansonr.tar    root 10772 22637  0 11:10:24 console   0:02 find / -name hansonr.tar    root  6906     1  0 10:40:25 ?         0:07 cp /tmp/hansonr.tar /rootdbs/hansonr.tar    root  9361  9236  1 15:32:07 pts/2     0:00 grep hansonr.tar    root  6259     1  0 10:35:18 ?         0:00 cp /tmp/hansonr.tar /rootdbs/hansonr.tar    root 10112     1  0 11:04:47 ?         0:07 cp /tmp/hansonr.tar /rootdbs/hansonr.tar    root 22294 27151  0 12:59:27 pts/ta    0:02 find / -name hansonr.taras you can see I tried other things and they also became hung</description>
      <pubDate>Thu, 12 Aug 2004 17:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356202#M193317</guid>
      <dc:creator>ROSS HANSON</dc:creator>
      <dc:date>2004-08-12T17:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to kill pid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356203#M193318</link>
      <description>How do you know the processes are hung up ?&lt;BR /&gt;&lt;BR /&gt;Try the kill -9 &lt;PID&gt;&lt;/PID&gt;</description>
      <pubDate>Thu, 12 Aug 2004 18:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356203#M193318</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-08-12T18:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to kill pid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356204#M193319</link>
      <description>because the spot where that tar file was being copied too I removed the file and another on was placed there again</description>
      <pubDate>Thu, 12 Aug 2004 18:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-pid/m-p/3356204#M193319</guid>
      <dc:creator>ROSS HANSON</dc:creator>
      <dc:date>2004-08-12T18:20:12Z</dc:date>
    </item>
  </channel>
</rss>

