<?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: Killing &amp;quot;?&amp;quot; process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192279#M899175</link>
    <description>The script I'm attaching is capbable of killing question mark processes.&lt;BR /&gt;&lt;BR /&gt;It won't look for root processes for obvious reasons. See attachment.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sat, 14 Feb 2004 19:51:34 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-02-14T19:51:34Z</dc:date>
    <item>
      <title>Killing "?" process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192275#M899171</link>
      <description>Hi,&lt;BR /&gt;I did a "ps -ef|grep java" and noticed there are several java processes. I tried killing these processes but failed to do so. &lt;BR /&gt;&lt;BR /&gt;May I know what processes are these that are having "?". How do I kill such processes?&lt;BR /&gt;&lt;BR /&gt;This is a HP11 with dual processors. &lt;BR /&gt;&lt;BR /&gt;Could anyone help me with this problem?&lt;BR /&gt;&lt;BR /&gt;hp20&amp;gt; ps -ef|grep java&lt;BR /&gt;root 18302 18264  0  Feb  6  ?        0:00 /usr/bin/hp700_ux_11.00/pkgs/java/1.4.0.&lt;BR /&gt;&lt;BR /&gt;root 17612     1  0  Feb  6  ?        0:00 /usr/bin/hp700_ux_11.00/pkgs/java/1.4.0.&lt;BR /&gt;&lt;BR /&gt;etooi 29870     1  0  Feb  9  ?         0:00 /usr/bin/hp700_ux_11.00/pkgs/java/1.4.0.&lt;BR /&gt;&lt;BR /&gt;root 21070     1  0  Feb  6  ?         0:00 /usr/bin/hp700_ux_11.00/pkgs/java/1.4.0.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Feb 2004 04:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192275#M899171</guid>
      <dc:creator>Victor Wang</dc:creator>
      <dc:date>2004-02-14T04:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Killing "?" process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192276#M899172</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The ? field you are querying is valid. If the process has a controlling terminal such as a ksh (shell) process then you will see ttyp (terminal id) etc. In this case the java process does not have a controlling terminal (started in the background, or a daemon etc)&lt;BR /&gt;&lt;BR /&gt;To kill the processes use the pid (process id's in the 2nd column. The parent of these processes (3rd column) is init. You don't want to kill him&lt;BR /&gt;&lt;BR /&gt;ie&lt;BR /&gt;&lt;BR /&gt;kill 18302&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 14 Feb 2004 06:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192276#M899172</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2004-02-14T06:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Killing "?" process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192277#M899173</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why do you want to kill these jobs in the first place and what happens if you use:&lt;BR /&gt;kill -9 18302&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Feb 2004 07:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192277#M899173</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-02-14T07:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Killing "?" process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192278#M899174</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you having trouble killing these processes?. As mentioned already, these processes are not associated with any terminal which means they were started in the background. You can try the following to duplicate this behaviour&lt;BR /&gt;&lt;BR /&gt;$nohup sleep 30&amp;amp;&lt;BR /&gt;$exit&lt;BR /&gt;&lt;BR /&gt;Login again&lt;BR /&gt;&lt;BR /&gt;$ps -ef |grep sleep&lt;BR /&gt;&lt;BR /&gt;You should see the sleep process with "?" in it's tty column&lt;BR /&gt;&lt;BR /&gt;$kill &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;Should kill it&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/PID&gt;</description>
      <pubDate>Sat, 14 Feb 2004 12:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192278#M899174</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-14T12:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Killing "?" process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192279#M899175</link>
      <description>The script I'm attaching is capbable of killing question mark processes.&lt;BR /&gt;&lt;BR /&gt;It won't look for root processes for obvious reasons. See attachment.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 14 Feb 2004 19:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192279#M899175</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-14T19:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Killing "?" process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192280#M899176</link>
      <description>Hi, this looks like a problem on which we are working on.&lt;BR /&gt;You should take a TOC of your system, and open a call to HP support.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Feb 2004 11:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192280#M899176</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2004-02-15T11:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Killing "?" process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192281#M899177</link>
      <description>To get more information on where these processes come from, check out the parentprocesses not being 1. In this case, the first line has a parent with process ID 18264. You can check what that is with 'ps -fp 18264&lt;BR /&gt;&lt;BR /&gt;This can give you some insight on where they come from, and so help you prevent them from getting started in the first place if you really don't need them, though some configuration tools on HP-UX are already in Java, like the veritas volume manager, so they could be perfectly legal. And it could also be those java processes are started by your website...</description>
      <pubDate>Mon, 16 Feb 2004 01:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-quot-quot-process/m-p/3192281#M899177</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-02-16T01:42:36Z</dc:date>
    </item>
  </channel>
</rss>

