On Mar 31, 2011, at 4:48 AM, Helmut Wollmersdorfer wrote:

> Hi,
> 
> today I will get two Dell Poweredge R510 with iDRAC6 Express.
> 
> The iDRAC6 Express service interface has the following (relevant)  
> features:
> 
> IPMI 2.0
> SNMP
> SSL Encryption
> Power capping
> Power control
> (and many others)
> 
> With
> 
>   # stonith -L
> 
> I got some candidates, which sound usable from the name
> 
>   drac3
>   external/drac5
>   external/dracmc-telnet
>   external/ipmi
>   ipmilan
> 
> Which one should I use?
> Experiences?
> 
> Software will be
> 
>  Debian 6.0
>  Xen 4
>  heartbeat 3.0.3
>  cluster-glue 1.0.6
>  pacemaker 1.0.9
>  drbd 8.3.7
> 
> TIA
> 

I use external/ipmi quite successfully.


Enable IPMI over LAN:

racadm config -g cfgIpmiLan -o cfgIpmiLanEnable 1
racadm config -g cfgIpmiLan -o cfgIpmiLanPrivilegeLimit 4

Create a user in drac, something like that:

racadm config -g cfgUserAdmin -i 10 -o cfgUserAdminUserName cluster
racadm config -g cfgUserAdmin -i 10 -o cfgUserAdminPassword cluster
racadm config -g cfgUserAdmin -i 10 -o cfgUserAdminEnable 1
racadm config -g cfgUserAdmin -i 10 -o cfgUserAdminPrivilege 0x000000f9
racadm config -g cfgUserAdmin -i 10 -o cfgUserAdminIpmiLanPrivilege 4

And then add stonith config:

primitive stonith-xen-20 stonith:external/ipmi \
        params hostname="xen-20" ipaddr="172.16.0.1" userid="cluster" 
passwd="cluster"

location fence-xen-20 stonith-xen-20 -inf: xen-20

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