[Linux-cluster] Re: Re: Preventing automatic poweron?

Troels Arvin troels at arvin.dk
Sat Apr 22 15:07:47 UTC 2006


On Sat, 22 Apr 2006 10:08:03 -0400, Greg Forte wrote:
> Check your cluster.conf - it's probably already sending a "poweroff", 
> then a "poweron", like this (for an APC power unit):
> 
> <fence>
>     <method name="1">
>       <device name="FENCE1" option="off" port="1"/>
>       <device name="FENCE1" option="on" port="1"/>
>     </method>
> </fence>

My cluster.conf actually didn't have any "option" attributes in its
<method name> tags. But I added the following attributes to each of my two
<fencedevice ...> tags:
action="off"

And it works. Thanks; that way, I don't have to modify the "fence"
RPM-package.

-- 
Greetings from Troels Arvin





More information about the Linux-cluster mailing list