Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <cluster name="an-cluster" config_version="5">
- <!-- Not sure if 'keyfile' here and in 'totem' is redundant. -->
- <cman expected_votes="3" keyfile="/etc/ais/authkey" />
- <!-- Set 'rrp_mode' to active if/when using 'altname' -->
- <totem secauth="on" keyfile="/etc/ais/authkey" rrp_mode="none" />
- <!-- Quorum disk. -->
- <quorumd interval="3" tko="23" label="an_qdisk" votes="1"/>
- <clusternodes>
- <clusternode name="an-node01.alteeve.com" nodeid="1">
- <fence>
- <method name="node_assassin">
- <device name="batou" port="01" action="reboot"/>
- </method>
- </fence>
- </clusternode>
- <clusternode name="an-node02.alteeve.com" nodeid="2">
- <fence>
- <method name="node_assassin">
- <device name="batou" port="02" action="reboot"/>
- </method>
- </fence>
- </clusternode>
- </clusternodes>
- <fencedevices>
- <fencedevice name="batou" agent="fence_na" ipaddr="batou.alteeve.com" login="admin" passwd="whut-whut-whut" quiet="1"/>
- </fencedevices>
- <fence_daemon post_join_delay="60"/>
- </cluster>
Advertisement
Add Comment
Please, Sign In to add comment