Download and extract ISO package for RPM

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.

If you are not using the RPM provided, refer to the TAS server requirement matrix by server type (in this document) for the list of third-party products required, and the Technology Map for the supported versions.

Before you begin 

Download and extract ISO package for TAS installation

Procedure 

  1. Access the Text Analytics download area in Verint Connect:

    1. Go to Verint Connect at https://connect.verint.com.

    2. Under Support, select Support Home.

    3. From the right pane, select WFO Software Downloads (V15.2).

    4. Click Text Analytics Deployment Resources.

  2. To download the RPM ISO, click the RedHat link, and download the RPM to the /opt/app/TAS_DRG folder.

  3. Do the following:

    1. Create a shared directory:

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

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

      where:

      • <rpm_iso_filename> is the full path to the RPM ISO file in /opt/app/TAS_DRG.

    3. Install the Verint repo RPM:

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

      where:

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

    4. Install the Ansible RPM:

      Copy
      yum --disablerepo=* --enablerepo=verint-media --assumeyes install ansible-core
  4. On the TAS management server, install the Ansible collections:

    Copy
    ansible-galaxy collection install \
    /<install_iso_mount_location>/ansible-posix[version].tar.gz> -p \ 
    /root/.ansible/collections/ansible_collections/

    ansible-galaxy collection install \ 
    /<install_iso_mount_location>/gluster-gluster[version].tar.gz> -p \ 
    /root/.ansible/collections/ansible_collections/

    where:

    • <install_iso_mount_location> is the full path to the location where the ISO with the TAR files is mounted in the installation section, and not the rpm ISO.

What to do next 

Save CA certificates for TAS servers

TAS server requirement matrix by server type

Technology Map