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
-
Access the Text Analytics download area in Verint Connect:
-
Go to Verint Connect at https://connect.verint.com.
-
Under Support, select Support Home.
-
From the right pane, select WFO Software Downloads (V15.2).
-
Click Text Analytics Deployment Resources.
-
-
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.
-
On the TAS Management server, do the following:
-
If the /opt/app directory does not exist, create it:
Copymkdir -p /opt/app
-
Mount the install ISO to any location (except /opt/app):
Copymount -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.
-
-
Extract the relevant TAR files into /opt/app/:
Copytar -C /opt/app/ -xvf /<install_iso_mount_location>/tas-scripts.tar TAS_DRG
-
Extract the production inventory into /opt/app/:
Copytar -C /opt/app/ -xvf /<install_iso_mount_location>/tas-scripts.tar production_inventories
What to do next