Hi, On Wed, Jan 14, 2009 at 11:18:56AM +0100, Sebastian Reitenbach wrote: > Hi, > > I want to setup a cluster running on IBM servers. I've seen there is an > internal ipmilan, and an external/ipmi stonith plugin available. > Any recommendation which one I should use?
The "internal" ipmilan is locked in memory whereas external/ipmi (or any external plugin for that matter) is a script. In this case it's python, so at the time of the stonith reset action, python has to be loaded from the disk. In case of severe memory pressure, it may happen that the stonith action gets delayed, theoretically indefinitely. Though I doubt that that is likely to happen. Short answer: You can use either. NB: ipmilan has been rescued from rot about a year ago, so don't try it with an earlier packages. Thanks, Dejan > kind regards > Sebastian > _______________________________________________ > 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
