Link to home
Start Free TrialLog in
Avatar of sunhux
sunhux

asked on

DIY Linux clustering without quorum disk


How can we set up a DIY clustering for Linux without the
use of quorum disk.  Linux servers are mostly webservers
& weblogic servers.

Can some sort of scripts be used to achieve this?  Sort of polling
the other partner is down via a heartbeat cross-cable & if it's not
reachable, then do "ifconfig standby_node_interface up"

Any websites / links to read up on these DIY out there?
ASKER CERTIFIED SOLUTION
Avatar of fosiul01
fosiul01
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
For a simple online/offline "cluster" of two machines, what you're probably looking for is the "heartbeat" program which is included in most linux distributions these days.

See: http://www.linux-ha.org/ 
Avatar of sunhux
sunhux

ASKER

A simple DIY method (say using scripts) is what's
needed, not what's available from Redhat