Recovering the DSC Repository - Data Stream Architecture

Teradata Data Stream Architecture (DSA) User Guide

Product
Data Stream Architecture
Release Number
16.00
Published
November 2016
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
zgh1474305420348.ditamap
dita:ditavalPath
3150_DSA_UG_1600.ditaval.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities
  • A valid DSC repository backup job data set must exist before a DSC restore job can be run.
  • The corresponding repository_config_system.xml file for the DSC repository data set must be present.
  • The corresponding export_repository_backup_config.xml file for the DSC repository data set must be present.
The run_repository_job command allows you to restore the DSC repository. When you restore the repository, the process completes with a 5269 warning. This is expected behavior.
If you have lost the BAR database but still have the BARBACKUP database, go directly to the run_repository_job step to restore the repository.
  1. If your DSC repository is lost, run the following commands in BTEQ to drop the BAR and BARBACKUP databases:
    delete database BAR;
    drop database BAR;
    delete database BARBACKUP;
    drop database BARBACKUP;
  2. Run $DSA_DSC_ROOT/recoverDSCRepository.sh to recreate the DSC repository.
  3. Restart all DSA services to re-establish connection to the DSC repository.
  4. Type dsc import_repository_backup_config -f export_repository_backup_config.xml, in the directory where DSA is installed install path/dsa, to import the initial DSC repository configurations.
    The export_repository_backup_config.xml file was created after exporting your initial DSC repository configuration.
  5. If SSL is not enabled for this system, perform the following. If SSL is enabled for the system, skip to the next step.
    1. Copy the saved repository_config_system.xml file that was exported from the DSC server.
    2. Type dsc config_systems -f repository_config_system.xml
    3. Type dsc enable_component -n dsc_repository_system_name -t SYSTEM
    4. Type dsc enable_component -n dsc_repository_target_group_name -t TARGET_GROUP
    5. Restart the ClientHandler.
  6. After SSL is enabled for this system, perform the following in the BAR Setup portlet:
    1. From the CATEGORIES list, click Systems and Nodes and select the repository.
    2. Select the Enable SSL over JMS Communication checkbox and enter the TrustStore password.
    3. Click Apply and enter the credentials when prompted.
    4. Restart DSMain on the DSC repository system as indicated in the warning message.
    5. After DSMain has restarted, click Enable in the BAR Setup portlet.
    6. From the CATEGORIES list, click Media Servers, select the media server used for repository backup, and click Apply. This activates the media server in the background.
  7. Type dsc recover_backup_metadata -n repository_target_group to recover save set information and recreate the backup job.
  8. Type dsc list_recover_backup_metadata -n repository_target_group and verify that the overall status is COMPLETED. When the overall status is completed, you can proceed to the next step.
  9. Type dsc run_repository_job followed by the parameters, and press Enter.
    Parameters Description
    t|type Type Enter restore to restore the DSC repository.
    v|backup_version BackupVersion [Optional] Backup version number. Enter latest or 0 for the latest save set.
    n|name Name [Optional] Enter the name of the target group for the restore. If not specified, will restore to default target group set in target group configuration XML file.
  10. After the restore repository job is complete, perform a tpareset on the DSC repository database.