Forum Discussion
Maximilian_Mar1
Nimbostratus
Mar 23, 2018Persistence/Failover Problem with Pool Member
Hello,
we have 4 Pool Member, 2 active,2 passive (low priority). when high priority pool member are back we still have Connections on the low priority pool Member and i have to "force offline" t...
jaikumar_f5
Noctilucent
Apr 06, 2018@Max,
Does the Irule code worked in the your lab env,
when CLIENT_ACCEPTED {
set lookup [list [IP::client_addr] pool low_priority_pool]
set value [persist lookup source_addr $lookup]
if { ([LB::status pool high_priority_pool member 10.10.10.10 80] eq "up") && ([LB::status pool high_priority_pool member 20.20.20.20 80] eq "up") && ([$value ne ""]) } {
persist delete source_addr [IP::client_addr]
log local0. "high_priority_pool both servers are up & hence deleting persistence of low_priority_pool"
}
}
when HTTP_REQUEST {
if { [active_members high_priority_pool] >= 2 } {
pool high_priority_pool }
else {
pool low_priority_pool }
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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