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 Hearns
Senior HPC Engineer
Streamline Computing,
The Innovation Centre, Warwick Technology Park,
Gallows Hill, Warwick CV34 6UW
Office: 01926 623130 Mobile: 07841 231235
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems