digimer

Untitled

May 24th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.74 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <cluster name="an-cluster-A" config_version="7">
  3.         <cman expected_votes="1" two_node="1" />
  4.         <clusternodes>
  5.                 <clusternode name="an-node01.alteeve.com" nodeid="1">
  6.                         <fence>
  7.                 <method name="ilo">
  8.                     <device action="reboot" name="ilo_an01"/>
  9.                 </method>
  10.                                 <method name="pdu">
  11.                                         <device name="pdu1" port="1" action="reboot" />
  12.                                         <device name="pdu2" port="1" action="reboot" />
  13.                                 </method>
  14.                         </fence>
  15.                 </clusternode>
  16.                 <clusternode name="an-node02.alteeve.com" nodeid="2">
  17.                         <fence>
  18.                 <method name="ilo">
  19.                     <device action="reboot" name="ilo_an02"/>
  20.                 </method>
  21.                                 <method name="pdu">
  22.                                         <device name="pdu1" port="2" action="reboot" />
  23.                                         <device name="pdu2" port="2" action="reboot" />
  24.                                 </method>
  25.                         </fence>
  26.                 </clusternode>
  27.         </clusternodes>
  28.         <fencedevices>
  29.         <fencedevice agent="fence_ilo" ipaddr="an-node01.ilo" login="root" name="ilo_an01" passwd="secret"/>
  30.         <fencedevice agent="fence_ilo" ipaddr="an-node02.ilo" login="root" name="ilo_an02" passwd="secret"/>
  31.                 <fencedevice agent="fence_apc_snmp" ipaddr="pdu1.alteeve.com" name="pdu1" />
  32.                 <fencedevice agent="fence_apc_snmp" ipaddr="pdu2.alteeve.com" name="pdu2" />
  33.         </fencedevices>
  34.         <fence_daemon post_join_delay="30" />
  35.         <totem rrp_mode="none" secauth="off"/>
  36. </cluster>
Advertisement
Add Comment
Please, Sign In to add comment