Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Automatic Job Management System 3 Configuration Guide 2


2.5.2 Details of the environment setting parameters for the JP1/AJS3 definition pre-check function

Organization of this subsection

(1) "AJSCHK_CHECKFILE" = "name-of-the-file-used-to-store-the-definition-pre-check-result"

Use this parameter to specify the name of the file used to the definition pre-check result. Specify a full path name.

If the directory specified for name-of-file-used-to-store-definition-pre-check-result does not exist, the file used to store the definition pre-check result will not be output.

Specifiable values

A character string of no more than 255 bytes

Default value
  • For Windows Server 2012 or Windows Server 2008, if the installation folder is in the default folder or a folder protected by the system:

    %ALLUSERSPROFILE%\Hitachi\JP1\JP1_DEFAULT\JP1AJS2\log\ajscheckfile.txt

    The default value of %ALLUSERSPROFILE% is system-drive\ProgramData.

    A folder protected by the system is the path to a folder in any of the following:

    - system-drive\Windows

    - system-drive\Program Files

    - system-drive\Program Files (x86) (for 64-bit Windows)

  • For Windows Server 2012 or Windows Server 2008 in which an installation folder other than the above is used:

    JP1/AJS3-Manager-installation-folder\log\ajscheckfile.txt

  • For Windows Server 2003:

    JP1/AJS3-Manager-installation-folder\log\ajscheckfile.txt

  • In UNIX:

    /var/opt/jp1ajs2/log/ajscheckfile.txt

Recommended value

Set the value appropriate for the operating environment.

When the setting takes effect

After the JP1/AJS3 Check Manager service is restarted

(2) "AJSCHK_LOGDIR" = "name-of-the-directory-for-the-definition-check-log"

Use this parameter to specify the name of the directory to which the log for the definition pre-check process is output. Specify a full path name.

If the directory specified for name-of-directory-for-definition-check-log does not exist, the definition check log will not be output.

Log data is written to the ajscheck1.log file under the directory specified in this parameter. If the log data written to the ajscheck1.log reaches the size limit specified in the AJSCHK_LOGSIZE environment setting parameter, the writing of log data continues to the ajscheck2.log file.

Specifiable values

A character string of no more than 180 bytes

Default value
  • For Windows Server 2012 or Windows Server 2008, if the installation folder is in the default folder or a folder protected by the system:

    %ALLUSERSPROFILE%\Hitachi\JP1\JP1_DEFAULT\JP1AJS2\log

    The default value of %ALLUSERSPROFILE% is system-drive\ProgramData.

    A folder protected by the system is the path to a folder in any of the following:

    - system-drive\Windows

    - system-drive\Program Files

    - system-drive\Program Files (x86) (for 64-bit Windows)

  • For Windows Server 2012 or Windows Server 2008 in which an installation folder other than the above is used:

    JP1/AJS3-Manager-installation-folder\log or JP1/AJS3-Agent-installation-folder\log

  • For Windows Server 2003:

    JP1/AJS3-Manager-installation-folder\log or JP1/AJS3-Agent-installation-folder\log

  • In UNIX:

    /var/opt/jp1ajs2/log

Recommended value

Set the value appropriate for the operating environment.

When the setting takes effect

After the JP1/AJS3 Check Manager service or the JP1/AJS3 Check Agent service is restarted

(3) "AJSCHK_LOGSIZE" = dword:log-file-size

Use this parameter to specify the size of the log file to which log data is output by the definition pre-check process.

The specified size is to the size definition check log file 1 (ajscheck1.log) and of definition check log file 2 (ajscheck2.log).

Specifiable values

0, or a value (in kilobytes) from 4 to 1E8480 in hexadecimal (0, or a value from 4 to 2,000,000 in decimal)

Default value

dword:00001000 (4,096 in decimal)

Recommended value

Set the value appropriate for the operating environment.

When the setting takes effect

After the JP1/AJS3 Check Manager service or the JP1/AJS3 Check Agent service is restarted

Cautionary note

When the information written to file 1 reaches the limit specified in this parameter, the writing of information switches to file 2. When the information written to file 2 reaches the limit, the writing of information switches back to file 1 and existing information is overwritten. Because the repeated switching between files 1 and 2 continually overwrites older information, you must be especially careful when specifying the file size.

(4) "AJSCHK_TRACELOGFILE" = "name-of-the-trace-log-file"

Use this parameter to specify the name of the trace log file for the definition pre-check function. Specify a full path name.

If the directory specified for name-of-trace-log-file does not exist, the trace log will not be output.

Specifiable values

A character string of no more than 255 bytes

Default value

The setup processing assumes the following file name:

  • For Windows Server 2012 or Windows Server 2008, if the installation folder is in the default folder or a folder protected by the system:

    %ALLUSERSPROFILE%\Hitachi\JP1\JP1_DEFAULT\JP1AJS2\log\tracelog.ch

    The default value of %ALLUSERSPROFILE% is system-drive\ProgramData.

    A folder protected by the system is the path to a folder in any of the following:

    - system-drive\Windows

    - system-drive\Program Files

    - system-drive\Program Files (x86) (for 64-bit Windows)

  • For Windows Server 2012 or Windows Server 2008 in which an installation folder other than the above is used:

    JP1/AJS3-Manager-installation-folder\log\tracelog.ch or JP1/AJS3-Agent-installation-folder\log\tracelog.ch

  • For Windows Server 2003:

    JP1/AJS3-Manager-installation-folder\log\tracelog.ch or JP1/AJS3-Agent-installation-folder\log\tracelog.ch

  • In UNIX:

    /var/opt/jp1ajs2/log/tracelog.ch

If you do not specify a file name, a trace log is not output.

Recommended value

Set the value appropriate for the operating environment.

When the setting takes effect

After the JP1/AJS3 Check Manager service or the JP1/AJS3 Check Agent service is restarted

(5) "AJSCHK_CHARCODE" = "{none|C|SJIS|EUC|UTF-8}"

Use this parameter to specify the character set to be used for an agent in the definition pre-check and the character set to be output in the pre-check result.

Specifiable values
none

The 7-bit ASCII character set is used.

none cannot be specified by using the jajs_config command. To specify this value, use the jbssetcnf command. For details on the jbssetcnf command, see the Job Management Partner 1/Base User's Guide.

C

The 7-bit ASCII character set is used.

SJIS

The Shift JIS character set is used.

EUC

The EUC character set is used.

UTF-8

The UTF-8 character set is specified.

Default value

none

Recommended value

Set the value appropriate for the operating environment.

When the setting takes effect

After the JP1/AJS3 Check Manager service or the JP1/AJS3 Check Agent service is restarted

Cautionary notes
  • For agents, the character set specified in this parameter must match the character set specified in the LANG environment variable used when the JP1/AJS3 Check Agent service starts.

  • In the following cases, the definition pre-check results are displayed by using the character set specified in the AJSCHARCODE environment setting parameter.

    - SJIS, EUC, or UTF-8 is specified for the AJSCHARCODE environment setting parameter, and none or C is specified for AJSCHK_CHARCODE.

    - C is specified for the AJSCHARCODE environment setting parameter.