On Tue, Sep 20, 2011 at 10:18 PM, raki <[email protected]> wrote: > Hi > I am unable to start Heartbeat/pacemaker process. > While starting it as init.d process i am getting the following error message > on the screen. > > > /etc/init.d/heartbeat start > heartbeat: udpport setting must precede media statementsheartbeat info: > Pacemaker support: respawn > > Can you please help me on this particular issue.
The error is reasonably clear. Move the line containing "udpport" closer to the top of ha.cf (ie. before the lines with mcast/ucast/etc). > Regards > Rakesh > > _______________________________________________ > Pacemaker mailing list: [email protected] > http://oss.clusterlabs.org/mailman/listinfo/pacemaker > > Project Home: http://www.clusterlabs.org > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf > Bugs: > http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker > > _______________________________________________ Pacemaker mailing list: [email protected] http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
