Regular maintenance

Regular maintenance refers to the mechanisms that are used on your dynamic workstation agents to free up storage space and improve performance.

You can have regular maintenance performed on your dynamic agent workstations to keep disk space under control by configuring the following parameters as appropriate.

Table 1. Agent configuration parametersConfiguration parameters for maintenance
File Parameter Description
JobManager.ini located in the path
On UNIX operating systems
TWA_DATA_DIR/ITA/cpa/config/JobManager.ini
On Windows operating systems
TWA_home\TWS\ITA\cpa\config\JobManager.ini
MaxAge The number of days that job logs are kept before being deleted. The default is 2. Possible values range from a minimum of 1 day.
JobManager.loggerhd.maxFileBytes The maximum size that the log file can reach. The default is 1024000 bytes.
JobManager.loggerhd.maxFiles The maximum number of log files that can be stored in the stdlist/JM directory. The default is 3.
JobManager.ffdc.maxDiskSpace The maximum disk space reached, by the log files collected by the First Failure Data Capture tool, after which the oldest files are removed.
JobManager.trhd.maxFileBytes The maximum size that the log file can reach. The default is 10240000 bytes.
JobManager.trhd.maxFiles The maximum number of log files that can be stored. The default is 5.
logging.properties located in the path
On UNIX operating systems
TWA_DATA_DIR/TWS/JavaExt/cfg/
On Windows operating systems
TWA_home\TWS\JavaExt\cfg

Logs related to jobs with advanced options.

java.util.logging.FileHandler.limit The maximum amount to write log messages to a file. Default value is 1000000 (bytes)
java.util.logging.FileHandler.count The number of output files to cycle through. Default value is 10.