Forum Discussion
manc_63343
Apr 30, 2010Nimbostratus
Can LTM be used to configure Active and Passive Servers?
For a given vip is it possible to define pool of servers that are active and also some pool of members that passive. Basically this is what I want to do:
1. Define active pool of servers for...
james_lee_31100
May 15, 2015Nimbostratus
No Luck..
I might think of this way, any sharp eyes could help, there is any issues with this Irule
set primary_down 0
when client_accepted { tcp::collect 15 }
when CLIENT_DATA { if { [active_members pool-ambari_8441] < 1 } { pool pool-ambari-standby_8441 set primary_down 1 } elseif { [active_members pool-ambari_8441] == 1 and primary_down == 1 ] } { lb::down pool pool-ambari-standby_8441 pool pool-ambari_8441 lb::up pool pool-ambari-standby_8441 } else { pool pool-ambari_8441
} TCP::release TCP::collect }
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