Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cclogd 99% CPU ?

Status
Not open for further replies.

oliverbeat

Technical User
Sep 3, 2004
86
NZ
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.
 
man cclogd:

The Support Tools Manager (STM) uses logging daemon cclogd to save
chassis logs in the chassis code log files.

Chassis logs are log records which are generated by various system
hardware, software and firmware. They can contain error indicators as
well as informational messages.

restart diagnostic with:

/sbin/init.d/diagnistic stop
/sbin/init.d/diagnistic start

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top