Hi guys...
You said:
> Consider the Scenario ,
>
> Two machines say ,master and slave plumbing the same floating IP in
> the order. Later slave is going down. Because of this none of the
> requests are reaching to Master Node on the Floating IP.
I think that ARP cache is not your problem... Consider using a port
monitor daemon...
Thy this:
http://sourceforge.net/projects/hapm
It's a good piece of software! When running, both on masters and
slaves, this daemon will check the availability of both and, on a
master fails, the slave will take control of the situation. This is
called HEART BEATING, and is essential daemon on a high availability
project.
May the Force be with you...