Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

saidshow's avatar
saidshow
Icon for Cirrus rankCirrus
Jul 18, 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 21, 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.