Configuring the Ecosystem Manager Server - Teradata Software for AWS

Teradata Vantageā„¢ on AWS (DIY) Installation and Administration Guide

Product
Teradata Vantage on AWS
Release Number
5.08
Published
November 2018
Language
English (United States)
Last Update
2018-11-07
dita:mapPath
upc1519757374969.ditamap
dita:ditavalPath
TeradataAWS_PubCloud_5.08.ditaval
dita:id
B035-2800
lifecycle
previous
Product Category
Cloud
Although you can configure this software yourself, we recommend contacting Teradata instead. See https://www.teradata.com/Consulting/Velocity.
Depending on how you deployed your instances, use the following table to determine whether you need to complete this procedure.
Ecosystem Manual 1-Click
No Yes Yes
  1. From the AWS Web Console, note the Private IP of the Viewpoint instance, and the Public IP and Public DNS of the Ecosystem Manager instance.
  2. From your SSH client console, log on to the Ecosystem Manager instance as ec2-user using the applicable AWS key pair.
    # ssh -i  private-key-file.pem  ec2-user@public-IP  public-DNS
  3. Switch to the root user environment.
    # sudo su -
  4. Check the status of the database to ensure it is running.
    # pdestate -a
  5. Finish configuring the Ecosystem Manager instance. This process can take several minutes.
    # cd /opt/teradata/emserver/bin
    # ./em-syncuser-update
    # su syncuser
    # ./config_single.sh  ecosystem-name   private-IP 
    
    where:
    • ecosystem-name is the name of the active ecosystem, usually referred to as the data center.
    • private-IP is the private IP address of the active Viewpoint instance.
    After completing this procedure, you can configure the Ecosystem Manager portlet on the Viewpoint server.