- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error on cluster logs
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
07-01-2011 12:20 PM
07-01-2011 12:20 PM
Error on cluster logs
Hi ,
Below the details extract from cluster log :
cmcld: Service lnkyb_svr terminated due to an exit(1).
cmcld: Service PKG*35849 terminated due to an exit(0).
Anybody know what mean this line and the root cause.
Thanks,
Khaidhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2011 05:43 AM
07-06-2011 05:43 AM
Re: Error on cluster logs
you should investigate your package control script log files.
What SG version are you using?
the package log files can be found by default in /etc/cmluster/<package_name>/<package>.cntl.log
In newer release of SG it is in /var/adm/cmcluster/log/<package>.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2011 09:15 AM
07-06-2011 09:15 AM
Re: Error on cluster logs
exit 0 is a normal exit and an exit 1 is abnormal.
exit 0 occurs when a package is being halted
exit 1 occurs when the service terminates because it's monitored process(es) where not found in the process list (typically).
A service is associated with a script that is defined in either the modular package configuration file or the legacy package control script. Inspect the service monitor script to learn what application process it is checking for.
Ideally, a monitor will identify the process that is no longer found in the process list (to help identify why the service exited, and took the package down).