The Trusted Host Definition file 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.
File name:
mjhosts
Storage path:
The Trusted Host Definition file must be stored in the following location of the server.
[Windows version]
Systemwalker Operation Manager installation directory\MpWalker.Jm\mpmjessv\user
The followings apply if Multi-subsystem operations are supported.
Same as when NO subsystem operations are supported.
Directory where Systemwalker Operation Manager has been installed \MpWalker.Jm\mpmjessv\mjesn\user, where "n" is a subsystem number.
[UNIX version]
/etc/mjes
The followings apply if Multi-subsystem operations are supported.
Same as when NO subsystem operations are supported.
/etc/mjes/mjesn, where "n" is a subsystem number.
However, NEVER change the file path and the file name. In particular, if a new mjhosts file "mjhosts.txt" is created with Notepad, it is renamed to mjhosts.txt and its definition is made invalid.
Coding format
The syntax of the trusted host definition file is:
host-name [noroot] |
Specifies the host name of job submission server which accepts network jobs. A 64-byte or less host name can be specified.
Allows to accept jobs when a network job request is sent from the specified server and when the jobs are submitted by ordinary users. Jobs submitted by the system administrator (the user belonging to the Administrators group or the superuser) are not accepted.
Syntax rules
The following syntax rules apply for the trusted host definition file.
A server must be defined on a line.
Only a space or spaces are allowed before the host name.
The host name and noroot parameter must be separated from each other by one or more spaces.
Up to 256 host names can be defined.
If identical host names are defined, the definition written first is made valid.
If a host name exceeds 64 bytes long, this line is made invalid.
Comments
The noroot parameter can be followed by a comment if they are separated from each other by one or more spaces.
A comment can be up to 128 bytes long.
A blank line is treated as a comment line.
If a host name is followed by a character string other than the noroot parameter, such character string is treated as a comment.
Example
The following is a coding example.
server1 This server is ...... |