Install the DSC Package | Teradata DSA | DSE | DSU - Installing the DSC Package - BAR - Data Stream Architecture

Teradata® DSA Quick Start Guide

Product
BAR
Data Stream Architecture
Release Number
17.00
Published
August 2020
Language
English (United States)
Last Update
2020-08-31
dita:mapPath
rnq1575933549636.ditamap
dita:ditavalPath
gvl1576617752141.ditaval
dita:id
B035-3156
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities
Install the DSC package on the server you want to be the DSC server.

You cannot change the installation directory. The software is installed here:

/opt/teradata/client/version/dsa

  1. On the DSC server, extract the script rpm file:
    tar zxvf DSC_slesxx_arch.xx.xx.xx.xx-######.tar.gz
    A directory with the format DSC.xx.xx.xx.xx is extracted in the current working directory.
  2. Change to the DSC.xx.xx.xx.xx directory.
  3. Run the installation script.
    ./dscinstall.sh -r DSC-xx.xx.xx.xx-######.arch.rpm
  4. Enter values for the DSC component.
    DSC Prompts Description and Default Values
    Landing Zone Filepath to temporary location for DSC backup before replication to storage.

    Default: /var/opt/teradata/dsa/postgres

    Port for the DSARest web service Port number for the DSAREST web service. Default: 9090
    Scheme for the DSARest web service Scheme for the DSAREST web service, http or https. Default: https
    Keystore password for the DSARest web service Prompt appears if REST is set to https.

    Keystore password for DSARest web service. Must be at least 6 characters. If using SSL for ActiveMQ Connection, this password must match the JMS SSL keystore password.

    Username for account to run DSC Username to set up a Linux account for running the DSC services. Default: dscuser
    Userid (dscuser) Userid of the dscuser. The userid must be the same across all DSA components and servers in the environment. For DSU when using NFS mounted storage targets, this ID must match the anonuid configured in the NFS server. Default: 600
    Viewpoint URL Hostname of the Viewpoint server.

    Used only for Viewpoint authentication.

    Viewpoint port Port number on the Viewpoint server. Default: 80

    Used only for Viewpoint authentication.

    Is CAM environment clustered Specifies whether the CAM environment is clustered (two Viewpoint servers, primary or failover). Default: no
    Primary URL CAM communication Primary hostname or IP address for CAM communication, which enables alert messaging.
    Failover CAM URL If CAM environment is clustered, failover hostname or IP address for CAM communication.
    CAM Communication port Port number for CAM communication, which enables alert messaging. (61616 for tcp, 61617 for ssl). Default: 61616

    [DSA 16.20.51 and later] CAM currently does not support SSL so the port must be 61616.

    Password for DSC repository DBS Superuser Password for the repository DBS superuser.
    Password for BAR DBS User Password for the BAR database user. Used for create, read, update, and delete operations on the BAR database, which contains information for operational jobs. Default: bar
    Unique DSC Name Nickname for this DSC. Used to differentiate this DSC from other DSCs in the portlets.

    Maximum of 22 characters: alphanumeric, "-" and "."

    First character must be alphanumeric (a-z, A-Z, and 0-9) only.

    ActiveMQ Broker URL Hostname or IP address of the machine running the ActiveMQ broker (where tdactivemq is installed), usually the DSC server.
    ActiveMQ Broker Port Port number on the server where the ActiveMQ broker is listening (61616 for tcp, 61617 for ssl). Default: 61616
    Type of ActiveMQ Connection Type of ActiveMQ connection (tcp or ssl). If tcp is chosen, the ActiveMQ connection is validated during install. If ssl is chosen, the ActiveMQ (jms ssl) password should match the DSA REST API https password. Default: tcp
  5. Log off and log back in to the DSC to set the Linux environment variables.
  6. If you have problems, run the configure script:
    dscConfigure.sh