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"/>
</fencedevices>

Best Regards
Maciej Bogucki

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

Reply via email to