Hitachi

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


imagentproxy configuration file (jpc_imagentproxy.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
    }
  }
}

File

jpc_imagentproxy.json

jpc_imagentproxy.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 the operation of imagentproxy 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

Reflected when imagentproxy services Restart.

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 (imagentproxy)

Specify within the range of 5001 to 65535.

The default is 20727.

log

Yes

object

Logging Setup

See (a) Public log in 12.2.2(7) JP1/IM - Agent control base log in the JP1/Integrated Management 3 - Manager Administration Guide.

For details about setup items, see the description of log in the imbase configuration file (jpc_imbase.json).

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.