Forum Discussion
Sergei_Genchev_
Nimbostratus
Jan 24, 2015How to efficiently delete a node from LTM?
Hi,
I am trying to delete a node from F5 LTM as part of our decommission process. I cannot delete a node until I remove all pool members that refer to it. The only way I know how to get pool mem...
Mar 27, 2008
You are right. I just dug into the source and found the issue. I've updated the PowerShell downloads on DevCentral with this fix. You can download the installer ( Click here ) again if you want or you can just download the binary package ( Click here) and overwrite the .dll's on your system.
Sorry for the mixup and hopefully this get's things working for you. Let me know if not...
-Joe
- Oct 02, 2008This should do it for you (or something similar).
when HTTP_REQUEST { if { ![HTTP::header exists "Referer"] } { switch -glob [HTTP::uri] { "/xyz*" { HTTP::redirect "http://www.abc.com/pqr" } "/abc*" { HTTP::redirect "http://www.abc.com/def" } } } }