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
logging_collector
boolean
Sets whether or not Intelligent Integrated Management Database log file is output.
If set to off, no log file is output.
If set to on, log files are output.
Also, log2 parameter is enabled.
If a value other than on or off is specified, on is assumed.
on
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.
If log2 parameter is on, this parameter is ignored.
'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.
If log2 parameter is on, this parameter is ignored.
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.
If log2 parameter is on, this parameter is ignored.
--
log_min_messages
enum
Sets the level of messages written to the server log.
-
When JP1/IM - Manager is earlier than 13-50
default
-
When JP1/IM - Manager is 13-50 or later
fatal
log_min_error_statement
enum
Set whether SQL statements that cause error conditions are recorded in the server log.
error
log_error_verbosity
enum
Sets the level of detail information for each message to be written to the server log.
-
When JP1/IM - Manager is earlier than 13-50
default
-
When JP1/IM - Manager is 13-50 or later
terse
log_line_prefix
string
Sets the printf-style string that is output at the beginning of each log line.
'%m [%p] %e'
log_timezone
string
Sets the time zone used for the timestamp written to the server log.
The log is rotated at 0:00 local time in the configured time zone.
'GMT'
log2
boolean
Sets Intelligent Integrated Management Database logfile type.
This parameter is valid when the logging_collector parameter is on.
If this parameter is on, the log is output in a rotated format.
If this parameter is off, log files prior to version 13-11 are used.
If this parameter is not specified, or if you specify an invalid value for this parameter, off is assumed.
on
log2_rotation_count
integer
If the logging_collector parameter is on and log2 parameter is on, set the number of sectors of Intelligent Integrated Management Database log file between 0 and 100.
If 0 is specified for this parameter, Intelligent Integrated Management Database log file is not output.
If this parameter is not specified, or if an invalid value is specified for this parameter, 5 is assumed.
5
log2_rotation_max_size
string
If the logging_collector parameter is on and log2 parameter is on, set the maximum size of Intelligent Integrated Management Database log file (the maximum is 10 GB).
The value is specified in numbers and units.
You can specify the following units: B (bytes), K (kilobytes), M (megabytes), and G (gigabytes).
If unit specification is omitted, the unit is assumed to be B.
If this parameter is not specified, or if you specify an invalid value for this parameter, 70M is assumed.
<Setting example (when specifying 100 megabytes)>
100 M
70M
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.
-