Acceso a la ayuda de comandos de DSA - BAR - Data Stream Architecture

Teradata® DSA Guía del usuario

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
BAR
Data Stream Architecture
Release Number
17.20
Published
Noviembre de 2022
ft:locale
es-ES
ft:lastEdition
2025-02-14
dita:mapPath
es-ES/bis1632417576364.ditamap
dita:ditavalPath
es-ES/vwp1576617377804.ditaval
dita:id
cyv1467242268519
Product Category
Software
Teradata Tools and Utilities

Puede ver una lista y una breve descripción de todos los comandos disponibles en la interfaz de la línea de comandos de DSA. Se muestran la sintaxis básica y el uso de comandos básicos para cada comando.

También se puede especificar un nombre de comando para ver información más detallada sobre este, incluidos un ejemplo de sintaxis, una lista y una descripción de cada uno de los parámetros asociados al comando.

  • Escriba dsc help en la línea de comandos y realice una de las siguientes acciones:
    Opción Descripción
    Ver todos los comandos
    • Presione Intro para ver una lista de todos los nombres de los comandos.
    Ver un comando especifico
    • Agregue un nombre de comando especifico para ver la información acerca de un comando determinado.
    • Presione Intro.

Por ejemplo, para obtener información sobre el comando create_job, escriba dsc help create_job y presione Intro. A continuación, se mostrará:

NAME: 
create_job - Create Job Command

DESCRIPTION:
Creates a DSA job based on the file, with user modifications from the following parameters. 
User will be required to authenticate username and password to the source/target system on the console. 

EXAMPLE:
create_job -n|-name job1 -f|-file parameters.xml

PARAMETERS:
Parameter             Example          Description
n|name                job1             (Optional) Name for the job, must be unique
d|description         backup web apps  (Optional) Description of the job. For multi-word surround by \\" must be escaped with backslash.
t|type                restore          (Optional) Type of the job: [BACKUP,RESTORE,ANALYZE_READ,ANALYZE_VALIDATE]  
b|backup_name         backupWeb1       (Optional) Backup job name(only for RESTORE or ANALYZE jobs)
v|backup_version      60               (Optional) Backup version number(only for RESTORE or ANALYZE jobs). Type LATEST or 0 for latest save set.
f|file                parameters.xml   XML File to upload as basis for new job.
u|user_authentication user             (Required when security management is enabled) Supplies command with Viewpoint user
Por ejemplo, para obtener información sobre el comando run_repository_job, escriba dsc help run_repository_job con la línea de comandos del Controlador de flujo de datos 17.10.02.00 conectada a la versión 17.10.02.00 de DSC y presione Intro. Se mostrará lo siguiente:
NAME: 
run_repository_job - Run repository job command

DESCRIPTION:
Runs a job for the DSC Repository. Requires option -t and -v for REPLICATE_TO, REPLICATE_FROM type.
Supported replication target groups type are: Azure Blob, AWS S3, GCP, NBU, DFS, DDBoost 

EXAMPLE:
run_repository_job -t|-type BACKUP
run_repository_job -t|-type REPLICATE_TO -v|backup_version -r|replication_target
run_repository_job -t|-type REPLICATE_FROM -v|backup_version -r|replication_target

PARAMETERS:
Parameter             Example          Description
t|type                   BACKUP         Type of job: BACKUP, REPLICATE_TO (replication from landing zone to target group), REPLICATE_FROM (replication from target group to landing zone)
v|backup_version         60             (Optional) Backup version number to be replicated to or from the third-party storage. This is the number visible in the backup file name (bar_12345676789.out)
r|replication_target     target1        (Optional) Target group for replication. If not specified, it creates backup of the repository to the landing zone only.
u|user_authentication    user           (Required when security management is enabled) Supplies command with Viewpoint user, and triggers password prompt for authentication.