OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Failover

From: Peter Galbavy (peter.galbavyknowtion.net)
Date: Thu May 01 2003 - 10:39:07 CDT


Derick Siddoway wrote:
> Right, so you don't just ping the active host, you test the
> application on that host. If you're doing failover on a
> database, for instance, you actually execute some SQL for
> the "aliveness" test. At least, that's how it worked on both
> sun and veritas clusters.

Yep, and then you find that the 'failure' is actually either between the
primary and secondary boxes, and the secondary goes live without the primary
really being down, or the secondary being isolated for a short time
completeley, bringing itself into service and then when it is reattached to
the world, it kills the primary.

This can get very very recursive...

Peter