export_target_group_map - BAR - Data Stream Architecture - Use the export_target_group_map command to export a map between target groups for restoring to a different client configuration. Learn more here.

Teradata® DSA User Guide

Product
BAR
Data Stream Architecture
Release Number
16.20
Published
November 2019
Language
English (United States)
Last Update
2019-11-27
dita:mapPath
xfr1514490991957.ditamap
dita:ditavalPath
3150_DSA_UG_1650-working-RR-new.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities

Purpose

The export_target_group_map command exports a map between target groups for restoring to a different client configuration.

Syntax

export_target_group_map -s|-source SampSrc -d|-destination SampDest -f|-file Name

Example

dsc export_target_group_map -s SampSrc -d SampDest -f TargetGroupMap.xml

Parameters

s|source SampSrc
The source target group represents the backup target group for mapping.
Example:  SampSrc
d|destination SampDest
The destination target group represents the restore target group for mapping.
Required if the virtual target group (parameter V) is specified. It indicates the physical target group to which the virtual target group is mapped.
Example:  SampDest
f|file filename
The full file path and file name of the file to which to write the XML definition.
TargetGroupMap.xml
V|virtual
[Optional] Indicates this is a mapping from a virtual target group to a physical target group.
I | dsc_id SampleDscId
Required if -V is specified. The name or dscId of the source DSC environment. Do not use without -V.

XML File Example

This command does not require an XML file as input. You must supply a file name and location to which the XML file results are exported as output.