Active IQ Unified Manager 9.16 ( CA08871-240 ~ 251 )

Downloading Unified Manager

You must download the Unified Manager .zip file from the DVD included in the Product to install Unified Manager.

Before you begin

You download the Unified Manager installation package for the Red Hat Enterprise Linux system.

Steps
  1. From the DVD included in the Product, download the Unified Manager installer file for Linux, and save the .zip file to a directory on the target system.

    • Ensure that you download the correct version of the installer file for your Red Hat Enterprise Linux system. Based on whether you have Red Hat Enterprise Linux 8 or 9 installed, ensure that you download the appropriate version of the Unified Manager .zip file.

    • We recommend that you download the code signing certificate (.pem) and digital signature (.sig) along with the .zip file.

  2. Verify the checksum for integrity of the downloaded software.

  3. If you have downloaded the code signing certificate and digital signature, you can verify the integrity of the installer file. You can use the following commands to verify the integrity of the installer file:

    • This command creates a file with the public key from the code signing certificate:

      openssl x509 -pubkey -noout -in AIQUM-RHEL-CLIENT-INTER-ROOT.pem > <public_key_file_name>
      • Where AIQUM-RHEL-CLIENT-INTER-ROOT.pem is the file that contains the code signing certificate.

    • This command verifies the signature on the installer file:

      openssl dgst -sha256 -verify <public_key_file_name> -signature <signature_file_name> ActiveIQUnifiedManager-<version>.zip

      The message similar to Verified Ok confirms that the installer file is safe to use.

Top of Page