Forum Discussion

croftwilliam_18's avatar
croftwilliam_18
Icon for Nimbostratus rankNimbostratus
Apr 23, 2009

Webpage redirect when system down

I am very new to Load Balancing. My only previous experience is with a CoyotePoint product

 

which was no where near as versatile as the F5 I have currently.

 

 

What I have set up.

 

3400LTM (9.3.1 Build 58) with a 2 node cluster web application.

 

 

Once a month I take it down to perform minor system maintenance and cold backups of data

 

While this is done there is no web based notification for users to see during the downtime.

 

 

What I need.

 

Is a way to send users to a web page that lets them know that the system is down.

 

 

 

Is this possible in the LTM?

 

 

When the LTM was set up by the F5 engineer we talked about this and I got the impression

 

that it was possible, but I may have misunderstood him.

 

 

Thanks for any help,

 

William

 

2 Replies

  • Hi William,

     

     

    You could add an iRule which either sends a redirect to a sorry page hosted elsewhere, or sends an HTML response from the rule itself with the sorry content. For the former option you could either use the fallback host on an HTTP profile for the VIP or use HTTP::redirect (Click here). For the latter, you could use HTTP::respond (Click here). You can search the Codeshare (Click here) for "maintenance" to find a few examples.

     

     

    Aaron
  • Thank you for the quick response and for pointing in the right direction.

     

     

    This will be a big help.

     

     

    William