BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Redundant array of inexpensive servers: clustering?
- Subject: [Discuss] Redundant array of inexpensive servers: clustering?
- From: richard.pieri at gmail.com (Richard Pieri)
- Date: Tue, 01 Apr 2014 15:08:28 -0400
- In-reply-to: <20140401183344.GD13995@dragontoe.org>
- References: <59f17e1985643ee2db54537d32f525c6.squirrel@webmail.ci.net> <533A9744.70603@gmail.com> <533AE780.3080409@gmail.com> <20140401183344.GD13995@dragontoe.org>
Derek Martin wrote: > It really depends, but mostly it isn't. One of my earliest gigs was > managing just such an environment, which mostly included a few custom > applications which were not designed to be clustered. With the right > hardware, it's fairly trivial. But the right hardware is expensive. Clustering non-HA apps can be trivial if those apps have few dependencies. For example, clustering Apache by itself is easy. You just need a storage resource, a network resource, and the startup and shutdown scripts. The complexity arises when service groups depend on other service groups. In a three-tier web app you have the web server, the application server and the database server. There are dependency chains that have to kept intact for the whole thing to work. Service migration needs to be planned so that you don't end up with all three service groups running on a single node. That's just one point in a simple three-node cluster. Consider expanding that to a half-dozen nodes with several dozen service groups with various dependencies to each other. Planning that out is a lot of work and there are few short cuts to be had. "The right hardware"? That just costs money. It's one of the few cases where throwing money at a problem actually is part of the solution. -- Rich P.
- Follow-Ups:
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: bogstad at pobox.com (Bill Bogstad)
- [Discuss] Redundant array of inexpensive servers: clustering?
- References:
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: richb at pioneer.ci.net (Rich Braun)
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: tmetro+blu at gmail.com (Tom Metro)
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: richard.pieri at gmail.com (Richard Pieri)
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: invalid at pizzashack.org (Derek Martin)
- [Discuss] Redundant array of inexpensive servers: clustering?
- Prev by Date: [Discuss] Redundant array of inexpensive servers: clustering?
- Next by Date: [Discuss] Redundant array of inexpensive servers: clustering?
- Previous by thread: [Discuss] Redundant array of inexpensive servers: clustering?
- Next by thread: [Discuss] Redundant array of inexpensive servers: clustering?
- Index(es):