dear all i have a web server on centos 4.6. i have configured one more back up Webserver with the same configuration as the same on the primary web server Now how to configure this servers for fault tolerance. that is. if one server gets down the other should automatically become up. Please any one help me out how to configure the above. i am new to Linux ... Regards, Gopinath M Signal Networks Pvt. Ltd. Smile... it increases your face value! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080527/2c4240c7/attachment-0005.html>
You can use IPVS. There are tutorials on howtoforge. On 5/27/08, gopinath <gopinath at signal-networks.com> wrote:> dear all > > i have a web server on centos 4.6. i have configured one more back up > Webserver with the same configuration as the same on the primary web server > > > Now how to configure this servers for fault tolerance. that is. if one > server gets down the other should automatically become up. > > > Please any one help me out how to configure the above. i am new to Linux ... > > Regards, > Gopinath M > Signal Networks Pvt. Ltd. > > > Smile... it increases your face value! >-- Sent from Google Mail for mobile | mobile.google.com Alvin Chang Yu-Ming
On Tue, 27 May 2008, gopinath wrote:> dear all > > i have a web server on centos 4.6. i have configured one more back up Webserver with the same configuration as the same on the primary web server > > > Now how to configure this servers for fault tolerance. that is. if one server gets down the other should automatically become up. > > > Please any one help me out how to configure the above. i am new to Linux ...You will want to look at the CentOS cluster suite. Depending upon whether there is shard storage involved, databases, etc, you will want to choose from the LVS (load balancing) part of cluster suite or the high availability part of cluster suite. Start here. <http://www.centos.org/modules/news/article.php?storyid=108> Barry
On Tuesday 27 May 2008 12:57:31 gopinath wrote:> Now how to configure this servers for fault tolerance. that is. if one > server gets down the other should automatically become up. > > Please any one help me out how to configure the above. i am new to LinuxFor a starter, there is a very simple tool for this. It's http://www.inlab.de/balance.html For a serious ones: 1. Linux High-Availability (http://www.linux-ha.org) 2. RedHat Cluster Suite dan Piranha (http://www.redhat.com) 3. Linux Virtual Server (http://www.linuxvirtualserver.org) 4. BeoWulf Cluster (http://www.beowulf.org) 5. Openmosix (http://openmosix.sourceforge.net) HTH, -- Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial http://linux2.arinet.org 20:07:45 up 1:21, 2.6.22-14-generic GNU/Linux Let's use OpenOffice. http://www.openoffice.org The real challenge of teaching is getting your students motivated to learn. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: <http://lists.centos.org/pipermail/centos/attachments/20080527/7d08a815/attachment-0005.sig>
Interested in this discussion too, for reasons recently discussed... On Tuesday 27 May 2008 09:07, Fajar Priyanto wrote:> For a starter, there is a very simple tool for this. > It's http://www.inlab.de/balance.html> 2. RedHat Cluster Suite dan Piranha (http://www.redhat.com) > 3. Linux Virtual Server (http://www.linuxvirtualserver.org)Do all of these (or IPVS or Cluster Suite/GFS) take care of real-time sharing of storage (sessions, database, files, logs) between all nodes? For a LAMP or JEE or any other HTTP stack serving anything but readonly static files, this is usually a requirement. GFS is for sharing filesystem I know and there are howtos. So would you put Balance or LVS on top of GFS, or... Would HA/DRBD be on the short list? http://www.drbd.org/ in our case we have a two-node cluster anyway so this seems like the most straightforward option. Or would something else be superior, more up-to-date? Sam