Jangita wrote: > Hi List, > > I want a scenario where I have two servers that appear as one server > (one IP) to the outside world, with both servers having *exactly* the > same data and services. So in case one server falls into a pond somehow, > I woun't even loose a ping from my clints.
You will lose pings because it takes time to fail over to the other server. Expect it to be longer than ping's timeout. You will also lose stateful connections, e.g. servlet - applet, imap, etc., unless your services know how to replicate state to the other server. Dima -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
