Interactive Install Teradata Notification Service Software | Teradata Viewpoint - Installing Teradata Notification Service Interactively - Teradata Viewpoint

Teradata® Viewpoint Installation, Configuration, and Upgrade Guide for Customers - 22.10

Product
Teradata Viewpoint
Release Number
22.10
Published
October 2022
Language
English (United States)
Last Update
2022-10-20
dita:mapPath
cez1661858051910.ditamap
dita:ditavalPath
acl1501004736403.ditaval
dita:id
B035-2207
lifecycle
previous
Product Category
Analytical Ecosystem
Use these steps to perform an interactive installation or upgrade of Teradata Notification Service on a Linux server. This procedure is only used when PUT is not available. Note that xx represents the version of the software you are installing or upgrading.
  1. Download the software from the Teradata Software Server: https://support.teradata.com.
  2. Copy the correct version rpm file to the server where the installation or upgrade is to be performed.
    Viewpoint/SLES Version RPM Filename
    22.10 with SLES15 tdnotification2210__SLES15_x8664.22.10.xx.xx-1.rpm
    22.10 with SLES12 tdnotification2210__SLES11_x8664.22.10.xx.xx-1.rpm
  3. Log on to your Linux server as the root user.
  4. Change to the directory containing the rpm file.
  5. Verify JAVA_HOME is defined:
    echo $JAVA_HOME
  6. Set the CAM_INTERACTIVE_INSTALL environment variable to indicate the installation is interactive:
    export CAM_INTERACTIVE_INSTALL=1
  7. Install the correct version rpm:
    Viewpoint/SLES Version Command
    22.10 with SLES15 rpm -Uvh tdnotification2210__SLES15_x8664.22.10.xx.xx-1.rpm.
    22.10 with SLES12 rpm -Uvh tdnotification2210__SLES11_x8664.22.10.xx.xx-1.rpm.
  8. When prompted, enter the name of the Viewpoint server.
  9. When prompted, enter the name of the service user, or accept the default of camuser.
    The service runs with the user id of the service user account. See Service User for more information.
    The software is installed in the following location:
    • /opt/teradata/client/17.10/cam/tdnotification (for 22.10)
    A symbolic link is created to the installation directory:
    • /opt/teradata/client/cam/tdnotification -> /opt/teradata/client/17.10/cam/tdnotification (for 22.10)

    If you provided the name of the Viewpoint server, the software is now configured and ready to start:

    /etc/init.d/tdnotification start