Results 1 to 1 of 1
Hi,
I have installed a two node redhat cluster on RHEL 5.8
I have defined a quorum as below :
Code:
<quorumd interval="2" label="mycluster" min_score="2" tko="5" votes="1">
<heuristic interval="2" program="/usr/share/cluster/check_eth_link.sh ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-19-2012 #1Just Joined!
- Join Date
- Dec 2012
- Posts
- 1
Redhat clsuter reboot due to Heuristic timeout
Hi,
I have installed a two node redhat cluster on RHEL 5.8
I have defined a quorum as below :
And here is check_eth_link.sh :Code:<quorumd interval="2" label="mycluster" min_score="2" tko="5" votes="1"> <heuristic interval="2" program="/usr/share/cluster/check_eth_link.sh bond0" score="3"/> </quorumd>
From time to time one of the node got reboot and this is the entry in logs just before reboot :Code:#!/bin/sh ethtool $1 | grep -q "Link detected.*yes" exit $?
But there is not any issue on my network. I would like to knowCode:Dec 18 17:32:27 node1 qdiskd[8730]: <info> Heuristic: '/usr/share/cluster/check_eth_link.sh bond0' DOWN - Exceeded timeout of 8 seconds Dec 18 17:32:27 node1 qdiskd[8730]: <notice> Score insufficient for master operation (0/3; required=2); downgrading
1. Is my configuration correct or it can be better ?
2. Is there any way to increase timeout to a value more than current which seems to be 8
Any note that may help me is highly appreciated.
Thanks,Last edited by atreyu; 12-19-2012 at 04:42 AM. Reason: added CODE tags for readability


Reply With Quote
