Installing the Ecosystem Manager Client Package on Linux (Non-Teradata Managed) - Teradata Ecosystem Manager

Teradata Ecosystem Manager Installation, Configuration, and Upgrade Guide for Customers

Product
Teradata Ecosystem Manager
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
zwe1470238783289.ditamap
dita:ditavalPath
3203_ICUCustomer_em_1600.ditaval.ditaval
dita:id
B035-3203
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Install JDK/JRE 1.7 if not installed.
    1. Download the teradata-jdk7__sles_x8664.1.7.0_xx-tdc1.tar.gz package.
    2. Extract the package: tar -xvf teradata-jdk7__sles_x8664.1.7.0_xx-tdc1.tar.gz
    3. Install the package: rpm -uvh teradata-jdk7-1.7.0_xx-tdc1.x86_64.rpm
  2. Download the Client Packages to a folder on the server.
  3. Extract the files: tar -xvf em-publisher-linux64__linux_x86_64.16.00.xx.xx-1.tar.gz

    tar -xvf em-agent-linux64__linux_x86_64.16.00.xx.xx-1.tar.gz

  4. Locate the following rpm packages: em-publisher-16.00.xx.xx-1.x86_64.rpm

    em-agent-16.00.xx.xx-1.x86_64.rpm

  5. Install the rpm packages in the /opt/teradata/client/em file. rpm -ivh em-publisher-16.00.xx.xx-1.x86_64.rpm

    rpm –ivh em-agent-16.00.xx.xx-1.x86_64.rpm

  6. Run the script to configure the Ecosystem Manager services parameters: /opt/teradata/client/em/bin/emserviceconfig.sh
    Parameters:
    • JRE HOME (1.7)
    • PRIMARY EM SERVER HOSTNAME(BROKER)
    • FAIL-OVER EM SERVER HOSTNAME(BROKER)
    • ECOSYSTEM ID
    • RESOURCE SUB-CATEGORY
    For single-system environments, use the same value for the Primary and Fail-Over Server Hostname parameters. For servers, use one of the following values:
    Value Description
    RS Replication
    BI Business Intelligence
    BAR Backup, Archive, and Restore
    LS Load
    TD Teradata
    APP Application
    ETL Extract/Transform/Load
    BUS Message Bus
    Unknown Self-registered
    USL Unity Source Link
    The following example shows svr1 and svr2 as Ecosystem Manager servers, eco1 is the ecosystem, and APP is the resource sub-category:

    /opt/teradata/client/em/bin/emserviceconfig.sh /usr/java/jre1.7.0_18 svr1 svr2 eco1 APP

    This sets the parameters as follows:

    Parameter Setting
    JRE HOME (1.7) /usr/java/jre1.7.0_18
    PRIMARY EM SERVER HOSTNAME(BROKER) svr1
    FAIL-OVER EM SERVER HOSTNAME(BROKER) svr2
    ECOSYSTEM ID eco1
    RESOURCE SUB-CATEGORY APP
  7. Disable TPT operational metadata delivery.
  8. Check the status of the Ecosystem Manager services: /opt/teradata/client/em/emstatus.sh
  9. Stop the Ecosystem Manager Services on the Linux server: /opt/teradata/client/em/emstopall.sh
    If the Linux package is installed on a Data Mover server, restart both Data Mover services (daemon and agent) for integration.