I am in the process of climbing the learning curve for Pacemaker. I'm using RPMs from clusterlabs on CentOS 5:
heartbeat-3.0.2-2.el5 pacemaker-1.0.7-4.el5 It has been a long hard struggle, but I have mostly gotten my two-node cluster working. But I've hit a wall trying to get stonith to work. I used these commands (sanitized) in the CRM shell: crm(live)configure# primitive stonith-vm1 stonith:ipmilan params auth=straight hostname=node1.fqdn ipaddr=****** login=***** password=***** priv=admin port=23 crm(live)configure# location nosuicide-vm1 stonith-vm1 rule -inf: #uname eq node1.fqdn Committing seems to work, but it fails to start the stonith resource. The error I get in the logs is: Mar 05 12:30:55 node2.fqdn stonithd: [6982]: WARN: start stonith-vm1 failed, because its hostlist is empty I have Googled up previous e-mail messages about this error message but no solution was posted. Where is the hostlist set? If I try to use that as a parameter, I get an error that there is no such parameter. Just for grins I tried the equivalent thing (some of the parameter names are slightly different) using an external/ipmi stonith device and got the same error. I must be missing something very fundatmental. Thanks for any pointers, --Greg _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
