1834587 Members
3469 Online
110069 Solutions
New Discussion

about cclogd

 
itkennyw
Occasional Contributor

about cclogd

expert,
in my system,I find a process named cclogd and it take the large percent resource such as disk and cpu,
could you tell me the function of cclogd,and if i can kill it to release the resouce.
KENNY
5 REPLIES 5
Michael Tully
Honored Contributor

Re: about cclogd

Hi,

The 'cclogd' (Chassis Log logging daemon) is a daemon that runs as part of your system diagnotistics. There is also a detailed man page on it. You will most likely find that is recording information into logs.

/var/stm/logs/sys/activity_log_cclogd - Activity log of cclogd
/var/stm/logs/os/ccbootlog - Last OS Chassis Code boot log
/var/stm/logs/os/ccbootlog## - OS Chassis Code boot log archives
/var/stm/logs/os/ccerrlog - Chassis Code error log
/var/stm/data/daemon_list - List of daemons installed

HTH
~Michael~
Anyone for a Mutiny ?
Animesh Chakraborty
Honored Contributor

Re: about cclogd

Hi,
It is a known problem.You can kill it.There is patch for it.
But Now I can't remember.do a search for it.Or some one can give you the patch name.
Did you take a backup?
Steven Sim Kok Leong
Honored Contributor

Re: about cclogd

Hi,

The answer to your question is in this thread:

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

Install the patch PHSS_24044 or the superceding (newer) ones.

Hope this helps. Regards.

Steven Sim Kok Leong
U.SivaKumar_2
Honored Contributor

Re: about cclogd

hi ,
cclogd is chassis code log daemon.
ref:HP
it will create new /var/stm/logs/os/ccbootlog file each time system is rebooted or the file size reaches 750K in size. When the 11th consecutive archive is being performed (ccbootlog.#+1), cclogd will
clear out the archived log files completely and get stuck in an endless loop, consuming excessive CPU cycles in the process. Also, ALL
ccbootlog.## files will be removed at this point which verifies you are seeing this
problem.

The solution for this problem is to make sure the ccbootlog archive file never exceed a total of 10. This can be done by a cron job script or manually by removing the oldest ccbootlog files.
patches:
PHSS_23658 for 11.0 PHSS_23659 for 11.11

regards,
U.SivaKumar

Innovations are made when conventions are broken
Kyoungjin Kim_1
Occasional Advisor

Re: about cclogd

Hello,

I experienced the same problem on STM A.24 Version and resolved this issue by upgrading Support Tools from A.24 to A.26 last year.

Please refer to HP Software Depot Homepage for the latest Support Tools.

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6191AAE

You can kill cclogd daemon in case of emergency.
/sbin/init.d/diagnostic stop
/sbin/init.d/diagnostic start

Hope this helps.