Did you install rpm or from source? If from source you may need to make the links yourself.
e.g [r...@dtbaims ~]# find /etc -type f -name "*heartbeat*" /etc/rc.d/init.d/heartbeat /etc/logrotate.d/heartbeat [r...@dtbaims ~]# find /etc -type l -name "*heartbeat*" /etc/rc.d/rc5.d/S75heartbeat /etc/rc.d/rc4.d/S75heartbeat /etc/rc.d/rc0.d/K05heartbeat /etc/rc.d/rc6.d/K05heartbeat /etc/rc.d/rc1.d/K05heartbeat /etc/rc.d/rc2.d/S75heartbeat /etc/rc.d/rc3.d/S75heartbeat > -----Original Message----- > From: [email protected] [mailto:linux-ha- > [email protected]] On Behalf Of john youkhana > Sent: Thursday, 18 December 2008 3:02 PM > To: linux-HA > Subject: RE: [Linux-HA] make heartbeat startup when node boots up > > > Yeah i tried that but i doesn't list the process. I'm on CentOS 5. > > > From: [email protected] > > To: [email protected] > > Subject: RE: [Linux-HA] make heartbeat startup when node boots up > > Date: Thu, 18 Dec 2008 14:57:13 +1000 > > > > Normally done by the OS start/stop scripts. > > > > e.g. in RedHat Linux > > > > [r...@dtbaims ~]# ls -l /etc/init.d/heartbeat > > -rwxr-xr-x 1 root root 9528 Nov 15 04:50 /etc/init.d/heartbeat > > > > [r...@dtbaims ~]# chkconfig --list | grep heartbeat > > heartbeat 0:off 1:off 2:on 3:on 4:on 5:on 6:off > > > > > > > -----Original Message----- > > > From: [email protected] [mailto:linux-ha- > > > [email protected]] On Behalf Of john youkhana > > > Sent: Thursday, 18 December 2008 1:35 PM > > > To: linux-HA > > > Subject: [Linux-HA] make heartbeat startup when node boots up > > > > > > > > > Hi, > > > > > > How do we get heartbeat to startup when the node boots up. This is so > when > > > i restart a node it will also start heartbeat instead of doing it > > > manually. > > > > > > Thanks, > > > John > > > > > > _________________________________________________________________ > > > Messenger's gift to you! Download free emoticons today! > > > http://livelife.ninemsn.com.au/article.aspx?id=669758 > > > _______________________________________________ > > > 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 > > _________________________________________________________________ > Holiday cheer from Messenger. Download free emoticons today! > http://livelife.ninemsn.com.au/article.aspx?id=669758 > _______________________________________________ > 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
