Verifying Installation - BAR - Data Stream Architecture - Data Stream Extensions

Teradata® DSA - DSE for Veritas NetBackup Installation, Configuration, and Upgrade Guide

Product
BAR
Data Stream Architecture
Data Stream Extensions
Release Number
16.20
Published
September 2019
Language
English (United States)
Last Update
2019-09-27
dita:mapPath
xyw1514490990327.ditamap
dita:ditavalPath
3151_DSE_ICUCustomer_1620_NetBackup.ditaval.ditaval
dita:id
B035-3151
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities
During DSA component installation, user accounts, initialization scripts, and environmental variables are created. You can verify proper installation by checking for these items.
  1. Verify that the ClientHandler web service is running on all media servers: /etc/init.d/clienthandler status
  2. Verify installation: rpm -q DSC ClientHandler BARCmdline This command returns a list of installed packages.
  3. Verify that the DSCUSER was created with the proper uid. id -u dscuser

    The response is positive and returns the uid configured during install.

  4. Log off and log back in to the DSC to set the Linux environment variables.
  5. Run list_jobs to verify components. dsc list_jobs This command returns the following on a new installation:
    no job is found
  6. On the Viewpoint server, verify the BAR portlets: rpm -qa |grep barportlets
  7. Validate that the tdbackex scheduler script was installed correctly and linked to the NetBackup file system. tdbackex is installed as part of the BARCmdline package. The output from the run_job command executed by the tdbackex script is contained in a log file, /tmp/dsa_tdbackex.log.
    1. If NetBackup was configured on the TMSB server after the command line was installed, create a symbolic link as follows: ln -s $BARCMDLINE_ROOT/config/tdbackex /usr/openv/netbackup/bin/tdbackex