Operating System - HP-UX
1827473 Members
2404 Online
109965 Solutions
New Discussion

Re: Service PKG*4098 terminated due to an exit(0).

 
SOLVED
Go to solution
huaxiang
Frequent Advisor

Service PKG*4098 terminated due to an exit(0).

nitializing
Sep 27 21:42:47 cjlz1 cmnetd[6265]: Executing command: rm -f /var/adm/cmcluster/.cmnetd.*.socket
Sep 27 21:42:47 cjlz1 cmdisklockd[6268]: Changed to working directory /var/adm/cmcluster/cmdisklockd.
Sep 27 21:42:47 cjlz1 cmdisklockd[6268]: cmdisklockd started
Sep 27 21:42:47 cjlz1 cmcld[6257]: Starting cluster management protocols.
Sep 27 21:42:47 cjlz1 cmcld[6257]: Attempting to form a new cluster
Sep 27 21:42:47 cjlz1 cmcld[6257]: Beginning standard election
Sep 27 21:42:47 cjlz1 cmdisklockd[6268]: Cluster lock disk /dev/disk/disk157 is accessible
Sep 27 21:42:48 cjlz1 cmcld[6257]: New node cjlz2 is joining the cluster
Sep 27 21:42:50 cjlz1 cmcld[6257]: Turning on safety time protection
Sep 27 21:42:50 cjlz1 cmcld[6257]: 2 nodes have formed a new cluster, sequence #1
Sep 27 21:42:50 cjlz1 cmcld[6257]: The new active cluster membership is: cjlz1(id=1), cjlz2(id=2)
Sep 27 21:42:50 cjlz1 cmlvmd[6269]: Clvmd initialized successfully.
Sep 27 21:42:50 cjlz1 cmcld[6257]: Request from node cjlz1 to start package cj_pkg1 on node cjlz1.
Sep 27 21:42:50 cjlz1 cmcld[6257]: Executing '/etc/cmcluster/cj_pkg1/cj_pkg1.cntl start' for package cj_pkg1, as service PKG*4098.
Sep 27 21:42:50 cjlz1 LVM[6284]: vgchange -a e vgcj1
Sep 27 21:42:50 cjlz1 cmcld[6257]: (cjlz2) Started package lz_pkg1 on node cjlz2.
Sep 27 21:42:50 cjlz1 syslog: cmmodnet -a -i 10.1.0.27 10.1.0.0
Sep 27 21:42:50 cjlz1 cmcld[6257]: Service PKG*4098 terminated due to an exit(0).
Sep 27 21:42:50 cjlz1 cmcld[6257]: Started package cj_pkg1 on node cjlz1.
6 REPLIES 6
huaxiang
Frequent Advisor

Re: Service PKG*4098 terminated due to an exit(0).

attach is cmscan file.
melvyn burnard
Honored Contributor

Re: Service PKG*4098 terminated due to an exit(0).

and what is your problem?
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
GabrielHuerta
Occasional Advisor

Re: Service PKG*4098 terminated due to an exit(0).

try cmcheckconf to obtain more info...
Michael Steele_2
Honored Contributor

Re: Service PKG*4098 terminated due to an exit(0).

No one knows what your question is. What are you asking for help on? Nothing presented has an error. What is your error?
Support Fatherhood - Stop Family Law
Stephen Doud
Honored Contributor
Solution

Re: Service PKG*4098 terminated due to an exit(0).

The message, "Service PKG*4098 terminated due to an exit(0)." indicates that the package startup completed with no errors.
If you check higher up in the syslog for PID 4098, you will find that it is associated with the package startup process.
An exit with status 0 (zero) is usually a healthy exit.
huaxiang
Frequent Advisor

Re: Service PKG*4098 terminated due to an exit(0).

Thank you all, everything is ok now.