Leo
Jun 30, 2011Nimbostratus
Clearing the cache
Hi everyone, sorry for the newbie question :)
I'm managing a BIG-IP 9.4.7 Build 320.1 for a customer of mine, and sometimes I need to delete the cache by running:
"b profile http http-wan-optimized-compression-caching ramcache entry all delete" in the CLI.
I'd like to make an executable for him that runs the above command, so that he wont have to call me every few days.
I thought of using C to keep the credentials hidden.
I's appreciate if anyone could point to some examples doing something similar?