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 - 24.04

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Viewpoint
Release Number
24.04
Published
April 2024
ft:locale
en-US
ft:lastEdition
2024-04-29
dita:mapPath
ohm1711972149764.ditamap
dita:ditavalPath
acl1501004736403.ditaval
dita:id
ulq1467244577135
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