Forum Discussion
thunderbird_920
Nimbostratus
Dec 16, 2011How to direct the user to another virtual server if the existing virtual server is down by using irule?
Hi,
How to direct the user to another virtual server if the existing virtual server is down by using irule? If the existing virtual server has a valid fqdn name, for E.g www.serverA.c...
The_Bhattman
Nimbostratus
Dec 17, 2011Hi Thunderbird,
In a typical situation here is the following
when HTTP_REQUEST {
if the members within the pool drop below 1 active member then process my next request
if { [active_members http_pool] < 1 } {
Send request to a new virtual server
virtual my_post_processing_server
}
}
This only works if the both the existing and the other virtual server is on the LTM
I hope this helps
Bhattman
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
