Maciej Bogucki wrote:
Mshehzad Pankhawala napisaƂ(a):
We are using desktop PCs at my institute.
We have tested  DRBD and Heartbeat,
Now we want to use RHCS. So how do we configure manual fencing.

Suggestions are welcome,

<clusternode name="node1" votes="1">
  <fence>
    <method name="1">
      <device name="manual" nodename="node1"/>
    </method>
  </fence>
</clusternode>
<clusternode name="node2" votes="1">
  <fence>
    <method name="1">
      <device name="manual" nodename="node2"/>
    </method>
  </fence>
</clusternode>


<fencedevices>
  <fencedevice agent="fence_manual" name="manual"/>
To complete the fencing you have to run "fence_ack_manual" command manually.
For more information have a look at man page of "fence_ack_manual" .

Neependra




--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to