Operating System - HP-UX
1834814 Members
2826 Online
110070 Solutions
New Discussion

Re: Cluster pkg switching

 
Victor Burguillos_4
Frequent Advisor

Cluster pkg switching

Hi I have a problem with my serviceguard cluster.
I have a SG cluster with two nodes (TCA068 y TCA070).
The principal node is tca068.
The package just alone switching to another node but no aparaent root cause.
In the pkg log file just show the folowing message: Jul 2 11:45:02 - Node "tca068" Exiting Toolkit Monitoring because one of the key oracle process has failed.
Somebody help me.

Regards,

VB.
5 REPLIES 5
melvyn burnard
Honored Contributor

Re: Cluster pkg switching

Jul 2 11:45:02 - Node "tca068": Halting service BD_BDC
cmhaltserv : Service name BD_BDC is not running.
Jul 2 11:45:02 - Node "tca068": Halting service bdc_listener

You have a monitor runing that is checking that vital processes are alive.
One of these has died, hence the monitor "dies" and the packag eis halted because of that.
Check your syslog and any oracle logs to see what died.
Also check your package monitor script to see what processes it is looking for
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Victor Burguillos_4
Frequent Advisor

Re: Cluster pkg switching

Hi melvyn,
The syslog don't show what prosess failed. Any other choise???
Victor Burguillos_4
Frequent Advisor

Re: Cluster pkg switching

Hi melvyn,
The syslog don't show what prosess failed. Any other choise???
John Bigg
Esteemed Contributor

Re: Cluster pkg switching

It appears you are now working direct with HP support so you should the help you require soon if you have not received this already.
Srinivas Thokala_1
Frequent Advisor

Re: Cluster pkg switching

All the error messages will be logged in to pkg control log file and syslog.log file.

Exaple: #vi /etc/cmcluster//pkg.ctl.log
# vi /var/adm/syslog/syslog.log

While doing maintenance you can also open another window and view log files with
#tail -f /etc/cmcluster//pkg.ctl.log
#tail -f /var/adm/syslog/syslog.log
Srinivas


Srinivas Thokala