cclogd 99% CPU ?


 
Thread Tools Search this Thread
Operating Systems HP-UX cclogd 99% CPU ?
# 1  
Old 06-28-2007
cclogd 99% CPU ?

Hello,

Can someone tell me why the deamon cclogd use 99% CPU ?
I understand (doing some research on internet) that this deamon is for diagnostic.
here the result of top command and sar commands:
# sar 1 10
HP-UX NAWUX01 B.11.00 U 9000/800 06/29/07
09:06:55 %usr %sys %wio %idle
09:06:56 17 83 0 0
09:06:57 25 75 0 0
09:06:58 17 83 0 0
09:06:59 28 72 0 0
09:07:00 19 81 0 0
09:07:01 16 84 0 0
09:07:02 26 74 0 0
09:07:03 21 79 0 0
09:07:04 18 82 0 0
09:07:05 24 76 0 0

Average 21 79 0 0

# top
Load averages: 1.21, 1.19, 1.15
173 processes: 170 sleeping, 3 running
Cpu states:
LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
1.21 21.4% 0.0% 78.6% 0.0% 0.0% 0.0% 0.0% 0.0%

Memory: 79700K (24800K) real, 191952K (42936K) virtual, 4124K free Page# 1/8

TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
? 2024 root 213 10 80K 64K run 217391:03 98.91 98.73 cclogd
? 28 root 152 20 0K 0K run 76:46 1.16 1.15 vxfsd


I don;t know how to fix it. I didn;t find any core files so I don't know what is the impact if we stop / start diagnostic ...
If someone can give me some advise.

Thanks in advance.
Cheers
Al.
# 2  
Old 06-28-2007
You need to install the latest STM patch for your OS. Or upgrade the OS to a recent version.
# 3  
Old 06-28-2007
Thanks for the quick reply.

I can't upgrade the OS (because of the application to critical and they don't know how to update it so we have to keep the system like this).

If I install the patch what that will require (a reboot ?) if not this will fix the problem ? (but still don't know the cause)

Cheers
# 4  
Old 06-28-2007
The cause is that the guy who wrote cclogd made a boo-boo. You have a broken cclogd. You need the fixed cclogd. That is why you need a patch. Yes, it will probably require a reboot.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Why Entitlement CPU can't be set to same as Virtual CPU?

I read that Entitlement CPU should be set to max 75% compare to Virtual CPU. May I know the reason. I have set the Entitlement CPU = Virtual CPU on AIX . It works fine . Can you help to understand. (1 Reply)
Discussion started by: gabhanes
1 Replies

2. Red Hat

Esxi INTEL cpu vs esxi AMD cpu

Hi i have 2 esxi. one is amd based cpu and the other is intel based cpu. i have a redhat linux machine that was created in amd cpu esxi, now i need to migrate it (powered off) to INTEL based esxi. will the redhat machine will be OK with that? Thanks (2 Replies)
Discussion started by: guy3145
2 Replies

3. AIX

Entitled CPU lesser Than Used CPU !!

Hi All, It may be a n00b question, but i really want to know , How Entitled Capacity is less and Used CPU is more when there is no Free CPU is available in the managed system. I have 5LPARs in a MS with Dual VIO. Managed System CPU details Available: 0.20 Assigned to partitions: 15.80... (11 Replies)
Discussion started by: Thala
11 Replies

4. UNIX for Dummies Questions & Answers

Is it possible to combine multiple CPU to act as a single CPU on the same server?

We have a single threaded application which is restricted by CPU usage even though there are multiple CPUs on the server, hence leading to significant performance issues. Is it possible to merge / combine multiple CPUs at OS level so it appear as a single CPU for the application? (6 Replies)
Discussion started by: Dissa
6 Replies

5. Solaris

Difference between CPU CHIP and CPU ID

Hi All, What is the difference between CPU CHIP and CUP ID on SUN/ Oracle M5000 servers.. Thanks in advance (3 Replies)
Discussion started by: kumarmani
3 Replies

6. Solaris

CPU and CPU-Utilization

Hi, I am a weblogic Admin I our env there are 5 servers running in one Solaris 10 Sparc machine. But when i tried for process status using <top> command I got the following output load averages: 1.75, 2.18, 2.12; up 134+08:28:49 22:24:21 79 processes: 77 sleeping, 1 running,... (1 Reply)
Discussion started by: Joseph Antoine
1 Replies

7. Solaris

cpu-shares vs cpu-cap in solaris

Can anyone tell me difference between cpu-shares vs cpu-cap in solaris & how FSS will work with cpu-caps ? (9 Replies)
Discussion started by: fugitive
9 Replies

8. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

9. UNIX for Dummies Questions & Answers

how to get persistant cpu utilization values per process per cpu in linux (! top,ps)

hi, i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies

10. Solaris

How to down a particular CPU in a server, witch is having 16 CPU's

Hi.., my dout is a solaris server is having 16 cpu's. in tht one cpu running some error process, accupaying more space. I wanna down tht particular CPU only with out interrupting the other 15 CPU's. how can i do this. is there any command for this ?? (5 Replies)
Discussion started by: b.janardhanguru
5 Replies
Login or Register to Ask a Question