Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

LTM Scripts

mtomlinson
Nimbostratus
Nimbostratus

I'm trying to determine the feasibility of having the LTM execute a script on a remote host when a pool member node fails?

6 REPLIES 6

Yes this doable easily through an Icall script.

 

Please visit What is iCall? once.

Thank you. And to confirm iCall can run a script on a 'non-F5' target host? i.e. one of nodes in pool?

Yes it's purely depends on how you build your script. Icall triggers the script. What you put in the script gets executed.

and the script has to be tmsh ?

 

 

Yes & it can be from bash too. I would suggest to look at the codes articles shared already on this.

 

https://devcentral.f5.com/s/global-search/%40uri#q=icall&t=community_data&sort=relevancy

does this have to be used w/ irule or can implementation of icall be independent?