Operating System - HP-UX
1833880 Members
1932 Online
110063 Solutions
New Discussion

How to know what caused a failover in a 2-node SG

 
Basheer_2
Trusted Contributor

How to know what caused a failover in a 2-node SG

Hello good morning,
we have 2 nodes in a sg and had failover to sec.

how do i know what caused the failover
4 REPLIES 4
Mridul Shrivastava
Honored Contributor

Re: How to know what caused a failover in a 2-node SG

Need to check the syslog and /etc/cmcluster//.log on the primary server.

These logs will have messages about the MCSG and they will be helpful in identifying the issue.
Time has a wonderful way of weeding out the trivial
Sundar_7
Honored Contributor

Re: How to know what caused a failover in a 2-node SG

There are 10s of scenarios that will trigger the failover to the secondary.

# grep cmcld /var/adm/syslog/syslog.log

Post the output of above command.
Learn What to do ,How to do and more importantly When to do ?
BPatrick
Trusted Contributor

Re: How to know what caused a failover in a 2-node SG

Basheer,

You can check the syslog and the cluster log files.
/var/adm/syslog/syslog.log
/etc/cmcluster//.sh.log

Regards
Patrick
Thomas J. Harrold
Trusted Contributor

Re: How to know what caused a failover in a 2-node SG

Also, don't forget to see if the primary node failed:

# uptime
# cat /etc/shutdownlog
# ls -al /var/adm/crash

-tjh
I learn something new everyday. (usually because I break something new everyday)