The following describes how to browse the scheduled job execution result history. The history information in the log files (jobdb1.log/jobdb2.log/jobdb3.log) can be browsed in the Job History window.
The following describes the display methods and the display contents of the Job History window.
Procedure
Displaying the Job History window
Display the Job History window by performing one of the following operations.
Select the desired job net from the Job Selection window of the Systemwalker Operation Manager window. Then, select Job History from the Tools menu.
Select the desired job net from the Job Net Management window. Then, select Job History from the Tools menu.
Select the desired job net from the Gantt Chart window. Then, select Job History from the Tools menu.
While the history is displayed in the Gantt Chart window, double-click the desired job net name.
Figure 8.2 Job History window
Display format of the job history
The following shows the display format of the job (command) history.
4-digit-year/month/date hour:minute:second JOB host name job net ID, project name, job net name, job name, comment message. |
When the job name is omitted, the command will be displayed.
When the job net has the "Compatible with the earlier versions (old and standard)" attribute, the process group ID will be displayed instead of the job net ID. [UNIX version]
(Example)
1996/04/21 19:00:05 JOB SERVER NET00001,SALES PRJ,jobnet20,JOB_1,comment started. |
Display format of the job net start/end history
The following shows the display format of the job net start/end history.
4-digit-year/month/date hour:minute:second JOB host name job net ID, project name, job net name, job name, comment message, additional information. |
When the job net has the "Compatible with the earlier versions (old and standard)" attribute, the process group ID will be displayed instead of the job net ID. [UNIX version]
If any variable parameters were specified when the job net started, they will be displayed as additional information in the following format:
VPARAM="variable parameter";
(Example)
1996/04/21 19:00:04 NET SERVER NET00001,SALES PRJ,jobnet20,POS CONTROL started, VPARAM="BBB". |
Display format of the child job net start/end history
The following shows the display format of the child job net start/end history.
4-digit-year/month/date hour:minute:second JOB host name job net ID, project name, job net name, job name, comment message. |
(Example)
1996/04/21 19:00:04 NJB SERVER NET00001,SALES PRJ,Pjobnet,cjobnet,POS CONTROL started. |
Display format of the linked job net start/end history
The following shows the display format of the linked job net start/end history:
4-digit-year/month/date hour:minute:second LJB host name parent job net ID, project name, parent job net name, job net name, job net comment message |
(Example)
1996/04/21 19:00:04 LJB SERVER NET00001,SALES PRJ,Pjobnet,cjobnet,POS CONTROL started.1996/04/21 19:30:18 LJB SERVER NET00001,SALES PRJ,Pjobnet,cjobnet,POS CONTROL normal end code=0 |
Note
Host name
The host name of the Job History window indicates the name of the host which has executed the job net. If the host name exceeds 16 bytes, the first 16 bytes of the host name are displayed.
Note
Job Net ID
If no job net ID is assigned, the job net ID column in the Job History window will be as follows.
Displayed when execution is rejected.
Displayed when execution is skipped.
Contents and meanings of message indications
The contents and meanings of message indications are as follows.
The job net execution has started.
The job net execution has restarted.
The job net has been executed normally. The completion code is indicated.
The job net execution was pseudo normally terminated. The completion code is indicated.
The job net execution was terminated abnormally. The completion code is indicated.
The job net execution was forcibly terminated. The completion code (any of the following 248, 249, or 256) is indicated.
The job net was restarted and terminated normally. The completion code is indicated.
The job net was restarted and pseudo normally terminated. The completion code is indicated.
The job net was restarted but terminated abnormally. The completion code is indicated.
The job net was restarted but forcibly terminated. The completion code (256) is indicated.
The job is in the passed status. The completion code (any of the following 0, 248, or 249) is indicated.
The execution conditions are satisfied while the job net or the job is in the disabled status.
The job net execution was rejected.
The job net execution or job execution was interrupted. The code (239) is indicated.
A child or linked job net, for which Valid only on startup days has been specified, did not start because it was not a scheduled startup day.