Top
Systemwalker Operation Manager  User's Guide
FUJITSU Software

8.2 Displaying Scheduled Job History

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

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.

(Example)

1996/04/21 19:00:05 JOB SERVER NET00001,SALES PRJ,jobnet20,JOB_1,comment started.
1996/04/21 19:14:32 JOB SERVER NET00001,SALES PRJ,jobnet20,JOB_1,comment normal end code=0.

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.

(Example)

1996/04/21 19:00:04 NET SERVER NET00001,SALES PRJ,jobnet20,POS CONTROL started, VPARAM="BBB".
1996/04/21 19:30:18 NET SERVER NET00001,SALES PRJ,jobnet20,POS CONTROL normal end code=0.

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.
1996/04/21 19:30:18 NJB SERVER NET00001,SALES PRJ,Pjobnet,cjobnet,POS CONTROL normal end code=0.

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.

Failed:

Displayed when execution is rejected.

Disabled:

Displayed when execution is skipped.

Contents and meanings of message indications

The contents and meanings of message indications are as follows.

Started:

The job net execution has started.

Restarted:

The job net execution has restarted.

Normal end:

The job net has been executed normally. The completion code is indicated.

Pseudo-normal end:

The job net execution was pseudo normally terminated. The completion code is indicated.

Abnormal end:

The job net execution was terminated abnormally. The completion code is indicated.

Cancel end:

The job net execution was forcibly terminated. The completion code (any of the following 248, 249, or 256) is indicated.

Normal restart-end:

The job net was restarted and terminated normally. The completion code is indicated.

Pseudo-normal restart-end:

The job net was restarted and pseudo normally terminated. The completion code is indicated.

Abnormal restart-end:

The job net was restarted but terminated abnormally. The completion code is indicated.

Cancel restart-end:

The job net was restarted but forcibly terminated. The completion code (256) is indicated.

Passed:

The job is in the passed status. The completion code (any of the following 0, 248, or 249) is indicated.

Skipped:

The execution conditions are satisfied while the job net or the job is in the disabled status.

Refused:

The job net execution was rejected.

Closed:

The job net execution or job execution was interrupted. The code (239) is indicated.

Not scheduled:

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.