Install RPMs for TAS servers (TAS 8)
Install the appropriate RPM on each of the TAS servers in your deployment: Management, Application, and Datastore servers. Alternatively, you can install the required third-party products on your own.
Procedure
-
Install the RPM on the TAS Management server:
-
Install the RPM:
Copyyum --disablerepo=* --enablerepo=verint-media install verint-analytics-mng-srv
-
Open ansible.cfg and add the new Python interpreter for Ansible to the [defaults] section:
Copyvi /etc/ansible/ansible.cfg
[defaults]
interpreter_python=/usr/bin/python3 -
Enable and start the Docker distribution service:
Copysystemctl enable docker-distribution
systemctl start docker-distributionValidate:
systemctl status docker-distribution
Example of expected output:
docker-distribution.service - v2 Registry server for Docker
Loaded: loaded (/usr/lib/systemd/system/docker-distribution.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2016-11-22 18:25:06 IST; 5s ago
Main PID: 19500 (registry)
-
-
Install the Application RPM on every TAS Application server:
-
Install the Application RPM:
Copyyum --disablerepo=* --enablerepo=verint-media install verint-analytics-app-srv
-
Repeat step 2a for every TAS Application server in your deployment.
-
-
Install the Datastore RPM on every TAS Datastore server:
-
Do one of the following to Install the Datastore RPM:
-
For high-availability deployments, enable and start GlusterFS:
Copysystemctl enable glusterd
systemctl start glusterdValidate:
systemctl status glusterd
Example of expected output:
glusterd.service - GlusterFS, a clustered file-system server
Loaded: loaded (/usr/lib/systemd/system/glusterd.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2016-11-23 08:32:05 IST; 4s ago
-
Repeat step 3a and step 3b for every TAS Datastore server in your deployment.
-
What to do next
Create TAS user group and TAS user accounts (TAS 8)
TAS server requirement matrix by server type
Technology Map