Forum Discussion
MSK_222682
Apr 13, 2016Nimbostratus
Question on Priority Group Activation
Hi,
I want to make my virtual server with 9 pool member automatically disabled when four of its pool member are down. Can I achieve this with below settings :
1. Put all the pool members to the s...
tatmotiv
Apr 13, 2016Cirrostratus
Hi MSK,
the scenario you describe is not the purpose of priority groups and it will not work the way you suggest. One question is: what do you want to achieve by disabling the virtual server? If the purpose of this is to have new connections to the virtual being rejected, you could think about deploying an irule like that:
when CLIENT_ACCEPTED {
if { [active_members $poolname] <= 5 } {
log local0. "connection to virtual xyz rejected due to less than six servers available"
reject
}
}
HTH,
Martin
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