Configure the Log File - NetBackup

Teradata Extension for NetBackup Administrator Guide

Product
NetBackup
Release Number
16.20
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-02
dita:mapPath
bby1489436039204.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2400
Product Category
Teradata Tools and Utilities

The default size of the Linux TARA server's logfile is 2GB. When this limit is reached, the TARA server saves the existing log as logfile.prev, then creates a new logfile before writing more log entries. Do not set the value greater than 2GB. Doing so can cause the TARA server to become unresponsive.

Adjust the logfile maximum length to a value less than 2GB by adding an entry within the [Defaults] stanza of the:

  • /etc/opt/teradata/tara/defaults file (Linux)
  • <install_path\teradata/tara\server\config\defaults file (Windows)

Example

Specify the file size in bytes:

filesize=numofbytes

For example, to set the log file size to exactly 500MB (500 * 1024), type:

filesize=524288000