Mount RPM ISO and install Verint repository

Optional. Mount the RPM ISO and install the Verint repository on all TAS servers in your deployment, including the Management server. Alternatively, you can install the required third-party products on your own.

Before you begin 

Procedure 

  1. Create a shared directory:

    Copy
    mkdir -p /media/Verint
  2. Mount the TAS RPM ISO:

    Copy
    mount -o loop <rpm_iso_filename> /media/Verint

    where:

    • <rpm_iso_filename> is the ISO file to be deployed.

  3. Install the RPM with the Verint repository:

    Copy
    yum --assumeyes --nogpgcheck localinstall \
    /media/Verint/verint-media-repo-<version>.rpm

    where:

    • <version> is the version of the TAS RPM ISO that you downloaded. For example, 1.0-5.x86_64.

Install RPMs for TAS servers (TAS 8)