Is there software available out there that will load balance between 3~5 web servers? Ie micro$oft's load balancing allows you to have say 5 computers and have them aliased to 1 ip address and requests are sent the quickest responding server? I would like to implement around 4 apache servers to replace an IIS web farm but I need this failover incase servers go down. Running beowulf clustering is not a viable solution either... TIA Eric
We use the LVS system (www.linuxvirtualserver.org) and I have to say it kicks butt! Combine it with heartbeat (www.linux-ha.org) for high-availability load balancing :)
Is there software available out there that will load balance between 3~5 web servers? Ie micro$oft's load balancing allows you to have say 5 computers and have them aliased to 1 ip address and requests are sent the quickest responding server? I would like to implement around 4 apache servers to replace an IIS web farm but I need this failover incase servers go down. Running beowulf clustering is not a viable solution either... -- James Ogley, Unix Systems Administrator, Pinnacle.Net james.ogley@pinnacle.co.uk www.pinnacle.co.uk +44 20 8731 3619
This email was created and sent with: Evolution 0.10 *********************************************************************** CONFIDENTIALITY. This e-mail and any attachments are confidential and may also be privileged. If you are not the named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose, or store or copy the information in any medium. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Pinnacle Insurance Plc. If you have received this e-mail in error please immediately notify our Helpdesk on +44 (0) 20 8207 9555. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************
hi guys... how do I make another ReiserFS Partition ? using the fdisk command ? thanks bye --ed
On Fri, Jun 29, 2001 at 10:50:56AM -0600, Linux - User wrote:
how do I make another ReiserFS Partition ? using the fdisk command ?
Create a partition (device) with 'fdisk'. Create a Reiser filesystem on that device with 'mkreiserfs' Regards, Cees.
participants (4)
-
Cees van de Griend
-
ESix
-
James Ogley
-
Linux - User