Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

19.8.1 Execution Subsystem Name Definition File

File Name

mjsubsysname.txt

Description

This file defines the execution subsystem name if one is specified as the host name of a network job execution server.

File Location

Windows

<Systemwalker Operation Manager installation directory>\MpWalker.JM\mpmjessv\user

If running multi-subsystem operation:
<Systemwalker Operation Manager installation directory>\MpWalker.JM\mpmjessv\mjesn\user (n: subsystem number)

Solaris
Linux

/etc/mjes

If running multi-subsystem operation:
/etc/mjes/mjesn (n: subsystem number)

File Format

<execution subsystem name>,<host name>,<subsystem number>
:
:

Parameters

<execution subsystem name>

Specify the execution subsystem name to be specified as the host name of the network job execution server.

<host name>

If you specified an execution subsystem name as the host name of a network job execution server, specify the name of the host to which jobs will be submitted.

<subsystem number>

If you specified an execution subsystem name as the host name of a network job execution server, specify the subsystem number of the host to which jobs will be submitted.

Notes

If you define the same execution subsystem name in multiple lines, the line with the first occurrence of the name will be used. Duplicate definitions are counted when the number of definitions is checked against the upper limit.

The execution subsystem name that you specify for a network job is replaced with the defined host name and subsystem number before the job is submitted. If you define the name of a non-existent host or there is some other definition error not related to the parameter format, an error will occur when the job is executed.

Examples

execsvA,vm1,2
execsvB,vm2,3