Top
Systemwalker Operation Manager  Installation Guide
FUJITSU Software

B.1 Initialization File (Job Execution Control)

The initialization file of Job Execution Control has been stored in the following location as a text file.

You can directly edit this file using an editor such as "vi" or Notepad.

However, NEVER change the file path and the file name.

File name:

[Windows version] initfile.txt

[UNIX version] initfile

Storage path:

[Windows version]

Systemwalker Operation Manager installation directory\MpWalker.Jm\mpmjessv\user

Enterprise EditionThe followings apply if Multi-subsystem operations are supported.

Subsystem number 0:

Same as when NO subsystem operations are supported.

Subsystem numbers 1 to 9:

Directory where Systemwalker Operation Manager has been installed \MpWalker.Jm\mpmjessv\mjesn\user, where "n" is a subsystem number.

[UNIX version]

/etc/mjes

Enterprise EditionThe followings apply if Multi-subsystem operations are supported.

Subsystem number 0:

Same as when NO subsystem operations are supported.

Subsystem numbers 1 to 9:

/etc/mjes/mjesn, where "n" is a subsystem number.

Coding format

The following shows the standard coding format of the initialization file. For the detailed parameter and operand information, see "B.1.1 List of Initialization File Definitions".

[Windows version]

system [dfltqueue=queue name][,                                  
        maxexec=job multiplexity in the system][,
        dfltprty=default job priority]
queue name=queue name[,
        maxexec=job multiplexity in the queue][,
        dfltprty=default job priority][,
        limittime=Job running time limit][,
        maxjob=max submit jobs][,
        dfltdprty=default job execution priority][,
        host=host group name]
hostgrp name=host group name,
        host=(host name (max execution)[, ...])
prt printer name=alias
        fontname=font name, fontsize=fontsize][,
        orient={port|land}][,
        form=paper size]
log path=path name[,
        keepdays=retention]
record path=path name[,
        keepdays=retention]
execasuser
convert
qinactive
namechk
jobobject
scriptnocopy
clusterip ipaddress
jclexitcode
jclstdout
distexec
qstop
networkretry interval = retry interval,retry = number of retries

[UNIX version]

system [dfltqueue=queue name] [,                                  
        maxexec=job multiplexity in the system] [,
        dfltprty=default job priority]
queue name=queue name[,
        maxexec=job multiplexity in the queue][,
        dfltprty=default job priority][,
        limittime=Job running time limit][,
        maxjob=max submit jobs][,
        dfltdprty=default job execution priority][,
        host=host group name]
hostgrp name=host group name,
        host=(host name (max execution)[, ...c])
log path=path name[,
        keepdays=retention]
record path=path name[,
        keepdays=retention]
convert
qinactive
namechk
scriptnocopy
clusterip ipaddress
jclexitcode
jclstdout
qstop
networkretry interval = retry interval,retry = number of retries

Syntax rules

The following syntax rules apply to the initialization file description.