9.4 Adaptor command definition file (AgentManagerDefinition.xml)

Specify in the adaptor command definition file the port number to be used for RMI connection. You create this file only if you use RMI connection. If you use in-process connection, there is no need to create this file.

Organization of this section
(1) Format
(2) File name
(3) File storage location
(4) Details of definition
(5) Namespace URI
(6) Example

(1) Format

<AgentManagerDefinition port="port-number"/>

(2) File name

AgentManagerDefinition.xml

(3) File storage location

You store this file in the following directory:

working-directory\conf\xml\

(4) Details of definition

AgentManagerDefinition tag (definition of port number for RMI connection)
You specify this definition only once.
port="port-number"
Specifies as an integer from 1 to 65535 the port number to be used to connect standard adaptors in the RMI connection mode. If this information is omitted, 20420 is assumed.
We recommend that you do not use port numbers 1 through 1023 (which are commonly used port numbers).

(5) Namespace URI

The namespace URI for the adaptor command definition file is represented in the following format:

http://www.hitachi.co.jp/soft/xml/sdp/adaptor/definition/agentmanager

(6) Example

<?xml version="1.0" encoding="UTF-8"?>
<agtmgr:AgentManagerDefinition
 xmlns:agtmgr="http://www.hitachi.co.jp/soft/xml/sdp/adaptor/definition/agentmanager"
 port="20420"/>