Forum Discussion
Jamie_Cravens
Nimbostratus
Feb 28, 2007point to different Pools w/ different persistence
I have the following iRule configured, but each pool needs to use a different Persistence Profile. How can I accomplish this?
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/member"}
{ pool POOL_A }
else { pool POOL_B }
}
Thank you!
- JRahm
Admin
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/member" } { pool POOL_A persist xxx } else { pool POOL_B persist yyy } }
- Greg_Burch
Nimbostratus
I'm attempting to do the same thing, but it doesn't seem to be working reliably at all. The following iRule is specified within a persistence profile that is assigned as the Default Persistence Profile of a virtual server (logging statements were added for debugging purposes): - unRuleY_95363Historic F5 AccountThat's classic non-OneConnect behavior. The LB_SELECTED event is only fired when a load-balancing decision is made. And of course, persistence only plays a factor when the load-balancing decision is made.
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