imbase configuration file (jpc_imbase.json)
- Organization of this page
Format
{
"port": Listen port,
"file_operation_timeout":"Timeout for File manipulation"
"log": {
"message": {
"num": Logging sectors
"size": Max. file size
},
"internal": {
"level": "Logging Level"
"num": Logging sectors
"size": Max. file size
},
"access": {
"num": Logging sectors
"size": Max. file size
}
},
"action": {
"startup_action_check_timeout": Timeout period to transition actions that remain in progress when the Unified Agent Management Platform is started to the terminal state
}
}
File
jpc_imbase.json
jpc_imbase.json.model (model file)
Storage directory
- ■Integrated manager host
-
In Windows:
Manager-path\conf\imdd\imagent\
In Linux:
/etc/opt/jp1imm/conf/imdd/imagent/
Description
This configuration file defines the operation of imbase process in JP1/IM agent management base.
Character code
UTF-8 (without BOM)
Line feed code
In Windows: CR+LF
In Linux: LF
When the definitions are applied
This information is reflected in imbase operation when imbase serviceis Restart.
Information that is specified
|
Member name |
Optional |
Format |
Value to Setup |
||
|---|---|---|---|---|---|
|
port |
Yes |
number |
JP1/IM agent management base (imbase) listen port Specify within the range of 5001 to 65535. If this operand is omitted or if a numeric value that cannot be specified is specified, 20724 is assumed. |
||
|
file_operation_timeout |
Yes |
number |
If this time passes, File operator should abort the process Specify within the range of 1 to 60 (minutes). The default is 3. If omitted, or if an unspecified numeric value is specified, the default Value is assumed. |
||
|
log |
Yes |
object |
Logging Setup If it is omitted, the default Value is applied to the sub-items. |
||
|
message |
Yes |
object |
Public log See "(a) Public logs" in "12.2.1(6) JP1/IM - Agent (JP1/IM agent management base) Logs" in JP1/Integrated Management 3 - Manager Administration Guide in the manual. If it is omitted, the default Value is applied to the sub-items. |
||
|
num |
Yes |
number |
Number of File sectors Specify within the range 2 to 99. If this operand is omitted or if a numeric value that cannot be specified is specified, 8 is assumed. |
||
|
size |
Yes |
number |
Maximum file size Specify within 1 to 100 (in MB). If this operand is omitted or if a numeric value that cannot be specified is specified, 10 is assumed. |
||
|
internal |
Yes |
object |
Internal log Logs that do not need to be referenced. If it is omitted, the default Value is applied to the sub-items. |
||
|
level |
Yes |
string |
Log-level# Specify one of the following:
If this operand is omitted or if an unspecified character string Value is specified, info is assumed. |
||
|
num |
Yes |
number |
Number of File sectors Specify within the range 2 to 99. If this operand is omitted or if a numeric value that cannot be specified is specified, 8 is assumed. |
||
|
size |
Yes |
number |
Maximum file size Specify within 1 to 100 (in MB). If this operand is omitted or if a numeric value that cannot be specified is specified, 10 is assumed. |
||
|
access |
Yes |
object |
Access log Logs that do not need to be referenced. If it is omitted, the default Value is applied to the sub-items. |
||
|
num |
Yes |
number |
Number of File sectors Specify within the range 2 to 99. If this operand is omitted or if a numeric value that cannot be specified is specified, 8 is assumed. |
||
|
size |
Yes |
number |
Maximum file size Specify within 1 to 100 (in MB). If this operand is omitted or if a numeric value that cannot be specified is specified, 10 is assumed. |
||
|
action |
Yes |
object |
Configuring the Unified Agent Action Execution Feature If omitted, the default value is applied to the subitem. |
||
|
startup_action_check_timeout |
Yes |
number |
When the timeout period specified for this member elapses after starting the Unified Agent Management Platform, if the operation of the action cannot be confirmed for the action that remains running when the Unified Agent Management Platform is started, the action is moved to the end state. Specify in the range of 120 to 3600 (unit: seconds). The default is 120. If omitted or a numeric value that cannot be specified is specified, a default value is assumed. |
||
- Notes
-
-
If this File is not accessible under Physical host, the default Value is applied when all items are omitted.
-
If this File cannot be accessed under Logical host, imbase and imbaseproxy will be stopped abnormally.
-
If JSON format is invalid or the type Does not match the type specified, imbase and imbaseproxy is stopped abnormally.
-
- #:
-
The following shows the types of logs to be output depending on the log level.
Output log
Log level
trace
debug
info
warn
error
Function trace
Y
--
--
--
--
Debug information
Y
Y
--
--
--
Information
Y
Y
Y
--
--
Warning
Y
Y
Y
Y
--
Error
Y
Y
Y
Y
Y
Items that cannot be classified by the output Message of the deployment library, etc.
Y
Y
Y
Y
Y
- Legend
-
Y: Output, --: Do not output