Forum Discussion

meena_60183's avatar
meena_60183
Icon for Nimbostratus rankNimbostratus
May 09, 2011

health monitor that worked in 10.0.1 failed with 10.2.1

Hi All,

 

 

With 10.0.1 code, a health check that checks for http GET requests and receive "200 OK" passed with no problems. When the code was upgraded from 10.0.1 to 10.2.1, all servers that had this health check were marked down causing an unexpected outage.

 

 

 

I run the same health check on the F5 CLI by doing telnet to port 80 on the server and sending the same GET request and I get a "200 OK" response.

 

 

 

I am not sure what the problem is. I increased the timeout but the problem is not due to the timeout.

 

 

 

Meena

 

12 Replies

  • Hi,

     

     

    I am also facing same issue

     

     

     

    old F5 having firmware BIG-IP 10.2.0 Build 1789.0 Hotfix HF2 - 6400

     

    and not working on New BigIP 6900: BIG-IP 10.2.4 Build 655.0 Hotfix HF4

     

     

    send string : GET /exploit-mag-csg/ HTTP/1.1\r\nHost:bfc.saint-gobain.com\r\nConnection :Close\r\n\r\n

     

    receive string: 200

     

     

    monitor is marking node UP in OLD F5 but marking DOWN in New F5

     

     

    OLD: 6400 and NEW: 6900

     

     

    can you pls suggest

     

  • Kalpesh,

     

     

    Did you try move the space after colon instead of before for Connection eg GET /exploit-mag-csg/ HTTP/1.1\r\nHost:bfc.saint-gobain.com\r\nConnection: Close\r\n\r\n