Insight Remote Support
1752567 Members
5134 Online
108788 Solutions
New Discussion юеВ

Re: ISEE Java hogging CPU

 
SOLVED
Go to solution
MikeL_4
Super Advisor

ISEE Java hogging CPU

We had an issue where the Java process for ISEE was using up the CPU on our server:

/opt/hpservices/jre/opt/java1.4/jre/bin/PA_RISC2.0/java -DRunne

The top command showed:
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND

6 ? 8455 root 152 20 249M 65956K run 799:00 200.30 199.95 java

1 ? 28481 oracle 154 20 5294M 7412K sleep 7:20 4.54 4.53 oraclevpsebl

Any idea why this would occur ??


2 REPLIES 2
Liem Nguyen
Honored Contributor
Solution

Re: ISEE Java hogging CPU

Mike,

java -DRu belongs to Runner application.

You can stop/start Runner by:
/sbin/init.d/runner stop/start

You can disable Runner from startup during bootime:
/etc/rc.config.d/runner.conf
START_RUNNER = 0

Runner is an application mostly used by HP Account Team for Mission Critical Server. Runner records up/down time.

If this Server is a Mission Critical Server, you may want to notify your ASE of the problem, if it's not a MC Server, I think you should disable Runner.

Hope this helps,

MikeL_4
Super Advisor

Re: ISEE Java hogging CPU

Liem

Thanks alot for your response. This is running on a MC server so I will pass this information on to our ASE.

Thanks