- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- about cclogd
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 10:05 PM
05-08-2002 10:05 PM
about cclogd
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 10:12 PM
05-08-2002 10:12 PM
Re: about cclogd
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~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 10:16 PM
05-08-2002 10:16 PM
Re: about cclogd
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 10:19 PM
05-08-2002 10:19 PM
Re: about cclogd
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 10:22 PM
05-08-2002 10:22 PM
Re: about cclogd
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:53 PM
05-09-2002 06:53 PM
Re: about cclogd
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.