Fencing reboot node

Xander

New Member
Apr 17, 2013
20
0
1
Hello ! Can explain me why Fencing begin reboot node after 5-10 seconds, config is alright, now i turn of it. what could be the problem?
 
Hello ! Can explain me why Fencing begin reboot node after 5-10 seconds, config is alright, now i turn of it. what could be the problem?

I assume your config is wrong. Do a deeper analysis and provide more details.
 
Another possibility could be:
1) Using quorum disk and disk not mounted or iscsi session failed
2) Network error
3) cman not running
4) node fenced by other node
 
my config file is :

<?xml version="1.0"?>
<cluster config_version="10" name="CLUSTER">
<cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1"/>
<fencedevices>
<fencedevice agent="fence_drac5" ipaddr="172.16.11.12" login="admin" name="bal-drac" passwd="**" secure="1"/>
<fencedevice agent="fence_drac5" ipaddr="172.16.11.13" login="admin" name="fenix-drac" passwd="**" secure="1"/>
</fencedevices>
<clusternodes>
<clusternode name="balthazar" nodeid="1" votes="1">
<fence>
<method name="1">
<device name="bal-drac"/>
</method>
</fence>
</clusternode>
<clusternode name="fenix" nodeid="2" votes="1">
<fence>
<method name="1">
<device name="fenix-drac"/>
</method>
</fence>
</clusternode>
</clusternodes>
<rm/>
</cluster>