Forum Discussion

Preet_pk's avatar
Preet_pk
Icon for Cirrus rankCirrus
Jul 21, 2026

Replacing F5 new ifile html file

Hi,

I need to replace the existing ifile (for example: "prod.html" file) with a new ifile that has the same file name (prod.html) in F5 LTM. Please provide the steps to upload the new "prod.html" file to F5 LTM and how to replace the existing file with the new one. Since there are multiple irules referencing the same ifile, renaming the ifile is not an option; therefore, the requirement is to replace the HTML file with the new one. Please share the recommended steps so that I can create a change plan for this.

1 Reply

  • You can upload a new HTML file to the BIG-IP and update the "system" iFile to point to it without changing the "LTM" iFile name

    1. SCP updated HTML file to /shared/tmp/prod_new.html
    2. Update system iFile to point to new HTML file
      modify sys file ifile <IFILE NAME> source-path "file:/shared/tmp/prod_new.html"