On 5/26/2010 at 04:33 AM, "Pushkar Pradhan" <[email protected]> wrote: > Hi Vinod, > In order for heartbeat to provide failover to your application, it must be > started/stopped via a LSB style script. I don't know about pacemaker. This > link maybe useful: > http://www.linux-ha.org/LSBResourceAgent
Since heartbeat 2.x you're best off writing an OCF resource agent for your application. They're similar to init scripts, but, shall we say, a little more reliable. There's some (old but reasonable-looking) documentation about this at: http://www.linux-ha.org/OCFResourceAgent Regards, Tim -- Tim Serong <[email protected]> Senior Clustering Engineer, OPS Engineering, Novell Inc. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
