Forum Discussion
Krittikarn_Yomp
Nimbostratus
May 11, 2006What is parameter to check handling connection server group?
What is parameter to check handling connection server group?
This system has 7 servers to handling traffic. I seperate all server to 2 group, G1 and G2. G1 is priority2 and G2 is priority1. ...
Martin_Machacek
May 22, 2006Historic F5 Account
Unfortunately v4.x iRules do not allow to do what you want (which makes further discussion inappropriate for this forum). However, you may be able to achieve the desired behavior by combining pool member priority and per node connection limits. A sample configuration:
pool priority_groups {
min_active_members 1
member 1.1.1.1:80 priority 10
member 1.1.1.2:80 priority 10
member 2.2.2.1:80
member 2.2.2.2:80
}
node 1.1.1.1:80 limit 100
node 1.1.1.2:80 limit 100
In the above configuration, there must be at least 200 simultaneous connections to servers 1.1.1.1 and 1.1.1.2 before any connection is loadbalanced to server 2.2.2.1 and 2.2.2.2. Note that connection limits are global, which means that if servers 1.1.1.1 and 1.1.1.2 appear in other pools, connections received via those pools will be counted against the limit.
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