HCL Workload Automation, Version 9.4

Regular maintenance

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

Unlike fault-tolerant agents where maintenance tasks must be performed manually using the rmstdlist utility command, 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 parameters. Configuration parameters for maintenance
File Parameter Description
JobManager.ini located in the path TWA_home/TWS/ITA/cpa/config MaxAge The number of days that job logs are kept (in path TWA_home/TWS/stdlidst/JM) 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 1024000 bytes.
JobManager.trhd.maxFiles The maximum number of log files that can be stored. The default is 3.
logging.properties located in the path 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.