On Fri, 2010-05-21 at 11:45 +0100, Alexander Fisher wrote:

> 
> Could you tell me how you configure external/IPMI to be tried first?

I haven't got the PDU working yet, but I do have both an ipmilan and a
meatware stonith device configured, with the IPMI to be "tried" first.
There is a priority parameter to control this:

primitive stonith-vm1 stonith:ipmilan \
        params auth="md2" hostname="***********" ipaddr="192.168.103.11"
login="*****" password="*******" port="623" priv="admin" priority="10" \
        meta target-role="Started"
primitive stonith-vm1-manual stonith:meatware \
        params hostlist="**********" priority="20" \
        meta target-role="Started"

--Greg


_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to