Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Good documentation, particularly re: clustering

Good documentation, particularly re: clustering

2003-11-24       - By John Haxby

 Back
Reply:     1     2     3     4     5  

Rob Kirkbride wrote:

> Having just downloaded the ISOs for 3 (we were previously on 2.1) I 've
> not yet looked at the documentation CDs that come with it as I 've not
> got these down yet.
> I 'd be grateful for any thoughts/experience/URLs, particularly from
> people who 've actually done it! It 's probably a little early for any
> books to have been published.


I read the AS2.1 documentation on the clustering and HA stuff and it 's
pretty good -- explains both the concepts and what you have to do. I 'd
say it 's a good start.

High Availablility (in general), is pretty esoteric. You start from
the premise that you want to be able to cope with failure of any one
component (a machine, a disk, a network, a power supply) and then set
your systems up so that (a) they 'll cope with the one failure and (b)
not trigger the failover stuff on a false positive. Sounds easy in
theory. In practice, there 's a huge amount to consider. For
example, if you share some disks between two machines by having SCSI
controllers on each machine then you need to be sure that your SCSI
controller will behave nicely when it doesn 't have any power -- cheap
ones don 't, expensive ones do. For a real HA set up, you need someone
in who understands _all_ this stuff because if you 're paying all that
money to get 99.999% (five nines -- five minutes unplanned downtime per
year) you want to make sure that 's what you 've got.

jch