Forum Discussion

Mike_Graston_10's avatar
Mike_Graston_10
Icon for Nimbostratus rankNimbostratus
Mar 21, 2007

Turning VS off when nodes down

All,

 

 

I am having an issue with Virtual servers staying up even when there are no no nodes on the back end up and running. I need to make the VIP address not availible when this event occurs. I currently use an Irule like this but this takes effect after the request is accepted. Is there anyway to turn down the VIP address so even a ping gets a bad respone or timeout?

 

 

when CLIENT_ACCEPTED {

 

if { [active_members pool1] == 0 } {

 

discard

 

}

 

}

19 Replies