Jure Pečar wrote: > As I mentioned in the "stonith setup" thread, I'm having problems with > stonith on iLo2 device. Poweroff works if I use iLo web ui, but not if I use > external/riloe stonith script. > > I modified it to write the dialogue into a file, which is attached. I see no > reason why this doesn't work, apart from <inform> tag, which is harmless > according to documentation. > > Any iLo experts around?
Looking at the rilo script, I'm not sure whether the power-off action will do what you expect. The ilo scripting guide says that the '<SET_HOST_POWER HOST_POWER = "N"/> action sends an acpi power off request to do a graceful shutdown, rather than zapping the server dead. I think the SET_HOST_POWER action needs to be changed to be '<HOLD_PWR_BTN>/' or <COLD_BOOT_SERVER/> eg <RIBCL VERSION="2.0"> <LOGIN USER_LOGIN="adminname" PASSWORD="password"> <SERVER_INFO MODE="write"> <HOLD_PWR_BTN/> </SERVER_INFO> </LOGIN> </RIBCL> Guy -- Dr. Guy Coates, Informatics System Group The Wellcome Trust Sanger Institute, Hinxton, Cambridge, CB10 1HH, UK Tel: +44 (0)1223 834244 x 6925 Fax: +44 (0)1223 496802 -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
