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.
...
Oct 18, 2006
This should do the trick...
when HTTP_REQUEST {
if { [active_members "def_pool_name"] == 0 } {
pool "fallback_pool_name"
}
}Just replace the "def_pool_name" and "fallback_pool_name" with your default and fall back pool names.
-Joe
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
