[Linux-cluster] one-node cluster.xml (from question on IRC)

Lon Hohberger lhh at redhat.com
Fri Jul 2 18:53:35 UTC 2004


Place in /etc and /etc/cluster; salt to taste.  You *need* fencing, even
if it's just fence-manual.

-- Lon

<?xml version="1.0"?>
<cluster name="pretty" config_version="5">

<cman>
</cman>

<dlm>
</dlm>

<nodes>
  <node name="red" votes="3">
    <fence>
      <method name="power">
        <device name="wti" port="3"/>
      </method>
    </fence>
  </node>
</nodes>


<fence_devices>
  <device name="apc" agent="fence_apc" ipaddress="apcms.super.com"
login="apc" password="apc"/>
  <device name="wti" agent="fence_wti" ipaddress="wti.super.com"
password="wti"/>
</fence_devices>


<rm>
</rm>

</cluster>





More information about the Linux-cluster mailing list