Forum Discussion
Jon_99316
Nimbostratus
Aug 11, 2015Making Virtual Server Unavailable when a percentage of pool members go down
Hi,
LTM newbie here, so apologies if this is simple but I'm struggling to find the answer.
I have a pool of 8 proxy servers (not transparent) and what I would like is for the virtual server...
Stanislas_Piro2
Cumulonimbus
Aug 12, 2015try this:
when CLIENT_ACCEPTED {
if { [active_members http_pool] < 4 } {
reject
}
}
But GTM (instead of simple DNS load balancing) may answer your need to load balance clients to different VS based on each capacities.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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