[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failover



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