list_components - 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

用途

list_components 命令可列出 DSC 存储库中定义和存储的组件。如果请求某个特定组件,将显示该组件的定义。否则,将显示与提供的任何筛选器匹配的组件的列表。输入部分组件名称将返回与输入的部分名称匹配的所有组件。
Type 参数是必需项。

语法

list_components -e|-enabled true|false -n|-name Name -s|-system System -t|-type Type -r|repository_replication

示例

list_components -e true -n system1 -t system

list_components -e true -t target_group -r

list_components -t target_group -r -n replication-S3

参数

e|enabled Enabled
[可选] 根据组件启用与否来筛选组件。仅适用于系统 (system) 和目标组 (target_group) 组件。
示例: true
n|name Name
[可选] BAR 组件的名称。该名称必须唯一。
示例: component1
s|system System
[可选] 基于关联的 Teradata 系统来筛选组件。仅适用于节点 (node) 组件。
示例: system1
t|type Type
BAR 组件的类型。请输入以下值之一:
  • system
  • node
  • media_server
  • nbu_server
  • dd_boost
  • disk_file_system
  • target_group
  • azure_app
  • aws_app
  • gcp_app
  • network_fabric
示例: system
V|virtual
[可选] 指示这是一个从虚拟目标组到物理目标组的映射。
r|repository_replication
与类型 target_group 一起使用,列出复制目标。

XML 文件示例

此命令不支持 XML 文件。