1833876 Members
1849 Online
110063 Solutions
New Discussion

Re: java process problem

 
VaSC_LYN
Occasional Contributor

java process problem

cu found 2 java processes running in his
system.
 # ps -ef|grep java
root 1594 1592 0 May 22 ? 1:17 /opt/sanmgr/jre/bin/PA_RISC2.0/java -Xms20m -Xmx120m -Djava.sec
root 1498 1 0 May 22 ? 6:26 /opt/sanmgr/jre/bin/PA_RISC2.0/java -DHAGT=1 -Djava.net.preferI

cu wanna know what it used for,it almost
occupied 170MB memory,is it normal,how to close it?

thanks.
1 REPLY 1
Matti_Kurkela
Honored Contributor

Re: java process problem

Note that the path is /opt/sanmgr/jre/<...>, not /opt/java/<...> which would be the standard location for a JVM.

This Java VM is probably installed along with whatever has created /opt/sanmgr. Then name makes me think it may be related to some SAN management application.

If you're using HP-UX 11.11 or later, you might want to run "ps -efx | grep java" to get the complete command line, so you can see the name of Java class it uses.

MK
MK