We are in need of some very basic software that will give us the ability to swing an ip address from one host to another during controlled maintenance or host failure. For now the IP address will be the only resource that is shared and there will never be a need for shared storage. Eventually we may want to monitor processes for health (probably just read in pid file) and it would be great if the recommended software had this ability as well but not completely necessary. The process monitoring part is just me trying to think ahead but it definitely wouldn't be needed in the near future.
Ideally, this should be light weight user land code that hopefully already comes easily with the distribution :)
Any suggestions? Thanks.
I neglected one obvious detail, this will running on 32 bit CentOS 5.1.
On Wed, 2008-01-23 at 15:51 -0500, Scott McClanahan wrote:
We are in need of some very basic software that will give us the ability to swing an ip address from one host to another during controlled maintenance or host failure. For now the IP address will be the only resource that is shared and there will never be a need for shared storage. Eventually we may want to monitor processes for health (probably just read in pid file) and it would be great if the recommended software had this ability as well but not completely necessary. The process monitoring part is just me trying to think ahead but it definitely wouldn't be needed in the near future.
Ideally, this should be light weight user land code that hopefully already comes easily with the distribution :)
Any suggestions? Thanks.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
yum install heartbeat
Very robust, very reliable, easy to configure, easy to use :-) We use it for almost every critical server for about 3 years without any problem.
Tomáš Ruprich ruprich@uikt.mendelu.cz DCD IICT MUAF Brno <www.mendelu.cz, is.mendelu.cz> tel.: +420 545 132 885, +420 602 127 744 tomyk@jabber.cz
Wed, Jan 23, 2008 ve 03:51:13PM -0500, Scott McClanahan napsal:
We are in need of some very basic software that will give us the ability to swing an ip address from one host to another during controlled maintenance or host failure. For now the IP address will be the only resource that is shared and there will never be a need for shared storage. Eventually we may want to monitor processes for health (probably just read in pid file) and it would be great if the recommended software had this ability as well but not completely necessary. The process monitoring part is just me trying to think ahead but it definitely wouldn't be needed in the near future.
Ideally, this should be light weight user land code that hopefully already comes easily with the distribution :)
Any suggestions? Thanks.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, 2008-01-23 at 22:20 +0100, Tomas Ruprich wrote:
yum install heartbeat
Very robust, very reliable, easy to configure, easy to use :-) We use it for almost every critical server for about 3 years without any problem.
Tomáš Ruprich ruprich@uikt.mendelu.cz DCD IICT MUAF Brno <www.mendelu.cz, is.mendelu.cz> tel.: +420 545 132 885, +420 602 127 744 tomyk@jabber.cz
I had originally considered heartbeat but just didn't know if version 2 was overkill. It's a pretty capable package and I just didn't want to get in over my head for this project. Is version 2 still pretty simple if you want it to be?
Wed, Jan 23, 2008 ve 04:24:43PM -0500, Scott McClanahan napsal:
On Wed, 2008-01-23 at 22:20 +0100, Tomas Ruprich wrote:
yum install heartbeat
Very robust, very reliable, easy to configure, easy to use :-) We use it for almost every critical server for about 3 years without any problem.
Tomáš Ruprich ruprich@uikt.mendelu.cz DCD IICT MUAF Brno <www.mendelu.cz, is.mendelu.cz> tel.: +420 545 132 885, +420 602 127 744 tomyk@jabber.cz
I had originally considered heartbeat but just didn't know if version 2 was overkill. It's a pretty capable package and I just didn't want to get in over my head for this project. Is version 2 still pretty simple if you want it to be?
Well, exactly as you say... if you want it to be, it can be still pretty simple :)
I don't know any software which could be simplier and still so reliable for mission critical usage.