1825793 Members
2210 Online
109687 Solutions
New Discussion

High Sysload

 
SOLVED
Go to solution
TMcB
Super Advisor

High Sysload

Our system is an HP9000 running 10.20. It has 3 CPUs (200MHz).

We have been having a problem with all 3 CPUs being 100% used, with approx 70% of this sysload, and the load is averaging 12-20

We have discovered via ps -ef that some of the ksh processes have been left with a ppid of 1.
As soon as we kill these processes, the sysload reduces to 2-3%, and the system ruturns to normal, with load < 1.

I can monitor this server constantly, and as soon as the sysload increases kill the appropriate processes, but obviously I can't do this 24/7.

Is there any way round this
Any help is greatly appreciated
8 REPLIES 8
Ravi_8
Honored Contributor

Re: High Sysload

Hi
ppid of 1 shows that your applications creating orphans processes. for first try reboot the machine, if this didn't solve your problem check with the software vendor
never give up
TMcB
Super Advisor

Re: High Sysload

We have reboot the machine, and this solves the problem for a while.

Why would an orphaned process have such an effect.
There were only three ksh processes orphaned, yet the sysload was 70%.

Marcelo De Florio_1
Frequent Advisor

Re: High Sysload

The ppid 1 means that (pid) child lost reference to his parent; so you should check your software vendor in order to resolve this problem.

Marcelo De Florio
Ravi_8
Honored Contributor

Re: High Sysload

Hi,
how much is the RAM and swap
never give up
Ravi_8
Honored Contributor

Re: High Sysload

Hi,
since even after reboot sysload is going high, i doubt with the softwares running in the machine, check with the vendor or let me know the softwares you are running.
never give up
James R. Ferguson
Acclaimed Contributor
Solution

Re: High Sysload

Hi Terry:

This has been seen before. Take a look at this thread:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6ddbf9beca68d511abcd0090277a778c,00.html

...JRF...
TMcB
Super Advisor

Re: High Sysload

the patch mentioned in the previous example was installed. I have removed it using swremove. The problem is still ocurring. Do I have to reboot the machine??
Also, do I have to install any other patch instead ?
Thanks
TMcB
Super Advisor

Re: High Sysload

Problem solved once I removed the patch and rebooted.

Thanks
to everyone for the help