Forum Discussion
Mike_Young_6152
Nov 14, 2012Nimbostratus
Closing Active Connections sooner for maintenance
Background on the problem:
I have a pool setup of 6 windows machines executing .NET web services in IIS 7.x. During a deployment process we use iControl to disable 3 servers at a time to update...
What_Lies_Bene1
Nov 15, 2012Cirrostratus
I've come up with two alternative iRules and something else entirely;
1) Reselect a different pool member. This should work and not pick another member that is disabled (as only the fact the connection is existing or persisted kept it on a down member) but there's a chance a loop could occur;
when LB_SELECTED {
switch [LB::status] {
"session_disabled" -
"down" {
[LB::reselect]
return }
default { }
}
}
3) Configure the Pool Action on Service Down setting as Reject or Reselect. I'd prefer this over either iRule.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