Hitachi

uCosminexus Application Server Definition Reference Guide


8.2.18 setup.cfg (Setup file for the Setup Wizard)

Organization of this subsection

(1) Format

Specify the key as follows:

key-name=value

Specification method
  • A line beginning with # (hash mark) is a comment and is ignored.

  • If no value is specified, the line is ignored.

  • The whitespaces at the beginning and end of a line, and blank lines are ignored.

  • Use '=' as the separator between the key and value. Any spaces put before and after '=' are ignored.

  • The string up to the linefeed is a value.

  • When there is a multiple specification of the same key, the last key value is applicable.

  • One line is less than 64 KB.

  • You can use only ASCII characters.

(2) File storage location

(3) Functionality

Specifies the output destination, maximum file size, and maximum number of Setup Wizard log files.

(4) Specifiable keys

The following table describes the keys that can be specified. Note that "Default" refers to the value or operation assumed when the key is not specified. "VR" refers to the Application Server version introduced or changed by the key.

Key name

Contents

Specifiable value

Default value

VR

setup.log.dir

Specify the output location directory of the log file. Use '/' as the file separator. If you specify a value outside the range, the default value will be set.

In UNIX, the parent directory of the specified output destination directory must exist.

Directory name (absolute path)

  • In Windows

    Cosminexus-installation-directory\manager\setup\log

  • In UNIX

    /opt/Cosminexus/manager/setup/log

08-00

setup.log.filenum

Specify the number of files. If you specify a value outside the range, the default value will be set.

Specify the value using an integer from 1 to 16.

4

08-00

setup.log.filesize

Specifies the maximum size per log file (unit: bytes). If you specify a value outside the range, the default value will be set.

Specify an integer from 4096 to 2147483647.

262144

08-00

setup.maintenance.log.filenum

Specifies the number of maintenance log files. If you specify a value outside the range, the default value will be set.

Specify the value using an integer from 1 to 16.

4

08-00

setup.maintenance.log.filesize

Specifies the maximum size per maintenance log file (unit: bytes). If you specify a value outside the range, the default value will be set.

Specify the value using an integer from 4096 to 2147483647.

16777216

08-00

(5) Precautions

If an attempt to read the setup.cfg file fails during the execution of the Setup Wizard, the message KEOS28056-E is displayed and the Setup Wizard terminates.