Forum Discussion
Tommy_Phelan
Nimbostratus
Sep 26, 2019Mark a VS down when 2 pool members are down
Hi, We have an F5 LTM (11.6.0 Build 5.0.429 Hotfix HF5) installed and we have a Pool with 10 members. We would like to mark a VS down when 2 of those members go down. I cant see how this is possi...
Fallout1984
Cirrocumulus
Sep 26, 2019As an alternative, you could set up an iRule to redirect requests to a "Sorry page" if the number of active members in the pool fall below a set number. The one below is similar to what we use when performing maintenance on a pool's servers.
when HTTP_REQUEST {
if { [active_members [LB::server pool]] == 0 } {
HTTP::redirect "http://www.mycompany.com/sorrypage.htm"
}
}
If not, you may still find a use for it...
Good luck!
- Tommy_PhelanSep 27, 2019
Nimbostratus
Thanks ... the iRule doesnt fit what i need to do just now but thanks anyways for the iRule as it will come in handy .
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