Forum Discussion
atomicdog_7107
Nimbostratus
Feb 07, 2008Forced Failover via iRule?
We have an application team that is requesting something odd... and I believe that the only way to set this up is via iRules. Here's the scenario...
We have one physical primary server with...
JRahm
Admin
Feb 07, 2008at it's most basic:
when CLIENT_ACCEPTED {
if { [active_members myPrimaryPool] < 3 } {
pool myStandbyPool
} else { pool myPrimaryPool }
}You can build from here
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