<?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: Not able to kill process JAVA..... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227116#M328151</link>
    <description>How to disable java i  startup?&lt;BR /&gt;Which r the java related startup scripts...</description>
    <pubDate>Thu, 03 Jul 2008 07:14:11 GMT</pubDate>
    <dc:creator>sreekanthtm</dc:creator>
    <dc:date>2008-07-03T07:14:11Z</dc:date>
    <item>
      <title>Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227107#M328142</link>
      <description>My server performance is very bad.... while trouble shooting the issue I found that java process is using 366MB space, and the total memory usage of my server is crossing 97%.... I am not using any java relate apps in the server. I am trying to kill the process, but its not happening... &lt;BR /&gt;Does any one know how to stop/ kill the process...</description>
      <pubDate>Thu, 03 Jul 2008 06:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227107#M328142</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-07-03T06:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227108#M328143</link>
      <description>Which OS?&lt;BR /&gt;Which commands have you tried already?&lt;BR /&gt;&lt;BR /&gt;Can you provide the output of ps -ef showing your process...ps -ef | grep &lt;PROCESSNAME&gt;&lt;BR /&gt;&lt;BR /&gt;If you don't care about the java apps then a &lt;BR /&gt;kill -9 &lt;PROCESS id=""&gt; might work.&lt;BR /&gt;&lt;BR /&gt;If  you're having real problems with that.  Find out the startup script which starts the java process.  Move the script elsewhere in case you need it.  Then restart the server.&lt;BR /&gt;&lt;BR /&gt;But I'd be surprised if there wasn't something that relied on it.  Considering it was launched.&lt;BR /&gt;&lt;BR /&gt;Maybe try using "fuser" to find out who's using the process first.&lt;BR /&gt;&lt;BR /&gt;Kevin&lt;/PROCESS&gt;&lt;/PROCESSNAME&gt;</description>
      <pubDate>Thu, 03 Jul 2008 06:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227108#M328143</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-07-03T06:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227109#M328144</link>
      <description>Sreekanth,&lt;BR /&gt;&lt;BR /&gt;What OS you are using and what commands you have used for killing the PID, when you do a check after killing what is parent id displayed for this Java process/</description>
      <pubDate>Thu, 03 Jul 2008 06:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227109#M328144</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2008-07-03T06:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227110#M328145</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;how to stop/ kill the process&lt;BR /&gt;&lt;BR /&gt;#kill -9 &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;You can get PID from ps output.&lt;BR /&gt;&lt;BR /&gt;#ps -ef| grep -i &lt;PROCESS name=""&gt;&lt;BR /&gt;&lt;BR /&gt;However I dont recommend to kill any process without prior knowledge of background for that process. In you case firse investigate about java process running and then only proceed to kill.&lt;BR /&gt;&lt;BR /&gt;-=ShRi=-&lt;/PROCESS&gt;&lt;/PID&gt;</description>
      <pubDate>Thu, 03 Jul 2008 06:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227110#M328145</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2008-07-03T06:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227111#M328146</link>
      <description>its simple&lt;BR /&gt;&lt;BR /&gt;#kill &lt;PID&gt;&lt;/PID&gt;</description>
      <pubDate>Thu, 03 Jul 2008 06:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227111#M328146</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-07-03T06:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227112#M328147</link>
      <description>OS --  B.11.23 U ia64&lt;BR /&gt;I tried kill &lt;PID&gt;, then Kill -9 &lt;PID&gt;....Both were not working...&lt;BR /&gt;Then I killed the PPID using kill -9 &lt;PPID&gt;. Now the PPID become 1 (init).&lt;BR /&gt;&lt;BR /&gt;Java is still running...&lt;/PPID&gt;&lt;/PID&gt;&lt;/PID&gt;</description>
      <pubDate>Thu, 03 Jul 2008 06:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227112#M328147</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-07-03T06:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227113#M328148</link>
      <description>PPID=1... prepare for restart if getting rid is mandatory for you.</description>
      <pubDate>Thu, 03 Jul 2008 06:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227113#M328148</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2008-07-03T06:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227114#M328149</link>
      <description>OK...........&lt;BR /&gt;I will reboot the server... But after that How can I make sure that the java process will not start at startup...</description>
      <pubDate>Thu, 03 Jul 2008 07:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227114#M328149</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-07-03T07:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227115#M328150</link>
      <description>Before restart as suggested by Kevin make a dig in statup scripts and make necessary moving of scripts related to java.&lt;BR /&gt;After reboot also make sure process is not running in ps.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2008 07:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227115#M328150</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2008-07-03T07:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227116#M328151</link>
      <description>How to disable java i  startup?&lt;BR /&gt;Which r the java related startup scripts...</description>
      <pubDate>Thu, 03 Jul 2008 07:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227116#M328151</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-07-03T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227117#M328152</link>
      <description>You could go at this at a different angle.&lt;BR /&gt;&lt;BR /&gt;Look for the java binaries in /opt (most likely there I think).  Move them elsewhere or rename them.&lt;BR /&gt;&lt;BR /&gt;Then restart your server.&lt;BR /&gt;&lt;BR /&gt;Look at the rc.log to see what failed at startup.  From that you can look at which files in the rc.0 rc.2 etc folders need to be taken out.&lt;BR /&gt;&lt;BR /&gt;Might be some argument here that it could hang your server at startup though.&lt;BR /&gt;&lt;BR /&gt;An easier method would be to find out the Java executable name.&lt;BR /&gt;&lt;BR /&gt;Then do a find mixed with a grep on all startup files.&lt;BR /&gt;&lt;BR /&gt;find / -exec grep "java" {} /;&lt;BR /&gt;Modify to suit your needs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2008 08:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227117#M328152</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-07-03T08:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227118#M328153</link>
      <description>Or maybe uninstalling java from the system is a better option?  using swremove.&lt;BR /&gt;&lt;BR /&gt;Anyone know of any reasons this may be a bad idea?  I can't recall if there's anything critically dependent on java.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2008 08:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227118#M328153</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-07-03T08:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to kill process JAVA.....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227119#M328154</link>
      <description>&amp;gt;while trouble shooting the issue I found that java process is using 366MB space&lt;BR /&gt;&lt;BR /&gt;If you can't kill it with kill -9, you'll have to add more swap space or reboot.  It isn't using any CPU.&lt;BR /&gt;&lt;BR /&gt;Next time it happens, make sure you get the whole process tree with:&lt;BR /&gt;UNIX95=1 ps -Hef -x&lt;BR /&gt;&lt;BR /&gt;&amp;gt;How can I make sure that the java process will not start at startup...&lt;BR /&gt;&lt;BR /&gt;It may be very infrequent or a fluke such that you can live with it.</description>
      <pubDate>Thu, 03 Jul 2008 10:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-process-java/m-p/4227119#M328154</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-03T10:07:17Z</dc:date>
    </item>
  </channel>
</rss>

