5.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.
dispatch.log
file as it receives entries, follow these
steps:
- Change directories to the log directory.
- Type
tail -f dispatch.log
and 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.log
and press Enter at the system prompt to print thedispatch.log
file.Note:
The dispatch.log file can be a lengthy printout.