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 

  1. Install the RPM on the TAS Management server:

    1. Install the RPM:

      Copy
      yum --disablerepo=* --enablerepo=verint-media install verint-analytics-mng-srv
    2. Open ansible.cfg and add the new Python interpreter for Ansible to the [defaults] section:

      Copy
      vi /etc/ansible/ansible.cfg
      [defaults]
      interpreter_python=/usr/bin/python3
    3. Enable and start the Docker distribution service:

      Copy
      systemctl enable docker-distribution
      systemctl start  docker-distribution

      Validate:

      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)

  2. Install the Application RPM on every TAS Application server:

    1. Install the Application RPM:

      Copy
      yum --disablerepo=* --enablerepo=verint-media install verint-analytics-app-srv
    2. Repeat step 2a for every TAS Application server in your deployment.

  3. Install the Datastore RPM on every TAS Datastore server:

    1. Do one of the following to Install the Datastore RPM:

      • For standard deployments:

        Copy
        yum --disablerepo=* --enablerepo=verint-media install verint-analytics-db-srv
      • For high-availability deployments:

        Copy
        yum --disablerepo=* --enablerepo=verint-media install verint-analytics-db-ha-srv
    2. For high-availability deployments, enable and start GlusterFS:

      Copy
      systemctl enable glusterd
      systemctl start glusterd

      Validate:

      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

    3. 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