Re: [Pacemaker] Fencing with DRAC 4

2012-08-06 Thread Jake Smith

- Original Message -
> From: "Uwe Ritzschke" 
> 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=""

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


[Pacemaker] Fencing with DRAC 4

2012-08-06 Thread Uwe Ritzschke

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?


Thank you for your advice,
Uwe


___
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


Re: [Pacemaker] Question about stonith-timeout

2012-08-06 Thread Kazunori INOUE

Hi,

Thanks for reply.
I opened Bugzilla about this.
* http://bugs.clusterlabs.org/show_bug.cgi?id=5093

Best Regards,
Kazunori INOUE

(12.08.06 13:57), Andrew Beekhof wrote:

I wondered when this request would come.

David was just looking at action timeouts, perhaps he has some ideas
on how to implement this.

Could you file a bug for this please?

On Mon, Jul 30, 2012 at 8:15 PM, Kazunori INOUE
 wrote:

Hi,

I am using Pacemaker-1.1.

I would like to set stonith-timeout which is different in each
STONITH resources like Pacemaker-1.0(*).
* 
https://github.com/ClusterLabs/pacemaker-1.0/commit/2238424b9d210657f2f0699ff9fa3c9b246f8187

For example, I want to set 60 seconds to ipmi and to set 600 seconds
to meatware. In Pacemaker-1.0, I was able to configure as follows.

group grpStonith1 \
prmStonithN1-1 \
prmStonithN1-2
primitive prmStonithN1-1 stonith:external/ipmi \
params \
priority="1" \
  * stonith-timeout="60s" \
hostlist="node1" \

primitive prmStonithN1-2 stonith:meatware \
params \
priority="2" \
  * stonith-timeout="600s" \
hostlist="node1" \



Is this specifications although it seems that different timeout
cannot be set to each STONITH in Pacemaker-1.1?

Best Regards,
Kazunori INOUE

___
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


___
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


___
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