Forum Discussion
Gary_Rudolph_31
Nimbostratus
Sep 16, 2005Rule Based Persistence & Fail Over
We have a rule where it routes to a specific member using a value parsed from a cookie (JSESSIONID). The problem is if the member fails the rule still routes the traffic to the failed member. Is there...
unRuleY_95363
Sep 16, 2005Historic F5 Account
Unfortunately, that's the problem with using the node command. It does not have any knowledge of the status. This is one big reason we now recommend using the pool member command. This takes into account status of the pool member. So, use this command instead of the node command:
pool admin member [getfield $entry " " 2] [TCP::local_port]You will also want to add a LB_FAILED event so you can issue the command "LB::reselect pool admin" which will then reselect a new member of the pool based on a load-balancing decision (instead of using the supplied member).
when LB_FAILED {
LB::reselect pool admin
}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