Forum Discussion
IT_Support_5777
Nimbostratus
Feb 17, 2008Ratio and source_addr persistence
I have some questions regarding 'ratio' load-balancing and source address persistence.
We would like one member of a pool to handle all traffic until it fails. We are unable to create a separate virtual server for this pool (as seen in other examples of this). We currently redirect certain host traffic to this pool away from the main pool. My question is, can one use 'ratio' LB to achieve this? We use source_addr persistence as well. Do I just set the ratio so high that it never gets hit?
Does it use current connections? Total connections? Does it count to a number and then start over? We must avoid having clients connect to one pool member and then connecting to another in the same session. They must remain on the original member.
REDIRECT:
when HTTP_REQUEST {
if { [HTTP::host] equals "server.domain.com" } {
pool SERVER-Pool
log local0. "server redirected: [IP::client_addr]"
}
}
BIP 9.1.2
Any guidance would be appreciated. Thank you.
- Jason_Keating
Altostratus
Have you tried configuring 'priority group activation' on the pool for which one member must handle all traffic until it fails? - Jason_Keating
Altostratus
I found the iRule Event: - IT_Support_5777
Nimbostratus
I think the Priority Group information was what I needed. Thank you very much.
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