1838389 Members
3259 Online
110125 Solutions
New Discussion

cclogd 100% cpu

 
SOLVED
Go to solution
Juan Manuel López
Valued Contributor

cclogd 100% cpu

My Hp/Ux machine is always at 100% CPU !!!
This is the top exit:
System: ss03 Wed Aug 22 10:14:36 2001
Load averages: 2.27, 2.30, 2.34
114 processes: 102 sleeping, 12 running
Cpu states:
LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
2.27 17.8% 0.0% 82.2% 0.0% 0.0% 0.0% 0.0% 0.0%

Memory: 131592K (55260K) real, 111520K (49744K) virtual, 6196K free Page# 1/4

TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
? 12200 root 216 10 80K 244K run 5799:06 98.51 98.34 cclogd
? 28 root 152 20 0K 0K run 14:21 1.17 1.17 vxfsd
? 2709 genesys 154 24 536K 472K sleep 84:39 0.36 0.36 lca
? 512 root 154 20 32K 48K sleep 72:34 0.20 0.20 syncer

It is not normal ! Why ?


I would like to be lie on a beautiful beach spending my life doing nothing, so someboby has to make this job.
5 REPLIES 5
melvyn burnard
Honored Contributor

Re: cclogd 100% cpu

This has been discussed many times in this forum.
If you go search for the cclogd you will find many documents.
It is normally a result of a leak in the process, and has been fixed by patches which document this. As youy have not stated your OS verion or your DIAGNOSTIC product version, I cannot supply a patch number, or advise which version of DIags to update to.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Sridhar Bhaskarla
Honored Contributor

Re: cclogd 100% cpu

Please check if there are problems with the hardware by running xstm or cstm.

Also, it will be very helpful if you can run the sar command

$sar 1 10

Observe the %sys if it is more than 20, it could be due to some H/W issues

If there is %WIO > 20, then you have a disk bottleneck. If you see vxfsd continously on the top of the list, there is a lot of file system activity.

There are other options like sar -d , sar -b to check the disk activity

You can use sar -v to check the kernel parameters.

But I would check sar and check %SYS as there is something suspecious about cclogd that is taking quite some CPU. Run stm and check the particularly the chassis errorlogs. This could be a H/W issue.

-Sri

You may be disappointed if you fail, but you are doomed if you don't try
eran maor
Honored Contributor
Solution

Re: cclogd 100% cpu

Hi

The server returned to "normal" after removing the core file and
restarting the cclogd daemon as follows:

# /sbin/init.d/diagnostic stop

# /sbin/init.d/diagnostic start

this will solve the problem .
love computers
Juan Manuel López
Valued Contributor

Re: cclogd 100% cpu

My Hp/Ux version is B.11.00
The diag version: OnlineDiag B.11.00.16.09 HPUX 11.0 Support Tools Bundle

Sri, next time I will try to find the answer on old messages.
Thanks in advance.
Juanma
I would like to be lie on a beautiful beach spending my life doing nothing, so someboby has to make this job.
Praveen Bezawada
Respected Contributor

Re: cclogd 100% cpu

Hi
The best thing to do in these situation is to monitor ths system through Glance. It displays quite a few metrics that can help in pinpointing the reason for this kind of system behaviour.
The metrics to study for high cpu utilisation would be the CPU report and proc list to know if one process is causing this or a whole group of process involved.
The paging statistics, thread states,openfiles list, to begin with can give you a good idea of what's happening.
If you do not have glance installed you can get a trial version of it from HP software downloads.
All the best...

...BPK...