<?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 Process ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768061#M74010</link>
    <description>I used the command that Wodish said. The result is :&lt;BR /&gt;&lt;BR /&gt;# ps -lu  afscmrg&lt;BR /&gt;  F S        UID   PID  PPID  C PRI NI             ADDR   SZ            WCHAN TT&lt;BR /&gt;Y       TIME COMD&lt;BR /&gt;  1 S        608 26484     1  0 156 20         6b991200    0         50cbed30 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608  9638     1  0 156 20         7b2f6800    0         83a31630 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608  9093     1  0 156 20         c7dd3700    0         52231230 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608 18625     1  0 156 20         67f96500    0         550df130 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608  9315     1  0 156 20         64f72700    0         8a275130 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608  1133     1  0 156 20         4bb74900    0         d1734530 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608 29818     1  0 156 20         51d4b700    0         62af7f30 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608 28921     1  0 156 20         af1f0800    0         9e873430 ?&lt;BR /&gt;        0:00 sh                                                                 &lt;BR /&gt;i probed all suggestions that you mentioned in my case, but nothing. I think that processes disapear in the next reboot of the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards!</description>
    <pubDate>Fri, 19 Jul 2002 18:01:54 GMT</pubDate>
    <dc:creator>Ivan Azuara</dc:creator>
    <dc:date>2002-07-19T18:01:54Z</dc:date>
    <item>
      <title>Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768053#M74002</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;I was monitoring my server, and note some process about one user, but when I tried to kill them (kill -9 pid), this processes continue in my system . The list of processes users are:&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep afscmrg&lt;BR /&gt; afscmrg 26484     1  0  Jul 18  ?         0:00 -sh&lt;BR /&gt; afscmrg  9638     1  0 00:33:58 ?         0:00 -sh&lt;BR /&gt; afscmrg  9093     1  0 00:18:21 ?         0:00 -sh&lt;BR /&gt; afscmrg 18625     1  0 00:48:01 ?         0:00 -sh&lt;BR /&gt; afscmrg  9315     1  0 00:25:45 ?         0:00 -sh&lt;BR /&gt; afscmrg  1133     1  0 03:40:37 ?         0:00 -sh&lt;BR /&gt; afscmrg 29818     1  0 02:59:16 ?         0:00 -sh      &lt;BR /&gt;&lt;BR /&gt;How can I kill this processes ?, I think are zombies processes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank's in advance !</description>
      <pubDate>Fri, 19 Jul 2002 14:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768053#M74002</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2002-07-19T14:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768054#M74003</link>
      <description>This is a pain in the but..&lt;BR /&gt;&lt;BR /&gt;they are not zombies, they belong to init.. check out the PPID.  So you can kill init!! or correctly exit the app.&lt;BR /&gt;&lt;BR /&gt;you might trying to use fuser to close the open files they are using, then try to kill them. lsof from hpux.cs.utah.edu may help.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jul 2002 14:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768054#M74003</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-07-19T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768055#M74004</link>
      <description>Hello,&lt;BR /&gt;To see your zombies use:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep defunct &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;top&lt;BR /&gt;&lt;BR /&gt;~ Richard</description>
      <pubDate>Fri, 19 Jul 2002 14:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768055#M74004</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-07-19T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768056#M74005</link>
      <description>Hi Ivan&lt;BR /&gt;&lt;BR /&gt;Do a &lt;BR /&gt;ps -fu afscmrg&lt;BR /&gt;&amp;amp; see the listing. These appear to be shells &amp;amp; *should* be able to be killed with a &lt;BR /&gt;kill -4 PID&lt;BR /&gt;If that doesn't do it, then check out the parent PID (PPID) &amp;amp; kill it AFTER determining just what it is - DON'T kill PID 1&lt;BR /&gt;You should always only use -9 as a last resort - you can leave orphaned shared memory segments on the system that would need to be manually cleaned up.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 19 Jul 2002 14:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768056#M74005</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-07-19T14:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768057#M74006</link>
      <description>If you don't see &lt;DEFUNCT&gt; marked on the process then it's not a "zombie" process. In your case if you have tried with signals 15 and 9 and still couldn't kill it, it means these are hung processes or they have to be stopped in a different way since their parent process is "init".&lt;/DEFUNCT&gt;</description>
      <pubDate>Fri, 19 Jul 2002 14:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768057#M74006</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-19T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768058#M74007</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try this&lt;BR /&gt;kill -9 `ps -ef|grep afscmrg|awk '{print $2}'`&lt;BR /&gt;&lt;BR /&gt;regds</description>
      <pubDate>Fri, 19 Jul 2002 15:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768058#M74007</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-07-19T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768059#M74008</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;a process does only *die* (after being *kill*ed), when it gets CPU-time - but if it hangs (waiting for an I/O e.g.) then it will not "notice" that it has been killed - and hence not die :-(&lt;BR /&gt;That's what you are experiencing, I guess.&lt;BR /&gt;Try a "ps -el | grep afscmrg" and look at the column "WCHAN" (wait-channel) - do they all wait for the same wait-channel? (i.e. the same event).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Fri, 19 Jul 2002 17:39:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768059#M74008</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-07-19T17:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768060#M74009</link>
      <description>Also check the PRI column w/ the ps -el command.  If these are &amp;gt;175 you won't be able to kill them no matter what because they are in the kernel and are protected.  The only way to get rid of those is a reboot.&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 19 Jul 2002 17:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768060#M74009</guid>
      <dc:creator>Eric Buckner</dc:creator>
      <dc:date>2002-07-19T17:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768061#M74010</link>
      <description>I used the command that Wodish said. The result is :&lt;BR /&gt;&lt;BR /&gt;# ps -lu  afscmrg&lt;BR /&gt;  F S        UID   PID  PPID  C PRI NI             ADDR   SZ            WCHAN TT&lt;BR /&gt;Y       TIME COMD&lt;BR /&gt;  1 S        608 26484     1  0 156 20         6b991200    0         50cbed30 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608  9638     1  0 156 20         7b2f6800    0         83a31630 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608  9093     1  0 156 20         c7dd3700    0         52231230 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608 18625     1  0 156 20         67f96500    0         550df130 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608  9315     1  0 156 20         64f72700    0         8a275130 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608  1133     1  0 156 20         4bb74900    0         d1734530 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608 29818     1  0 156 20         51d4b700    0         62af7f30 ?&lt;BR /&gt;        0:00 sh&lt;BR /&gt;  1 S        608 28921     1  0 156 20         af1f0800    0         9e873430 ?&lt;BR /&gt;        0:00 sh                                                                 &lt;BR /&gt;i probed all suggestions that you mentioned in my case, but nothing. I think that processes disapear in the next reboot of the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards!</description>
      <pubDate>Fri, 19 Jul 2002 18:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768061#M74010</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2002-07-19T18:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Process !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768062#M74011</link>
      <description>kill -11 PID&lt;BR /&gt;&lt;BR /&gt;This tells the process to die with a core dump.  This might help some.  'Orphan' processes (owned by pid 1), are often caused by people improperly exiting or terminating their sessions.  Their parent dies, and, they attach themselves to init.</description>
      <pubDate>Mon, 22 Jul 2002 14:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-process/m-p/2768062#M74011</guid>
      <dc:creator>A. Daniel King_1</dc:creator>
      <dc:date>2002-07-22T14:57:15Z</dc:date>
    </item>
  </channel>
</rss>

