Forum Discussion

8 Replies

    • wesley_maretti_'s avatar
      wesley_maretti_
      Icon for Nimbostratus rankNimbostratus
      Thank you, But I need redirect in internal page just indisponibility the all actives in datacenter.
    • VernonWells's avatar
      VernonWells
      Icon for Employee rankEmployee
      @AmanpreetSingh's answer seems most appropriate for your issue. If not, can you more fully describe the requirement?
    • wesley_maretti_'s avatar
      wesley_maretti_
      Icon for Nimbostratus rankNimbostratus
      Thank you, But I need redirect in internal page just indisponibility the all actives in datacenter.
    • Vernon_97235's avatar
      Vernon_97235
      Historic F5 Account
      @AmanpreetSingh's answer seems most appropriate for your issue. If not, can you more fully describe the requirement?
  • You can use a simple iRULE and associate it with the virtual server. It will work as a apology/maintenance page---

    when LB_FAILED {
    if { [active_members POOL-NAME] < 1 } {
     Log and direct the client to Maintenance Page
    HTTP::respond 200 content {
          
             
                Apology Page
             
             
        We are sorry, but the site you are looking for is temporarily under maintenance.
                ----------- 
                Please try after sometime or contact your system administator 
             
          
       }
    }}
    
  • Sorry, My doubt is whether the F5 there is an internal page option maintenance in the event of link loss. The client does not disponiliza an external server for hosting the manutenação of the page.