Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Base User's Guide


Common definition settings file (local action function)

Organization of this page

Format

[JP1_DEFAULT\JP1BASE\LCACT]

"LOGSIZE"=size-of-local-action-execution-log-file

"LOGFILENUM"=number-of-local-action-execution-log-files-to-be-saved

"PAUSE"=dword:{00000000 | 00000001}

"CODECONV"=dword:{00000000 | 00000001}

File name

Any

jp1bs_lcact_setup.conf.model (Model file for the common definition settings file (local action function))

Storage destination directory

The model file for the common definition settings file (local action function) is located in the following directory. Copy this file to create a new file with any file name.

In Windows:

installation-folder\conf\lcact\

shared-folder\jp1base\conf\lcact\ (in a cluster system)

In UNIX:

/etc/opt/jp1base/conf/lcact/

shared-directory/jp1base/conf/lcact/ (in a cluster system)

Description

This file specifies the local action function to pause or unpause in order to perform maintenance. This file also specifies log information of the local action execution log file to the common definitions.

Application of settings

Execute the jbssetcnf command to register information of the common definition settings file (local action function) into the common definition information. For details on the jbssetcnf command, see jbssetcnf in 15. Commands.

Next, either execute the jbs_spmd_reload command or restart JP1/Base to apply the common definition information settings. For details on the jbs_spmd_reload command, see jbs_spmd_reload in 15. Commands.

Definition details

The following conventions apply to entries in the common definition settings file (local action function).

[JP1_DEFAULT\JP1BASE\LCACT]

This section specifies whether to enable the local action function and the log information of the local action execution log. To set a logical host, change JP1_DEFAULT to the logical host name.

"LOGSIZE"=size-of-local-action-execution-log-file

Specify, in bytes, the size of the local action execution log file with hexadecimal numbers. The specifiable range is 00002000 (8 KB) to 00400000 (4,096 KB). When a size smaller than the lower limit of the range is specified, the lower limit will be used. When a size larger than the upper limit of the range, the upper limit will be used. When omitted from the common definition information, the default of 00100000 (1,024 KB) applies.

"LOGFILENUM"=number-of-local-action-execution-log-files-to-be-saved

Specify, with hexadecimal numbers, how many of the local action execution log files you want to save. The specifiable range is 00000001 (one file) to 00000010 (16 files). When a size smaller than the lower limit of the range is specified, the lower limit will be used. When a size larger than the upper limit of the range, the upper limit will be used. When omitted from the common definition information, the default of 00000004 (four files) applies.

"PAUSE"=dword:{00000000 | 00000001}

Specifies whether to start the local action function or to pause the function. To start the function, specify as dword:00000000. To pause the function, specify dword:00000001. If you omit this parameter or specify a value that cannot be specified in the common definition information, the default of 00000000 applies.

"CODECONV"=dword:{00000000 | 00000001}

Specifies whether to convert the character code when expanding attribute values from a JP1 event by specifying an attribute variable name. Specify dword:00000000 to expand the attribute value as is in the JP1 event character code. Specify dword:00000001 to convert the attribute value to match the character code used in the operation environment before expanding. If you omit this parameter or specify a value that cannot be specified in the common definition information, the default of 00000000 applies.