Hartono_Tjung_1
Apr 25, 2011Nimbostratus
Solution for persistence
Hi All,
Currently I have 4 source client (S1, S2, ...S4) and 1 VIP with 4 pool members (lets say D1,D2,..D4). Those pool members is a TCP based server.
Before I go to the problem, I explain the work flow first:
1. F5 let say will give the pool connection randomly when S1 request to VIP. Let say , S1 will get D3.
2. After some moments, that S1 needs to clear/delete/remove the session which is connected (This is one of the procedure that must be followed from my customer)
3. After that, S1 will again get random pool member... let say D1.
Those are the basic work flow that F5 give. But, my customer doesn't want that way. Whenever S1 server session is removed/delete , it will still get the same Pool Members D3 (exactly before the session is removed).
My customer questions are:
1. Is there any solution for the persistence above? I have tried Source Persistence, and Destination Persistence. But still not resolve his issues.
2. He ask me about "One to one mapping persistence". Is there any solution regarding that persistence? Maybe, my friends here can share me a iRule regarding that persistence?
Thanks
Hartono