For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

saidshow's avatar
saidshow
Icon for Cirrus rankCirrus
Jul 19, 2019
Solved

Where to place bash scripts on the appliance in order to survive platform upgrades?

Hi All,   I have a bash script that is executed by an iCall script. I know iCall will survive an upgrade of the BIG-IP platform however I suspect that my bash script will need to be placed in to ...
  • JG's avatar
    Jul 22, 2019

    /var/tmp is actually a link to /shared/tmp. So no need to agaonize over them. If it is a file of a temporary nature, use /var/tmp; otherwise you can create a directory structure /shared/my_icall/bash_scritps/ and put your bash scripts there, as SP's suggested above.