How to manage (purge) the XCOM.LOG file for XCOM for Windows.
XLOGFILE=$XCOM_HOME/xcom.log
XLOGFILE=/opt/CA/XCOM/xcom.log
XLOGFILE=$XCOM_HOME/xcom.$(date +"%F").log
XLOGFILE=/opt/CA/XCOM /xcom.$(date +"%F").log
Please check that there aren’t any active transfers is to use a repetitive UNIX Schedular like or cron job to rename the current xcom.log file.
For example:
Addtionally you can use the XCOMLOG utility to clear out old messages:
Purge the Log File
CLEANLOG purges entries from the xcom.log. Run this program on a regular basis to ensure that the log file does not grow too large. Back up the XCOM.LOG before running this program as all items older than the specified age are deleted.
Note: XCOM should be idle when you run this program.
Syntax
The syntax for CLEANLOG is as follows:
Example
CLEANLOG 5
This command removes entries in XCOM.LOG that are older than five days.