Operating System - HP-UX
1833445 Members
3127 Online
110052 Solutions
New Discussion

Re: Error on cluster logs

 
KHAIDHIR
Occasional Contributor

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

 

2 REPLIES 2
g3jza
Esteemed Contributor

Re: Error on cluster logs

Hi,
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
Stephen Doud
Honored Contributor

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).