Forum Discussion
gkoper_32911
Jun 13, 2011Nimbostratus
session persistance based on session id parameter
Hello I want to make load balancing with persistence of session id. Communication is between http gw and JbossWeb nodes. Session-id is stored in the payload of tcp packet. Do you...
gkoper_32911
Jun 15, 2011Nimbostratus
Thank you
I have managed to adapt your solution to my case :)
Still have some problems.
How we can realize fail-over with such created persistence?
As I know already LB_FAILED is triggered when LTM is ready to send the request to a pool member and one hasn’t been chosen (the system failed to select a pool or a pool member), is unreachable (when no route to the target exists), or is non-responsive (fails to respond to a connection request).
i found only:
when LB_FAILED {
if { [active_members [LB::server pool]] > 0 } {
catch { LB::down }
LB::mode rr
LB::reselect
}
}
But in my case persistence need to be also updated with new server ip.
Do you have some idea how to use LB_FAILED event in correct way?
BR
Greg
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects