Hitachi

uCosminexus Application Server Definition Reference Guide


8.2.5 mngagent.actual-server-name.properties (Management Agent property file)

Organization of this subsection

(1) Format

The Management Agent property file has the J2SE property file format.

(2) File storage location

(3) Keys that you can use for setting the names of Management domain and Management Agent

The specifiable keys and default values are described below. The domain names and agent names set in these keys are used as the default value for log file name.

Key name

Contents

Default value

mngagent.domain_name

Specify a character string for the management domain name. You can use ASCII alphanumeric characters (A to Z, a to z, 0 to 9), under scores (_), and hyphens (-).

None

mngagent.agent_name

Specifies a character string as the logical server name of the applicable node. You can use ASCII alphanumeric characters (A to Z, a to z, 0 to 9), under scores (_), and hyphens (-).

None

(4) Keys that you can use in log or trace settings

The specifiable keys and default values are described below.

Key name

Contents

Default value

mngagent.log.filename

Specify the log file name. Logging will not happen if you specify a null character string or a whitespace for this property. The actual log file name will be the specified file name (where n is a number from 1 to 4) with '.n.log' added.

  • In Windows

    com.cosminexus.manager.log.dir-of-manager.cfg\mngagent- domain name-Agent name

  • In UNIX

    com.cosminexus.manager.log.dir-of-manager.cfg/mngagent-domain name-Agent name

mngagent.log.filesize

Specify a number from 4096 to 2147483647 for the upper size limit (in bytes) for each log file. If you specify a value outside the range, the value 65536 is used.

65536

(5) Keys that you can use when you perform operation setup by specifying communication ports and IP addresses

The specifiable keys and default values are described below.

Key name

Contents

Default value

mngagent.connector.port

Set an integer from 1 to 65535 for the Management Agent communication port. Make sure that the port number is not the same as that of any other program.

A value is allocated automatically from the available port numbers.

mngagent.connector.host

Specify any value to set the IP address for the Management Agent.

None

(6) Precautions