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
-
Copy the TAS RPM ISO to your local machine
Procedure
-
Copy
mkdir -p /media/Verint
-
Mount the TAS RPM ISO:
Copymount -o loop <rpm_iso_filename> /media/Verint
where:
-
<rpm_iso_filename> is the ISO file to be deployed.
-
-
Install the RPM with the Verint repository:
Copyyum --assumeyes --nogpgcheck localinstall \
/media/Verint/verint-media-repo-<version>.rpmwhere:
-
<version> is the version of the TAS RPM ISO that you downloaded. For example, 1.0-5.x86_64.
-