Configure the Teradata Viewpoint Server Location | Teradata Viewpoint - Configuring the Teradata Viewpoint Server Location - Teradata Viewpoint

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

Product
Teradata Viewpoint
Release Number
17.10
Published
February 2022
Language
English (United States)
Last Update
2022-05-30
dita:mapPath
ktu1628075596955.ditamap
dita:ditavalPath
acl1501004736403.ditaval
dita:id
B035-2207
lifecycle
previous
Product Category
Analytical Ecosystem
The previous installation procedure requested that you enter the name of the Teradata Viewpoint server. If you did not complete this step or you performed the installation with PUT, manually configure the Teradata Notification Service for Linux to include the location of the Viewpoint server where Teradata Alerts is installed.
  1. Create the following directory if it does not already exist:
    mkdir -p /etc/opt/teradata/cam
  2. Change the permissions on the directory:
    chmod 755 /etc/opt/teradata
    chmod 755 /etc/opt/teradata/cam
  3. Change directory:
    cd /opt/teradata/client/cam/tdnotification/config
  4. Copy the cam.properties.template file to the configuration location:
    cp cam.properties.template /etc/opt/teradata/cam/cam.properties
  5. Edit cam.properties and locate the entry for cam.activemq.host:
    #cam.activemq.host=localhost
  6. Remove the comment sign and assign cam.activemq.host to the Viewpoint server where you installed the Teradata Alerts packages:
    cam.activemq.host=serverName
  7. Save and close the file.
  8. Change the file owner, replacing camuser with the custom service user as needed:
    chown camuser: cam.properties
  9. Change the file permissions:
    chmod 744 cam.properties
  10. Restart the tdnotification service:
    /etc/init.d/tdnotification restart