Hitachi

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


[Figure]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
    }
  },
  "//listen_add": {
    "secondary": {
        "port": JP1/IM agent control base listen port
    }
  }
}

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 service is restarted.

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).

listen_add

Yes

object

Additional listen port

If you invoke imagentproxy with-imagid option-specification, use a member with the same name under this member instead of the top-level port.

secondary

Yes

object

Use this membership when you specify secondary with-imagid option of imagent, imagentproxy, imagentaction.#

port

Yes

number

See the description of the top-level port.

The default number is the same as the top-level port. Do not duplicate numbers.#

#

In the initial deployment file, the port (port numbers) listed under the listen_add are explanatory text enclosed in double quotation marks. If imagentproxy is started with -imagid option, specify the port number as a number without enclosing it in double quotation marks.

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.