Hello again.. I have fixed the problem and I wanted to share the resolution.
Pacemaker was not starting from init because it read from corosync that pacemaker version was set to "0". It was set to "1" in corosync.conf *but* my version line was "version: 1". I discovered that the current version of Linux-HA software expects the version parameter to be called out as "vers: 1". Just 's/version/vers/' and the environment is happy. service corosync restart ; service pacemaker restart Everything works perfectly. Ran a test of 'kill -9 corosync' on node2 and node1 killed it via fence_ipmi before I could switch xterms to check crm_mon on node1. Thanks to all that took the time to look. --Jeff _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
