----- Original Message -----
> From: "Uwe Ritzschke" <uwe.ritzschk...@cms.hu-berlin.de>
> To: pacemaker@oss.clusterlabs.org
> Sent: Monday, August 6, 2012 8:39:51 AM
> Subject: [Pacemaker] Fencing with DRAC 4
> 
> Dear Mailinglist,
> 
> I'm struggling with fencing: I have three Dell PowerEdge 2850 with
> DRAC
> 4/i running CentOS 6.3. Is it possible to use the DRAC as fencing
> device? The "fence_drac" resource seems to be the appropriate choice,
> but I can't figure out how to use it in pacemaker since "crm ra info
> stonith:fence_drac" doesn't list any option for accessing the DRAC
> (like
> IP, username, pw). Or do I have to use fence_ipmilan?
> 

Not specifically familiar with iDRAC 4 but I use ipmi with our iDRAC 6's:

primitive p_ipmi_servername stonith:external/ipmi \
        params hostname="servername" ipaddr="xxx.xxx.xxx.xxx" userid="root" 
passwd="xxxxxxxx"

HTH

Jake

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to