Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > a1e4c7256e415fe459334df0858f98bc > files > 81

cluster-glue-1.0.6-2.fc15.1.i686.rpm

Alain St-Denis wrote the riloe plugin. Here is short usage:

primitive st0 stonith:external/riloe \
	hostlist=target-node \
	ilo_hostname=ilo-ip-address \
	ilo_user=admin  ilo_password=secret ilo_protocol=2.0

The following additional parameters are available:

ilo_can_reset:
	Set to "1" if the ilo is capable of rebooting the host.
	Defaults to '0'.

ilo_protocol:
	Defaults to 1.2. Set to the protocol version ilo supports.

ilo_powerdown_method:
	"button" or "power", the former simulates pressing the
	button, the latter pulling the power plug. Defaults to
	"power". The "button" method is easier on the host, but
	requires ACPI.  "power" should be more reliable, but not to
	be used excessively for testing.