Schmidt, Florian schrieb: > OK, so I think I will try to write such a script. I think OFC is more > difficult, so what are the advantages of OCF against LSB-scripts? > > Is this possible also with LSB-Scripts: > <op id="Monitoring" interval="30s" name="monitor" timeout="15s"/> > (because I saw this only with OCF-RAs until now) > > > Regards > Florian > Yes.
Basically you need start, stop and status. start and stop should be implemented. Perhaps you need to write the status part which should not be very difficult. See: http://www.linux-ha.org/LSBResourceAgent to test if your LSB-RA works. Michael Schwartzkopff _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
