On Oct 26, 2012, at 7:53 AM, Marco Passerini wrote:

> Hi,
> 
> I'm trying to configure Stonith with Pacemaker on Dell servers (iDRAC7) 
> and RHEL6.
> I'm new to the Stonith concept and I'm a bit confused as the 
> configuration seems to be different on different OSes, hardware and 
> pacemaker versions.
> 
> Here's what I tried to do:
> 
> First, I found this post in which they explained how to configure 
> stonith with iDRAC6:
> http://lists.linux-ha.org/pipermail/linux-ha/2011-March/042779.html
> 
> I added those settings with "racadm", however RHEL6 does not support  
> stonith:external/ipmi.

It has fence_ipmilan instead (yum install fence_agents)


This is my configuration for R720/iDRAC7:

primitive stonith-kvm111 stonith:fence_ipmilan \
  params auth="password" ipaddr="172.31.1.111" passwd="XXX" lanplus="true" \
  login="XXX" cipher="0" method="cycle" power_wait="4" \
  pcmk_host_check="static-list" pcmk_host_list="kvm111" \
  meta failure-timeout="5s"

location l_stonith-kvm111 stonith-kvm111 -inf: kvm111

Cheers,
Vadym

_______________________________________________
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