On Tue, Jun 22, 2010 at 11:46 AM, Alain.Moulle <[email protected]> wrote: > Hi > > It seems that there is a pb on RHEL6 pacemaker release: > pacemaker-1.1.2-2.el6.x86_64 > > crm configure primitive restofencenode1 stonith:external/ipmi params
RHEL6 does not include the linux-ha fence agents. You'll need to use the ones from RHCS. They're the ones named /sbin/fence_* Eg. crm configure primitive restofencenode1 stonith:fence_ipmilan params ... > hostname=node1 ipaddr=12.112.12.1 userid=myuserid passwd=mypasswd > interface=lan meta target-role=Started > ERROR: restofencedevha1: parameter passwd does not exist > ERROR: restofencedevha1: parameter ipaddr does not exist > ERROR: restofencedevha1: parameter hostname does not exist > ERROR: restofencedevha1: parameter userid does not exist > ERROR: restofencedevha1: parameter interface does not exist > Do you still want to commit? > > Note that the same command on RHEL5 (pacemaker-1.0.8-6.1.el5) > or on fc12 (with pacemaker-1.0.5-4.fc12.x86_64) works fine. > > Did someone has already faced the same problem ? > Is there an already known issue with this release of pacemaker 1.1.2-2.el6 ? > > Thanks > Regards > Alain > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
