Skip to main content
Active IQ Unified Manager

Configure the 7-zip software package for Unified Manager

Contributors netapp-maireadn

To successfully install Unified Manager on a Red Hat Enterprise Linux system, your system must be set up with access to the 7-zip software package. If network access is available and the 7-zip URL is unblocked by a firewall, 7-zip downloads automatically to your system during an installation or upgrade process. NetApp recommends the automatic download method.

Ensure the following URL is unblocked in your firewall to allow Unified Manager to automatically download the 7-zip software package: https://7-zip.org/a/7z2301-linux-x64.tar.xz

Alternatively, you can pre-install 7-zip.

Pre-install the 7-zip package

You can pre-install 7-zip by downloading it manually or by using a bundled script. Choose from one of the following two methods:

Download using a bundled script

Step
  1. Run the install7zip.sh script that is included in the Unified Manager zip file.

Download manually

Ensure you download the 7-zip package only from the official website.

Steps
  1. Download the 7-zip package (version 23.01) from the official site:

  2. Copy the file to your RHEL virtual machine:

    7z2301-linux-x64.tar.xz
  3. Extract the archive:

    sudo tar -xf 7z2301-linux-x64.tar.xz
  4. Move the 7zz file to the /usr/bin/ directory:

    sudo cp 7zz /usr/bin/
  5. Set executable permissions:

    sudo chmod 755 /usr/bin/7zz

Verify the installation

Verify that the 7-zip package has been successfully installed on your system:

7zz -version