- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error message on Syslog - cmfileassistd
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
12-13-2006 03:27 PM
12-13-2006 03:27 PM
Error message on Syslog - cmfileassistd
I get an error in syslog file stating
1. cmfileassistd[20744]: Updated file /etc/cmcluster/cmclconfig (length = 61952).
2. cmcld[2705]: Service cmfileassistd terminated due to an exit(0).
both having a same time stamp.
I would like to know that does it happens when a package is stopped/started. If so how to handle the situation.
Also what does the error#2 denotes.. Please help me out to solve this issue.
Thanks
Venkatesan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 03:41 PM
12-13-2006 03:41 PM
Re: Error message on Syslog - cmfileassistd
1. $ tail -f /var/adm/syslog/syslog.log
2. start cluster
do the same when stopping, the syslog.log will tell you some interesting things.
also, strongly suggest getting this book:
HP-UX CSE: Official Study Guide and Desk Reference ISBN-10: 0-13-146396-9; ISBN-13: 978-0-13-146396-7; Charles Keenan.
http://www.informit.com/bookstore/product.asp?isbn=0131463969&rl=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 05:03 PM
12-13-2006 05:03 PM
Re: Error message on Syslog - cmfileassistd
"cmfileassistd" daemon is a File Management Daemon. The "cmfileassistd" daemon is used by cmcld to manage the files that it needs to read from, and write to, disk. This is to prevent any delays in issuing Input/Output from impacting the timing of cmcld.
Thus "cmcld" is reporting as the operation successful i.e. exit(0) by "cmfileassistd" daemon which has updated the cmclconfig file as it's job.
The standard error#2 indicates "No such file or directory". You can see other errors in /usr/include/sys/errno.h
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 05:52 PM
12-13-2006 05:52 PM
Re: Error message on Syslog - cmfileassistd
Is there any harm to the system or cluster in such case.
regards,
Venkatesan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 06:13 PM
12-13-2006 06:13 PM