Hitachi

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


imagent configuration file (jpc_imagent.json)

Organization of this page

Format

{
  "port": Listen port,
  "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": {
    "auto_action_concurrency":"Whether Response Action(auto) can execute simultaneously",
    "max_concurrent_deal_actions":"max number of actions execute simultaneously 1",
    "max_concurrent_file_operation_actions":"max number of actions execute simultaneously 2"
    "auto_action_execution_result_limit":"the limit of action result of command execution 1",
    "manual_action_execution_result_limit":"the limit of action result of command execution 2"
  }
}

File

jpc_imagent.json

jpc_imagent.json.model (model file)

Storage directory

■Integrated agent host

In Windows:

  • For a physical host

    Agent-path\conf\

  • For a logical host

    shared-folder\jp1ima\conf\

In Linux:

  • For a physical host

    /opt/jp1ima/conf/

  • For a logical host

    shared-directory/jp1ima/conf/

Description

This configuration file defines operation of imagent of JP1/IM agent control base.

Character code

UTF-8 (without BOM)

Line feed code

In Windows: CR+LF

In Linux: LF

When the definitions are applied

Reflects when imagent service and imagentaction service restarts.

Information that is specified

Member name

Optional

Format

Value to Setup

port

Yes

number

The port for accepting access to JP1/IM agent control base (imagent)

Specify within the range of 5001 to 65535.

The default is 20726.

log

Yes

object

Logging Setup

See (a) Published logs in 12.2.2(7) JP1/IM agent control base Logging in JP1/Integrated Management 3 - Manager Administration Guide.

For information about Setup items, see log in imbase configuration file (jpc_imbase.json).

action

Yes

object

Setup of integrated agent Action Execute function

If it is omitted, the default Value is applied to the sub-items.

auto_action_concurrency

Yes

string

Specifies whether to simultaneous execution of Action from auto Response Action of JP1/IM-Manager (defaults: no).

You can specify one of the following:

  • Yes: Concurrent Execute is enabled.

  • No: Concurrent Fail

If this member is omitted, the default Value is assumed.

For detail, see "9.5.2(3)(a) auto Response Action" in JP1/Integrated Management 3 - Manager Overview and System Design Guide.

max_concurrent_deal_actions

Yes

number

Specifies the max Action concurrent Execute count for Action that was Execute from auto Response Action or manual Execute feature of JP1/IM-Manager, between 1 and 48 (default:10).

If this member is omitted, the default Value is assumed.

Error if the sum of the max_concurrent_deal_actions and max_concurrent_file_operation_actions exceeds 48.

For detail, see "9.5.2(3)(e) Action Max. Concurrent Execute Count" in JP1/Integrated Management 3 - Manager Overview and System Design Guide.

max_concurrent_file_operation_actions

Yes

number

Define JP1/IM-Manager Specifies the maximum concurrent Execute of Action that is Execute from File manipulation feature, from 1 to 48 (default: 5).

If this member is omitted, the default Value is assumed.

Error if the sum of the max_concurrent_deal_actions and max_concurrent_file_operation_actions exceeds 48.

For detail, see "9.5.2(3)(e) Action Max. Concurrent Execute Count" in JP1/Integrated Management 3 - Manager Overview and System Design Guide.

auto_action_execution_result_limit

Yes

number

Specifies the upper limit of the lines of the command Execute result (standard output or standard Error output of the command) for commands Execute from auto Response in JP1/IM-Manager, ranging from 0 to 196,600 lines (default: 1000 lines).

If this member is omitted, the default Value is assumed.

For detail, see "9.5.2(1)(e) Command Execute function" in JP1/Integrated Management 3 - Manager Overview and System Design Guide.

manual_action_execution_result_limit

Yes

number

Specify the upper limit of the lines of command Execute results (standard output or standard Error output of commands) for commands Execute from manual Response Action in JP1/IM-Manager in lines 0 to 196,600 (default: 1000 lines).

If this member is omitted, the default Value is assumed.

For detail, see "9.5.2(1)(e) Command Execute function" in JP1/Integrated Management 3 - Manager Overview and System Design Guide.

Notes
  • If this File is not accessible, imagentproxy will be stopped abnormally.

  • If JSON format is invalid or does not match the type specified, the service is stopped abnormally.