Download and extract ISO package for TAS installation

Download the ISO package for TAS installation, and mount it in the specified location. Then extract the TAR files required for automated server preparation from the TAS installation mount.

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. Click the corresponding link, and from the Linux subfolder in the ISO file, download the TAR and .TAR.GZ files for the TAS images and scripts to a temporary folder.

  3. On the TAS Management server, do the following:

    1. If the /opt/app directory does not exist, create it:

      Copy
      mkdir -p /opt/app
    2. Mount the install ISO to any location (except /opt/app):

      Copy
      mount -o loop <install_iso_filename> <install_iso_mount_location>

    where:

    • <install_iso_filename> is the full path to the location of the install ISO with the TAR files.

    • <install_iso_mount_location> is the full path to the location where the ISO with the TAR files is to be mounted.

  4. Extract the relevant TAR files into /opt/app/:

    Copy
    tar -C /opt/app/ -xvf /<install_iso_mount_location>/tas-scripts.tar TAS_DRG
  5. Extract the production inventory into /opt/app/:

    Copy
    tar -C /opt/app/ -xvf /<install_iso_mount_location>/tas-scripts.tar production_inventories

What to do next 

Download and extract ISO package for RPM (TAS 8)