On Wed, Feb 6, 2013 at 9:05 PM, Lukas Grossar
<[email protected]> wrote:
> Hi,
>
> I'm running a CentOS 6.3 based two-node cluster and wanted to avoid a
> possible STONITH death match. I configured STONITH to shut down the
> other node instead of rebooting it by setting action="off" in the
> STONITH primitive
>
> primitive r_STONITH_ipmi_sr-easyc-lamp-01 stonith:fence_ipmilan \
>         params auth="password" ipaddr="192.168.42.21" \
>         login="stonith" passwd="xxx" action="off" priority="1" \
>         op start interval="0" timeout="20" \
>         op stop interval="0" timeout="20" \
>         op monitor interval="300s" timeout="60"
>
> but STONITH kept rebooting the machine. I found an earlier post [1] on
> the mailing list discussing the exact same problem. I already tried to
> set stonith-action="poweroff" but then fence_ipmilan complains that it
> doesn't understand "poweroff".

Prior to 6.4 there was some inconsistency between the various agents
and whether they supported "action" or "option".
An upgrade to 6.4 in the next few weeks should solve this for you.

>
> Any help would be appreciated.
>
> Regards,
> Lukas
>
> [1] http://lists.linux-ha.org/pipermail/linux-ha/2011-February/042423.html
>
>
> --
> Adfinis SyGroup AG
> Lukas Grossar, Junior System Engineer
>
> Keltenstrasse 98 | CH-3018 Bern
> Tel. 031 550 31 11 | Direkt 031 550 31 06
>
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to