Tuesday, June 9, 2015

How to configure viewpoint service in Teradata

To configure Viewpoint follow below steps:

export JAVA_HOME=/usr/java/jdk1.6.0_16/jre

cd /var/opt/teradata/<viewpoint-xx.xx.xx.xx>/bin

./catalina.sh start

After running the above steps then do the below service restart:

service dcs start

service postgresql start

service viewpoint start


Starting and Stopping Teradata Alerts Services

Teradata Alerts contains the following services:

tdactivemq: Messaging service that allows message exchanges between the Teradata Alerts components

For example, to start the messaging service:
/etc/init.d/tdactivemq start

To stop the messaging service:
/etc/init.d/tdactivemq stop

To restart the messaging service:

/etc/init.d/tdactivemq restart

To check if the messaging service is running

/etc/init.d/tdactivemq status

camalert: Alert service that processes events and alerts.

Each service has an init script on the Teradata Viewpoint server located in the /etc/
init.d directory.

The init scripts support the following command arguments:
• start- Starts the service. If the service is already running, a new instance is not started.
• stop- Stops the service.
• restart- Stops and starts the service.
• status- Checks if the service is running.

For example, to start the alert service:
/etc/init.d/camalert start

To stop the alert service:
/etc/init.d/camalert stop

To restart the alert service:

/etc/init.d/camalert restart

To check if the alert service is running

/etc/init.d/camalert status