export_config - BAR - Data Stream Architecture

Teradata® DSA 用户指南

Product
BAR
Data Stream Architecture
Release Number
17.20
Published
2022 年 3 月
Language
中文 (简体)
Last Update
2022-04-14
dita:mapPath
zh-CH/bis1632417576364.ditamap
dita:ditavalPath
zh-CH/vwp1576617377804.ditaval
dita:id
B035-3150
Product Category
Software
Teradata Tools and Utilities

用途

export_config 命令可导出请求的 BAR 组件的当前 XML 定义。

语法

export_config -n|-name Name -t|-type Type -r|repository_replication -f|-file File

示例

export_config -n component1 -t system -f System1Config.xml

export_config -t general -f GeneralConfig.xml

export_config -t target_group -r -n replication-tg-S3 -f ReplicationGroup.xml

参数

n|name Name
要导出的组件的名称。对于 general, repository_backup, and disk_file_system 类型,此参数为可选。
示例: component1
t|type Type
要导出的组件或存储库备份的类型。请输入以下值之一:
  • system
  • media_server
  • nbu_server
  • dd_boost
  • repository_backup
  • disk_file_system
  • target_group
  • general
  • AWS_APP
  • AZURE_APP
  • GCP_APP
  • NETWORK_FABRIC
示例: system
r|repository_replication
将导出的目标组指定为复制目标。
f|file filename
要向其中写入 XML 定义的文件的完整文件路径和文件名。

用法说明

此命令可与 configuration 命令一起用于更新 BAR 配置。

XML 文件示例

此命令不需要 XML 文件作为输入。您必须提供一个文件名称和位置,XML 文件结果将作为输出导出到该位置。