Saving the DSC Repository Configuration Information - BAR - Data Stream Architecture

Teradata® DSA User Guide

Product
BAR
Data Stream Architecture
Release Number
17.10
Published
April 2022
Language
English (United States)
Last Update
2022-04-08
dita:mapPath
het1611950545663.ditamap
dita:ditavalPath
vwp1576617377804.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities
Follow these steps to save DSC repository configuration information:
  1. Locate the names of the media server, target group, and storage apps used in the replication target group:
    dsc list_components -t target_group -r
  2. Collect the following application details:
    dsc export_config -t MEDIA_SERVER -n <media_server_name> -f MEDIA_SERVER.xml
    dsc export_config -t TARGET_GROUP -n <replication_tg_name> -f replicating_tg.xml -r
    dsc export_config -t <TYPE_OF_CONFIGURATION> -n <APP_NAME> -f APP.xml

    where TYPE_OF_CONFIGURATION can be NBU_SERVER, DD_BOOST, DISK_FILE_SYSTEM, AWS_APP, AZURE_APP or GCP_APP

  3. Store these files (MEDIA_SERVER.xml, replicating_tg.xml, and APP.xml) in safe place outside the DSC. Anytime you change configuration or upgrade DSA, repeat these steps.