Forum Discussion
Gaurav_Kabra_25
Nimbostratus
Mar 08, 2016Call Powershell Script from Unix Shell Script
Hi All,
Trust you're all having a great day.
I have a powershell script on my Windows server which does some active directory operations. I wish to call that script from another Linux machi...
- Mar 09, 2016
Tried the operation using an "expect" script and it all works well now.
George_Watkins_
May 17, 2012Historic F5 Account
If the node limit is reached the LB_FAILED event will be triggered. This iRule should do the trick:
when LB_FAILED {
HTTP::redirect "http://mysite.com/over-limit.html"
}
-George