To configure Viewpoint follow below steps:
1 2 3 4 5 |
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:
1 2 3 4 5 6 7 |
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:
1 |
/etc/init.d/tdactivemq start |
To stop the messaging service:
1 |
/etc/init.d/tdactivemq stop |
To restart the messaging service:
1 |
/etc/init.d/tdactivemq restart |
To check if the messaging service is running
1 |
/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:
1 |
/etc/init.d/camalert start |
To stop the alert service:
1 |
/etc/init.d/camalert stop |
To restart the alert service:
1 |
/etc/init.d/camalert restart |
To check if the alert service is running
1 |
/etc/init.d/camalert status |
Thanks
Pankajchahar052@gmail.com
+91-8802350184