07-19-2010 05:18 AM
Hi ,
i have an ACE 4710 , version A3 2.0 , am i trying to reassign the TCP connection of one failed server to other operational servers in the server farm.The connection should be sticky to the server until the server fails. Is there any way ?
Thx
Dan
Solved! Go to Solution.
07-19-2010 06:43 AM
Dan,
first, not all servers accept TCP connection to be reassigned to them...
This is because tcp requires 3-way handshake and keeps track of sequence/ack numbers.
Therefore, the servers need some way to exchange this information or to start in the middle.
On ace, we have 2 commands "failaction reassign" or "failaction purge".
The reassign is to simply move the connection to a backup server.
The purge is to kill the connection forcing the client to reopen a new one - this new connection will then be loadbalance to an active server.
Gilles.
07-19-2010 06:43 AM
Dan,
first, not all servers accept TCP connection to be reassigned to them...
This is because tcp requires 3-way handshake and keeps track of sequence/ack numbers.
Therefore, the servers need some way to exchange this information or to start in the middle.
On ace, we have 2 commands "failaction reassign" or "failaction purge".
The reassign is to simply move the connection to a backup server.
The purge is to kill the connection forcing the client to reopen a new one - this new connection will then be loadbalance to an active server.
Gilles.
07-23-2010 02:57 AM
Thanks for your answer Gilles ,
The think is that , even though is logical that a tcp reassign would need a new 3wayhandshake , i didnt thought of that.
I set the failacction purge and every think worked as planned.
Regards
Dan
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide