Forum Discussion
dovesj_24220
Mar 07, 2012Nimbostratus
iRule to reselect pool member as a result of an HTTP Error Code
I'm attempting to capture HTTP status codes greater than 500, identify the node within the pool that is generating the error, and then force a retry to select a pool member that is "not" the problem ...
dovesj_24220
Mar 07, 2012Nimbostratus
Ok, there was a bit of confusion. I've confirmed that the retry does trigger the reselect to the "good" pool member. However, the page content is not returned correctly when the reselect succeeds. Still looking for assistance on this.
if {!($members contains $default_node)}
{
log local0. "True. The bad node is being retried"
log local0. "$members is being retried."
log local0. "$default_node is the default node."
LB::reselect node $members
}
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