Hitachi

JP1 Version 13 JP1/Integrated Management 3 - Manager Command, Definition File and API Reference


Intelligent Integrated Management Database configuration file (postgresql.conf)

Organization of this page

Format

parameter = settings-in-JP1/IM - Manager
parameter = settings-in-JP1/IM - Manager
  :
parameter = settings-in-JP1/IM - Manager

File

postgresql.conf

postgresql.conf.model (model file)

Storage directory

In Windows:
  • For a physical host

    Manager-path\conf\imgndb\

  • For a logical host

    shared-folder#\jp1imm\conf\imgndb\

In Linux:
  • For a physical host

    /etc/opt/jp1imm/conf/imgndb/

  • For a logical host

    shared-directory#/jp1imm/conf/imgndb/

#:

JP1/IM - Directory on the shared disk specified when building the Manager's logical host environment (directory specified separately for each logical host)

Description

This file describes parameter definitions related to the Intelligent Integrated Management Database (PostgreSQL).

When the definitions are applied

If you change the parameter settings, you must restart the Intelligent Integrated Management database.

In addition, some parameters are automatically populated when the Intelligent Integrated Administration database is set up to match the resource status of the operating environment.

Information that is specified

parameter = settings-in-JP1/IM - Manager

The parameters that can be set are the same as those provided by PostgreSQL.

The parameters that can be edited by the user are listed in the following table:

Parameter

Type

Description

Settings in JP1/IM - Manager

authentication_timeout

integer

Sets the maximum time to complete client authentication.

This parameter can only be set in the postgresql.conf file or on the server command line.

1min

log_filename

string

If logging_collector parameter is in effect, sets the file name of the log file created.

This parameter can only be set in the postgresql.conf file or on the server command line.

'postgresql-%a.log'

log_rotation_age

integer

If the logging_collector parameter is in effect, sets the maximum time to use individual log files.

This parameter can only be set in the postgresql.conf file or on the server command line.

1d

log_rotation_size

integer

If logging_collector parameter is in effect, sets the maximum size of an individual log file.

This parameter can only be set in the postgresql.conf file or on the server command line.

--

log_min_messages

enum

Sets the level of messages written to the server log.

warning

log_min_error_statement

enum

Set whether SQL statements that cause error conditions are recorded in the server log.

error

log_line_prefix

string

Sets the printf-style string that is output at the beginning of each log line.

'%m [%p] %e'

lc_messages

string

Sets the language in which the message is displayed.

'C'

lc_monetary

string

Use the to_char family of functions to set the locale used to format amounts.

'C'

lc_numeric

string

Use the to_char family of functions to set the locale used to format numbers.

'C'

lc_time

string

Use the to_char family of functions to set the locale used to format dates and times.

'C'

Legend:

--: Do not use JP1/IM - Manager.