Manual Chapter : Verifying Installing and Loading the EUD Files

Applies To:

Show Versions Show Versions

BIG-IP LTM

  • 16.1.1, 16.1.0, 16.0.1, 16.0.0, 15.1.4, 15.1.3, 15.1.2, 15.1.1, 15.1.0, 15.0.1, 15.0.0, 14.1.4, 14.1.3, 14.1.2, 14.1.0, 14.0.1, 14.0.0, 13.1.4, 13.1.3, 13.1.1, 13.1.0, 13.0.1, 13.0.0, 12.1.6, 12.1.5, 12.1.4, 12.1.3, 12.1.2, 12.1.1, 12.1.0, 12.0.0, 11.6.5, 11.6.4, 11.6.3, 11.6.2, 11.6.1, 11.6.0, 11.5.10, 11.5.9, 11.5.8, 11.5.7, 11.5.6, 11.5.5, 11.5.4, 11.5.3, 11.5.2, 11.5.1

BIG-IQ Centralized Management

  • 6.1.0, 6.0.1, 6.0.0, 5.4.0
Manual Chapter

After you download the EUD files

There are several actions you can take after you download the EUD files.

Task Description
Use the MD5 checksum to verify the files Use the MD5 file to verify the integrity of the file you download.
Install the EUD from the IM installation package Use secure copy (scp) to copy the IM file directly to your F5® system, and use the IM file to upgrade the EUD on the system.
Load the EUD onto a USB flash drive Load the EUD onto a USB flash drive, and run the EUD from the flash drive.

Using MD5 checksum to check the integrity of the file

You can perform this task after you download update files and their corresponding .md5 files from the F5® downloads site (http://downloads.f5.com).
Verify the MD5 checksum on each file you download using the md5sum command. Use the output to verify the integrity of the downloaded file.
  1. Log in to the command line of the system using an account with root access.
  2. Verify the integrity of the downloaded file, where <file_name>.md5 is the name of the .md5 file you downloaded.
    md5sum -c <file_name>.md5
If the output is OK, the download was successful. If not, you should download the file again and repeat the process.

Installing the EUD from an IM installation package

You should copy the IM file to /var/tmp on the system you intend to update before you begin this procedure.
Installing the EUD from an IM file is one method that you can use to get the latest EUD installed on your hardware.
  1. Log in to the command line of the system using an account with root access.
  2. Install the EUD, where <file_name> .im is the name of the file you downloaded.
    im <file_name>.im
The latest EUD is installed on your hardware.

Loading the EUD onto a USB flash drive

You can run the EUD by booting the system from a USB flash drive loaded with the EUD software. Use this procedure to load the EUD onto a USB flash drive.
  1. Log in to the command line of the system using an account with root access.
  2. Download the IM file to /tmp/eud.
  3. Loopback mount the IM file, where <file_name> is the name of the file you downloaded.
    mkdir /tmp/eud; mount -o ro,loop <file_name>.im /tmp/eud
  4. Insert a USB flash drive into the platform on which you mounted the IM file.
  5. Run the mkdisk utility.
    cd /tmp/eud; ./mkdisk
    Follow the prompts to load the EUD onto the USB flash drive.
After the installation is complete, remove the USB flash drive from the system.