Hi,

I am in the process to setup a cluster using HP iLo3 as stonith devices using 
SLES11 SP2 HA Extension. (I used formerly heartbeat-1 clusters successfully).

I defined the following primitives for stonith fencing.

primitive st-ilo-rt-lxcl9ar stonith:ipmilan \
        params hostname="rt-lxcl9ar.de.bosch.com" ipaddr="10.13.172.85" 
port="623" auth="straight" priv="admin" login="stonith" password="secret
"
primitive st-ilo-rt-lxcl9br stonith:ipmilan \
        params hostname="rt-lxcl9br.de.bosch.com" ipaddr="10.13.172.93" 
port="623" auth="straight" priv="admin" login="stonith" password="secret"

Using the location keyword I made sure that the stonith is not running on its 
own node:

location l-st-rt-lxcl9a st-ilo-rt-lxcl9ar -inf: rt-lxcl9a
location l-st-rt-lxcl9b st-ilo-rt-lxcl9br -inf: rt-lxcl9b

crm(live)configure# verify leads to some warnings:

WARNING: Resources st-ilo-rt-lxcl9ar,st-ilo-rt-lxcl9br violate uniqueness for 
parameter "port": "623"
WARNING: Resources st-ilo-rt-lxcl9ar,st-ilo-rt-lxcl9br violate uniqueness for 
parameter "password": "secret"
WARNING: Resources st-ilo-rt-lxcl9ar,st-ilo-rt-lxcl9br violate uniqueness for 
parameter "auth": "straight"
WARNING: Resources st-ilo-rt-lxcl9ar,st-ilo-rt-lxcl9br violate uniqueness for 
parameter "priv": "admin"

I now have two questions.

1. Why does crm the two distrinct primitives st-ilo-rt-lxcl9ar and 
st-ilo-rt-lxcl9br to have different parameters? Is this an error in 
stonith:ipmilan?

2. Is stonith:ipmilan the correct stonith driver for HP iLo3 (DL380 G7)? If 
yes, how to test if it is really working?

Best regards

Martin Konold

Robert Bosch GmbH
Automotive Electronics
Postfach 13 42
72703 Reutlingen
GERMANY
www.bosch.com

Tel. +49 7121 35 3322

Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart, HRB 14000;
Aufsichtsratsvorsitzender: Hermann Scholl; Geschäftsführung: Franz Fehrenbach, 
Siegfried Dais;
Stefan Asenkerschbaumer, Bernd Bohr, Rudolf Colm, Volkmar Denner, Christoph 
Kübel, Uwe Raschke,
Wolf-Henning Scheider, Werner Struth, Peter Tyroller

_______________________________________________
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