Forum Discussion
sgamer
Mar 06, 2018Nimbostratus
Load Balancing IBM VIPA
We are trying to load balance IBM VIPA hosts which are essentially already load balanced. Our intent is to locally load balance two or more VIPA hosts to create more redundancy and capacity and use ...
JG
Mar 08, 2018Cumulonimbus
What you can do is to delay the reset and try a few times more. E.g.:
when CLIENT_ACCEPTED {
set retries 0
}
when LB_FAILED {
if { $retries < 4 } {
incr retries
LB::down
after 3
LB::reselect pool my_pool member 10.10.10.10
}
}
assuming your pool contains one address only.
[Edit: Changed event]
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