Hi, On Mon, Sep 13, 2010 at 03:44:57PM -0600, Peter Morreale wrote: > > Hi all, > > I'm desperately trying to find documentation on creating stonith resource > agents. Specifically the semantics of the actions passed to the resource > scripts. At the moment I am creating a cluster on ESX nodes for SLES 11 VMs. > > What are the differences between STATUS and GETSTATE for > example?
Can't recall GETSTATE. Where did you find it? > Does status imply the status of the remote node? No. It's just the status of the fencing device. > Or merely the status of the ESX server? Its not clear to me > from looking at the other stonith resource scripts. > > Unfortunately I haven't been able to find anything useful via > google. Is there documentation on creating stonith resource > scripts available? No. There's just a page on what a plugin should support here: http://www.linux-ha.org/wiki/STONITH I'd suggest to take a look at external/ssh. The big case statement has all the possible commands. Thanks, Dejan > Thanks, > -PWM > > _______________________________________________ > 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
