list_components | Teradata DSA Commands - list_components - BAR - Data Stream Architecture

Teradata® DSA User Guide

Product
BAR
Data Stream Architecture
Release Number
17.05
Published
September 2020
Language
English (United States)
Last Update
2021-04-02
dita:mapPath
ihc1599061140065.ditamap
dita:ditavalPath
vwp1576617377804.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities

Purpose

The list_components command lists components defined and stored in the DSC repository. If a specific component is requested, that component definition is displayed. Otherwise, a list of the components matching any provided filters is displayed. Any partial component name returns all components matching the partial input.
The Type parameter is required.

Syntax

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

Example

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

Parameters

e|enabled Enabled
[Optional] Filter components based on whether or not they are enabled. This applies only to system and target_group components.
Example:  true
n|name Name
[Optional] The name of the BAR component. The name must be unique.
Example:  component1
s|system System
[Optional] Filter components based on the associated Teradata system. This applies only to node components.
Example:  system1
t|type Type
The type of BAR component. Enter one of the following:
  • system
  • node
  • media_server
  • nbu_server
  • dd_boost
  • disk_file_system
  • target_group
  • azure_app
  • aws_app
  • gcp_app
  • network_fabric
Example:  system
V|virtual
[Optional] Indicates this is a mapping from a virtual target group to a physical target group.
r|repository_replication
Used with type target_group, lists the replication targets.

XML File Example

This command does not support an XML file.