Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

6.10 stemprintnet Saved Information Confirmation Command

Synopsis

stemprintnet [-f file_name] [-title] [-sys subsystem number]

Description

The stemprintnet command outputs schedule information, which has been saved because the project exceeds its maximum value when a schedule is registered, in the csv format.

Options

-f file_name

Specify the output file name with a full path. If omitted, the contents are output to the standard output.

-title

Specify when the title line is output.

-sys subsystem number

Specify the number of the subsystem between 0 and 9, from which schedule information is obtained. If omitted, the default value is 0.

Return Values

0:

Completed

A value other than 0:

Abended

Command Location

Windows

Systemwalker Operation Manager Installation Directory\mpwalker.jm\bin

Solaris
HP-UX
AIX
Linux

/opt/FJSVstem/bin

Privilege Required

System administrator (user belonging to the Administrator group or superuser) privileges are required.

Execution Results/Output Format

Completed:

When the -title option is specified, the execution result is output in the following format:

"Host Name, Sub System, Project Name, Job Net, Job Net Comment, Status, Scheduled Time, Start Time, End Time, and Completion Code."

Host Name,Sub System,Project Name,Job Net,Job Net Comment,Status,Scheduled Time,Start Time,End Time,Completion Code
host1,9,over+1018,test007,test007,Pseudo,,10/18/2004 13:27:16,10/18/2004 13:27:16,2
host1,9,over+1018,test008,test008,Abend,,10/18/2004 13:26:21,10/18/2004 13:26:21,2
host1,9,action+1018,test010,test010,Disable,,,,

Abended:

Error contents are output to the standard output.

Output Items

The following explains the items to be output.

Host Name

The host name of the server on which stemprintnet command has been executed

Sub System

The target subsystem number of operation

Project Name

Project name

Job Net

Job net name

Job Net Comment

Job net comment

Status

Status of the job net

The relevant status is selected from the following thirteen and displayed.

Normal:

Completed (Completion code:0)

Pseudo:

Pseudo-normal (Completion code: from 1 to the upper limit of the normal completion code)

Abend:

Abended (Completion code: From upper limit of normal completion code+1 to 255)

Forced:

Cancel (Completion code: 256)

Warning:

Warning

Execute:

Executing

Wait:

Waiting

Pause:

Paused

Disable:

Disabled

Coped:

Confirmed

CarryOver:

Carried over

StartDelay:

Start delayed

EndDelay:

End delayed

Note that the "pseudo-normal" state is displayed as the "Completed" if the pseudo-normal option is not selected in the [Define Jobscheduler Startup Parameters] window.

Scheduled Time

Scheduled start time

It is displayed in "MM/DD/YYYY hh:mm:ss" format.

Start Time

Start date and time of the job net's previous execution

It is displayed in "MM/DD/YYYY hh:mm:ss" format.

End Time

End date and time of the job net's previous execution

It is displayed in "MM/DD/YYYY hh:mm:ss" format.

Completion Code

Completion code of the job net