Top
Systemwalker Operation Manager V17.0.1 Reference Guide

19.10 PATH environment variable definition file

File Name

mjspath.txt

Usage

This file defines the PATH environment variable needed to find the specified job file.

The PATH environment variable defined in this definition file is also inherited during job execution.

File Location

Windows

Systemwalker installation directory\MpWalker.JM\mpmjessv\user

When multiple subsystems are used
Systemwalker installation directory\MpWalker.JM\mpmjessv\mjesn\user (n: Subsystem Number)

Solaris
Linux

/etc/mjes

When multiple subsystems are used
/etc/mjes/mjesn (n: Subsystem Number)

File Format [Windows]

PATH=<pass1>;<pass2>;<pass3>...

Parameters [Windows]

<pass>

Specify the path where the job file exists. To specify more than one item, enter ";" (semicolon). The validity of the specified format follows the OS specifications.

File Format [Solaris] [Linux]

PATH=<pass1>:<pass2>:<pass3> ...

Parameters [Solaris] [Linux]

<pass>

Specify the path where the job file exists. To specify more than one item, enter ":" (colon). The validity of the specified format follows the OS specifications.

Character Code

The character encoding of the definition file must be the same as that of the server.
For the Windows version, use SJIS code.

Cautionary Notes

Examples

[Windows]

# Schedule Server

PATH=c:\job1\jobfile;c:\job2\jobfile

PATH=c:\job3\jobfile

If defined as above, the job file is searched for in the following PATH environment variable.

c:\job1\jobfile;c:\job2\jobfile;c:\job3\jobfile

[Solaris] [Linux]

# Schedule Server

PATH=/job1/jobfile:/job2/jobfile

PATH=/job3/jobfile

If defined as above, the job file is searched for in the following PATH environment variable.

/job1/jobfile:/job2/jobfile:/job3/jobfile