John Hearns wrote:
Jure Pečar wrote:
Hi all,
I'm trying to configure iLo stonith with heartbeat 2.0.8. Calling
external/riloe on the command line with all the RI_* variables in the
environment works fine. Calling stonith -t external/riloe with RI_*
variables and -S also reports OK. However, I'm having troubles
figuring out how to put these variables in a file that I can call
with -F. I haven't found any examples or documentation describing the
syntax ...
I figured that if I put all variables in signle line like this:
RI_HOST=host RI_HOSTRI=host-ilo RI_LOGIN=Administrator
RI_PASSWORD=password
stonith doesn't complain about syntax but says "device not
accessible". Why?
Jure, can you access the ILO device using imitool?
Install ipmitool and try something like:
ipmitool -I lan -H host-ilo -U Administraror -P password sdr
(or 'chassis power status' instead of sdr)
John is spot on. If the ipmi output works as expected then there's a
simple X4200 stonith script previously posted here that should help.
Pete
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems