Hi, On Fri, Jan 11, 2008 at 04:45:24PM +0100, Luk?? Pecha wrote: > Hello, > does anyone have any experience with external/ibmrsa stonith device agent? > > I have two servers and both of them have RSA II module, so I want to enable > STONITH on them. I have read the related topics at linux-ha.org, but it's > still not clear to me, how it works - when I create the stonith clone > device, do I have to create a primitive resource for each server or do I > have to somehow specify all of the nodes in one primitive resource?
Whichever you prefer. It is admitedly a bit confusing. If you have only two nodes, then it may be preferable not to use clones, but just define two stonith resources and make constraints which wouldn't let them run on the node matching the hostname in the resource. > And are > the servers aware, that they should run primitive resource with the other > server's RSA address and not with their own? No, they are not. > I also haven't found any > documentation about ibmrsa stonith agent, so i looked into the script, and > it looks like it needs something called "mpcli" - "management processor > commmand line interface". But I haven't found, which ibm driver provides > that interface, just some references, that it exists somewhere.... It is an extra package provided by IBM. A tad heavy though: it's a Java application. There's a relatively new alternative stonith agent ibmrsa-telnet. You may want to try that one. It's available with the 2.1.3 release. > Please, if you have experience with this, could you please provide me with > some info and an example of the cib configuration for ibmrsa stonith agent? At the bottom of the said ibmrsa-telnet you'll find a CIB snippet defining one stonith resource. Thanks, Dejan > Thank you very much. > Luke > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
