Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Integrated Management - Service Support Configuration and Administration Guide


User log definition file (jp1aclimport.conf)

Organization of this page

Description

This file defines the size of a log file and the number of log files that are used when the execution result of the jssaclimport command is output to a log file open to users (jssaclimport_infonubmer.log).

Format

;comments
[LOG]
ACLIMPORT_FILESIZE=size-of-the-log-file
ACLIMPORT_FILENUM=number-of-log-files

Lines starting with a semi-colon (;) are treated as comments.

File names

Storage folder

IM-SS-path\conf\command\

When the definition is applied

When you execute the jssaclimport (imports access-permission information) command, the definition is applied to JP1/IM - Service Support.

What is described

You can edit the specification keys explained in the table below. Use an equal sign (=) to connect a key and its value.

Table 12‒68: List of specification keys that can be set in the user log definition file

Specification key name

Description

Default value

ACLIMPORT_FILESIZE

Specifies the size of the log file (jssaclimport_infonumber.log) in KB.

Specify a half-width integer from 4 to 16384.

8192

ACLIMPORT_FILENUM

Specifies the number of log files (jssaclimport_infonumber.log).

Specify a half-width integer from 1 to 64.

2

Message output to a log file

For details about the message output to a log file, see 13.1 Output destinations for messages.

Notes

Definition example

The following definition example changes the setting to outputting log files, and the size of the files to 4.

[LOG]
ACLIMPORT_FILESIZE=8192
ACLIMPORT_FILENUM=4