Install RPMs for TAS servers

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

TAS server requirement matrix by server type

Technology Map