Forum Discussion
Mark_Cook_10885
Nimbostratus
Oct 18, 2006How to set up a failover node/pool?
We have a pool that has 2 nodes in it and request are load balance bewteen those 2 nodes. What we want to do is to send request to a failover node/pool if the original nodes/pool go down.
...
Geoff_31301
Nimbostratus
Feb 15, 2008To elaborate... what about going back to the default pool - would this logic work?
when HTTP_REQUEST {
if { [active_members "def_pool_name"] == 0 } {
pool "fallback_pool_name"
}
elseif { [active_members "def_pool_name"] == 1 } {
pool "def_pool_name"
}
}
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
