User`s guide
IBM Lotus Notes, Domino, Domino Designer 8 Release Notes
Domino for System i
System i: System Value QLOGOUTPUT
V5R4 introduced a new system value - QLOGOUTPUT (Job Log output). This affects Domino servers /
j
obs as follows:
z
Each Domino server runs in a separate subsystem. The subsystem name is specified on the
CFGDOMSVR command; the default is DOMINOxx, where xx is a number. The WRKDOMSVR
command shows the subsystem name.
z
Information for Subsystem is stored in the library QUSRNOTES
z Each subsystem has a Job Description (JOBD) used when submitting jobs to a system
z To view JOBD: Enter the command WRKJOBD JOBD(QUSRNOTES/*ALL)
z One of the parameter of JOBD is
Job log output
, Keyword LOGOUTPUT:
z
When a job completes, one of three actions occur that affects how the job log is created.
The following are values of the LOGOUTPUT parameter:
z
The job log server produces the job log: (*JOBLOGSVR)
z The job itself produces the job log; if the job cannot produce its own job log, the job
log will be produced by a job log server. (*JOBEND)
z
The job log is not produced; the job log remains in pending until it is removed.
(*PND)
z
If LOGOUTPUT is set to *SYSVAL, the job uses the job log output value that is specified in
the Job log output (QLOGOUTPUT) system value.
z
The shipped value for the Job log output (QLOGOUTPUT) system value is *JOBEND; the
recommended value is *JOBLOGSVR.
Additional information on JOBD and the QLOGOUTPUT can be found at:
http://publib.boulder.ibm.com/iseries/
z
Select V5R4
z
Search on qlogoutput
Domino for System i
System i: Use of the forward slash "/" character
When issuing Domino console commands on System i, be aware of the command syntax and use of the
forward vs. backward slash.
For example, you may see the backward slash character "\" used to delimit directory and file names in
general use examples.
On System i, use the forward slash "/" character.
188