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

Organization of this section
(1) Format
(2) File storage location
(3) Keys that you can use for setting the names of Management domain and Management Agent
(4) Keys that you can use in log or trace settings
(5) Keys that you can use when you perform operation setup by specifying communication ports and IP addresses
(6) Precautions

(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 nameContentsDefault value
mngagent.domain_nameSpecify 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_nameSpecifies 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 nameContentsDefault value
mngagent.log.filenameSpecify the log file name. Logging will not happen if you specify a null character string or a blank space 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.filesizeSpecify 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 nameContentsDefault value
mngagent.connector.portSet 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. When you omit this property, the value defined in vbroker.se.iiop_tp.scm.iiop_tp.listener.port is used.Value defined in vbroker.se.iiop_tp.scm.iiop_tp.listener.port
mngagent.connector.hostSpecify any value to set the IP address for the Management Agent.
When you omit this property, the value defined in vbroker.se.iiop_tp.host is used.
Value defined in vbroker.se.iiop_tp.host
vbroker.se.iiop_tp.scm.iiop_tp.listener.portSpecify any value to set the communication port of the Management Agent. Make sure that the port number is not the same as that of any other program. If this property is not set, Cosminexus TPBroker sets a random value.
This key is used for compatibility with the products earlier than the Application Server version 06-00.
None
vbroker.se.iiop_tp.hostSpecify any value to set the IP address for the Management Agent.
This key is used for compatibility with the products earlier than the Application Server version 06-00.
None

(6) Precautions