<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi list,</div>

<div> </div>

<div>i have a pacemaker/corosync2 setup with 4 nodes, stonith configured over ipmi interface.</div>

<div> </div>

<div>My problem is, that sometimes, a wrong node is stonithed.</div>

<div>As example:</div>

<div>I have 4 servers: node1, node2, node3, node4</div>

<div> </div>

<div>I start a hardware- reset on node node1, but node1 and node3 will be stonithed.</div>

<div> </div>

<div>In the cluster.log, i found following entry:</div>

<div>Apr 17 11:02:41 [20473] node2   stonithd:    debug: stonith_action_create:       Initiating action reboot for agent fence_legacy (target=node1)<br/>
Apr 17 11:02:41 [20473] node2   stonithd:    debug: make_args:   Performing reboot action for node 'node1' as 'port=node1'<br/>
Apr 17 11:02:41 [20473] node2   stonithd:    debug: internal_stonith_action_execute:     forking<br/>
Apr 17 11:02:41 [20473] node2   stonithd:    debug: internal_stonith_action_execute:     sending args<br/>
Apr 17 11:02:41 [20473] node2   stonithd:    debug: stonith_device_execute:      Operation reboot for node node1 on p_stonith_node3 now running with pid=113092, timeout=60s</div>

<div> </div>

<div>node1 will be reseted with the stonith primitive of node3 ?? Why??</div>

<div> </div>

<div>my stonith config:</div>

<div>primitive p_stonith_node1 stonith:external/ipmi \<br/>
        params hostname=node1 ipaddr=10.100.0.2 passwd_method=file passwd="/etc/stonith_ipmi_passwd" userid=stonith interface=lanplus priv=OPERATOR \<br/>
        op monitor interval=3s timeout=20s \<br/>
        meta target-role=Started failure-timeout=30s<br/>
primitive p_stonith_node2 stonith:external/ipmi \<br/>
        op monitor interval=3s timeout=20s \<br/>
        params hostname=node2 ipaddr=10.100.0.4 passwd_method=file passwd="/etc/stonith_ipmi_passwd" userid=stonith interface=lanplus priv=OPERATOR \<br/>
        meta target-role=Started failure-timeout=30s<br/>
primitive p_stonith_node3 stonith:external/ipmi \<br/>
        op monitor interval=3s timeout=20s \<br/>
        params hostname=node3 ipaddr=10.100.0.6 passwd_method=file passwd="/etc/stonith_ipmi_passwd" userid=stonith interface=lanplus priv=OPERATOR \<br/>
        meta target-role=Started failure-timeout=30s<br/>
primitive p_stonith_node4 stonith:external/ipmi \<br/>
        op monitor interval=3s timeout=20s \<br/>
        params hostname=node4 ipaddr=10.100.0.8 passwd_method=file passwd="/etc/stonith_ipmi_passwd" userid=stonith interface=lanplus priv=OPERATOR \<br/>
        meta target-role=Started failure-timeout=30s</div>

<div> </div>

<div>Somebody can help me??<br/>
Thanks!</div>

<div> </div>

<div>Regards,</div>

<div>Thomas</div></div></body></html>