digimer

Untitled

Mar 6th, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.44 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <cluster name="an-cluster" config_version="5">
  3.         <!-- Not sure if 'keyfile' here and in 'totem' is redundant. -->
  4.         <cman expected_votes="3" keyfile="/etc/ais/authkey" />
  5.         <!-- Set 'rrp_mode' to active if/when using 'altname' -->
  6.         <totem secauth="on" keyfile="/etc/ais/authkey" rrp_mode="none" />
  7.         <!-- Quorum disk. -->
  8.         <quorumd interval="3" tko="23" label="an_qdisk" votes="1"/>
  9.         <clusternodes>
  10.                 <clusternode name="an-node01.alteeve.com" nodeid="1">
  11.                         <fence>
  12.                                 <method name="node_assassin">
  13.                                         <device name="batou" port="01" action="reboot"/>
  14.                                 </method>
  15.                         </fence>
  16.                 </clusternode>
  17.                 <clusternode name="an-node02.alteeve.com" nodeid="2">
  18.                         <fence>
  19.                                 <method name="node_assassin">
  20.                                         <device name="batou" port="02" action="reboot"/>
  21.                                 </method>
  22.                         </fence>
  23.                 </clusternode>
  24.         </clusternodes>
  25.         <fencedevices>
  26.                 <fencedevice name="batou" agent="fence_na" ipaddr="batou.alteeve.com" login="admin" passwd="whut-whut-whut" quiet="1"/>
  27.         </fencedevices>
  28.         <fence_daemon post_join_delay="60"/>
  29. </cluster>
Advertisement
Add Comment
Please, Sign In to add comment