Forum Discussion

EIT_Network's avatar
EIT_Network
Icon for Altostratus rankAltostratus
Mar 27, 2019

Pool Member Not Coming UP

Hello,

 

facing problem with a newly added pool member in Pool. Health Monotiring is https(443). But new pool member is not coming UP, however reachable and listening on port 443 and other member in pool is UP with 443 health monitoring. But while changing health monitoring to icmp same is showing up under pool. We checked and did'nt found anything wrong in configuration at BIG-IP.

 

Please help.

 

Rgds

 

1 Reply

  • Hi,

     

    your monitor may be misconfigured. For the server you try to reach:

     

    First of using CLI try to join your node unsing curl:

     

    HTTP example:

     

    curl -i http://2.2.2.2/docserver/myuri -H "Host: myhost.domain.com"

     

    HTTPS example:

     

    curl -i -k https://2.2.2.2/myuri -H "Host: myhost.domain.com"

     

    And validate that your response in you monitor...

     

    let me know if you need more details.