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

Teradata® DSA User Guide

Product
BAR
Data Stream Architecture
Release Number
17.00
Published
August 2020
Language
English (United States)
Last Update
2020-08-31
dita:mapPath
mas1575933453856.ditamap
dita:ditavalPath
vwp1576617377804.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities

Purpose

The consolidate_job_logs command uploads all logs for a completed job to a centralized location. If the job is running, the command is rejected.

Syntax

consolidate_job_logs -n|-name Name -I|-job_execution_id Job Execution ID

Example

dsc consolidate_job_logs -n job1 -I 5

Parameters

n|name Name
The name of the job for which you want to retrieve status.
I|job_execution_id Job Execution ID
[Optional] The job ID of the job execution for which you want to retrieve status. You cannot specify a running job. If you do not specify a job execution ID, the latest job execution ID is used.
T|Timestamp
[Optional] Prompts for the timestamp of the job for which you want to retrieve status.

Usage Notes

The job logs that consolidate_job_logs gathers are placed in a subdirectory, jobName_jobExecutionId_currentTimestamp, that is created under the upload directory defined in the dsarest.properties file. It copies all DSC log files with a last modified timestamp after the job start time to the newly created directory.

To maintain available disk file space, delete old files in the upload directory periodically.

XML File Example

This command does not support an XML file.