4.2.4 Monitoring the Dispatcher
The install.cfg file that was set up during server
installation contains the kdd.dispatch.joblogdir property that points to a
log file directory. The log directory is a repository that holds a time-stamped record of
dispatcher and job processing events.
Each time the dispatcher starts or completes a job, it writes a status message to a
file called dispatch.log in the log directory. This log also records
any failed jobs and internal dispatcher errors. The dispatch.log file
holds a time-stamped history of events for all jobs in the chronological sequence that
each event occurred.
To monitor the dispatch.log file as it receives entries, follow these
steps:
- Change directories to the log directory.
- Type
tail -f dispatch.logand press Enter at the system prompt. The log file scrolls down the screen. - Press Ctrl+C to stop viewing the log file.
- Type
lpr dispatch.logand press Enter at the system prompt to print the dispatch.log file.
Note:
Thedispatch.log file can be a lengthy printout.