Forum Discussion
Isaac_38899
Feb 12, 2012Nimbostratus
adding iRules
Hi all,
Trying to update my script from v10 to v11 and have trouble with updating admin partition:
In v10, i used the following instructions to select the admin partition I wante...
You could use a TMSH script to retrieve a list of partitions, set irulename set tmsh::get_config partitions foreach $partitions { cd $partition tmsh::delete $irulename }
Thanks Brent,
I've been working over the following Jason's script to make it "partitions aware" using the commands you recommended.
https://devcentral.f5.com/s/articles/rapid-irule-removal-via-tmsh-script
Unfortunately there's somthing still missing in the code, but Jason is helping me to troubleshoot the issue. Hope to have it ready later today.