The log files containing Process Manager audit data are
located in JS_TOP/work/history. Process Manager writes audit data
to history files called history.log.<index>.
Process Manager creates a new history.log.<index> file
when the log age has reached the number of hours specified with the parameter JS_HISTORY_LIFETIME in
js.conf, or the log size has reached the maximum number of bytes indicated with
the parameter JS_HISTORY_SIZE in js.conf. The <index> is
incremented by 1 every time a new log is created. When JFD is restarted, JFD scans the
JS_HOME/work/history directory to determine the last index, and uses that for
calculating the index of the next history log file.
History log files are periodically cleaned up according to the time period specified by the
parameter JS_HISTORY_CLEAN_PERIOD in js.conf. History log files older than the
specified time period are cleaned up by the Process Manager server (JFD). The default is 15
days.
If you do not want history log files to be deleted, you can set the parameter
JS_HISTORY_ARCHIVE_DIR in js.conf and specify a directory in which to store
archived history logs. When this parameter is set, instead of deleting the old history logs, the
Process Manager Server(JFD) moves them into the directory specified by JS_HISTORY_ARCHIVE_DIR
according to the time period specified by JS_HISTORY_CLEAN_PERIOD in js.conf.
The parameter JS_HISTORY_LIMIT in js.conf specifies the maximum number of
history records retrieved when the jhist command is used and the Process Manager
Client and Process Manager Server are on different hosts. If more than the maximum number of records
are available, only the oldest number of records specified in this parameter are retrieved.