On Thu, May 24, 2012 at 03:42:05PM -0700, Tracy Reed wrote: > I've got something strange going on with both my firewall cluster and my load > balancer cluster. Every few weeks the HA interfaces become unreachable, maybe > after the same amount of time. If I shutdown and restart both nodes everything > comes back up ok. Unfortunately it happened in production and at a bad time so > I didn't have time to really methodically troubleshoot or save much info. > > I have log output from the node that was active when it failed and my config > here: > > http://pastebin.com/h8ywGqKi > > One very weird thing which I haven't resolved is this line: > > May 1 12:58:30 lb2 lrmd: [10412]: info: RA output: (pin1:monitor:stderr) > /usr/lib/ocf/resource.d//heartbeat/IPaddr2: line 332: syntax error near > unexpected token `esac' > > Relevant versions: > CentOS 6.2 > corosync-1.4.1-4.el6.x86_64 > pacemaker-1.1.6-3.el6.x86_64 > > Any ideas?
Something is broken with your IPaddr2 script. Relevant package would be resource-agents. I suggest you simply wget https://raw.github.com/ClusterLabs/resource-agents/master/heartbeat/IPaddr2 and pastebin diff -u /usr/lib/ocf/resource.d//heartbeat/IPaddr2 ./IPaddr2 Or replace yours with the current one. Maybe just upgrade resource-agents? Though, if the script is broken in that way (syntax error), it should never work, and not even start, usually. -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
