Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


User log definition file (jp1authusersetup.conf)

Organization of this page

Description

This file defines whether to output the execution results of the jssauthusersetup command to user accessable log files (jssauthusersetup_infonumber.log). It also sets the file size and the number of files. In the default settings, the execution results are to be output.

Format

;comments
[LOG]
AUTHUSERSETUP_LOG=Whether to output a log file
AUTHUSERSETUP_FILESIZE=Size of a log file
AUTHUSERSETUP_FILENUM=Number of log files

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

File names

Storage folder

JP1/SS-path\conf\command\

When the definition is applied

The definition is applied when the jssauthusersetup command is executed.

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 13‒77: List of specification keys that can be set in the user log definition file

Specification key name

Description

Default value

AUTHUSERSETUP_LOG

Specifies whether to output a log file (jssauthusersetup_infonumber.log). If the setting is invalid, no log file is output.

Output destination folder: JP1/SS-path\log\public\

You can specify Y (output) or N (not output).

Y

AUTHUSERSETUP_FILESIZE

Specifies the size of a log file

(jssauthusersetup_infonumber.log) in kilobytes.

You can specify only half-width numeric characters (integer) from 4 to 16384.

8192

AUTHUSERSETUP_FILENUM

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

You can specify only a half-width numeric characters (integer) from 1 to 64.

2

Message output to a log file

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

Notes

Definition example

An example of changing the settings so that log files are output is shown below. In this example, the size of a log file is changed to 10 megabytes (10,240 kilobytes) and the number of log files is changed to 4:

[LOG]
AUTHUSERSETUP_LOG=Y
AUTHUSERSETUP_FILESIZE=10240
AUTHUSERSETUP_FILENUM=4