Forum Discussion

systemes_89644's avatar
systemes_89644
Icon for Nimbostratus rankNimbostratus
Oct 30, 2013

iRule to disable node in different pools

Hello,

 

I have a situation where I have the same two nodes in three different pools and each is in a priority group. One pool for HTTP, On for HTTPS and third for radius. If the primary node fails, the traffic fails over fine to the node in the secondary priority group for the concerned protocol.

 

The second node is a fail over server. I want to be sure that if a health monitor fails for node 1, then this node will be disable in all three pools in order for all protocols to be forwarded to node 2, not only 1 protocol.

 

Is there a way to write this in an iRule ?

 

2 Replies

  • Thank you for your response.

     

    I use icmp as node-specific monitor, but as far as I know I cannot create a node-specific monitor, I can only use the available ones.

     

    Is there a way to create node-specific monitors or do I have to rethink my architecture ?

     

    Thanks,

     

  • Edit : I've juste seen your response.

     

    Thanks a lot, I think this will help me !

     

    Regards,