<br><br><div><span class="gmail_quote">On 5/13/08, <b class="gmail_sendername"><a href="mailto:drbd@bobich.net">drbd@bobich.net</a></b> &lt;<a href="mailto:drbd@bobich.net">drbd@bobich.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
You need to set up your fencing devices in /etc/cluster/cluster.conf.<br><br> In each &lt;clusternode&gt; section you need a block like<br> &lt;fence&gt;<br>  &nbsp; &nbsp; &nbsp; &nbsp;&lt;method name = &quot;foo&quot;&gt;<br>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;device name = &quot;fence_foo&quot;/&gt;<br>
  &nbsp; &nbsp; &nbsp; &nbsp;&lt;/method&gt;<br> &lt;/fence&gt;<br><br> And then after &lt;/clusternodes&gt; a block like:<br><br> &lt;fencedevices&gt;<br>  &nbsp; &nbsp; &nbsp; &nbsp;&lt;fencedevice ........&gt;<br>  &nbsp; &nbsp; &nbsp; &nbsp;&lt;fencedevice ........&gt;<br> &lt;/fencedices&gt;</blockquote>
<div><br>It seems I do have&nbsp;all that setup<br><br><br>&lt;?xml version=&quot;1.0&quot;?&gt;<br><br>&lt;cluster alias=&quot;lolcats&quot; config_version=&quot;41&quot; name=&quot;lolcats&quot;&gt;<br><br>       &lt;cman expected_votes=&quot;2&quot; two_node=&quot;1&quot;/&gt;<br>
<br>       &lt;clusternodes&gt;<br><br>               &lt;clusternode name=&quot;<a href="http://njrh-testdfs1.fxserver.com">njrh-testdfs1.fxserver.com</a>&quot; nodeid=&quot;1&quot; votes=&quot;1&quot;&gt;<br><br>                       &lt;fence&gt;<br>
<br>                               &lt;method name=&quot;1&quot;&gt;<br><br>                                       &lt;device domain=&quot;<a href="http://njrh-testdfs1.fxserver.com">njrh-testdfs1.fxserver.com</a>&quot; name=&quot;xvm&quot;/&gt;<br>
<br>                               &lt;/method&gt;<br><br>                       &lt;/fence&gt;<br><br>               &lt;/clusternode&gt;<br><br>               &lt;clusternode name=&quot;<a href="http://njrh-testdfs2.fxserver.com">njrh-testdfs2.fxserver.com</a>&quot; nodeid=&quot;2&quot; votes=&quot;1&quot;&gt;<br>
<br>                       &lt;fence&gt;<br><br>                               &lt;method name=&quot;1&quot;&gt;<br><br>                                       &lt;device domain=&quot;<a href="http://njrh-testdfs2.fxserver.com">njrh-testdfs2.fxserver.com</a>&quot; name=&quot;xvm&quot;/&gt;<br>
<br>                               &lt;/method&gt;<br><br>                       &lt;/fence&gt;<br><br>               &lt;/clusternode&gt;<br><br>       &lt;/clusternodes&gt;<br><br>       &lt;fencedevices&gt;<br><br>               &lt;fencedevice agent=&quot;fence_xvm&quot; name=&quot;xvm&quot;/&gt;<br>
<br>       &lt;/fencedevices&gt;<br><br>       &lt;rm/&gt;<br><br>&lt;/cluster&gt;<br><br>&nbsp;</div><br></div><br>