Hitachi

uCosminexus Application Server Definition Reference Guide


4.13 Parameters applicable to the logical CTM domain manager

This section describes the parameters applicable to the logical CTM domain manager.

The following table describes the parameters applicable to the logical CTM domain manager. In the table below, Default value means the value that is assumed when the parameter is not specified.

Related information is the reference location for information related to the specified key. uCosminexus Application Server is omitted from the manual names.

Table 4‒92: Parameters applicable to the logical CTM domain manager

Value of param-name

Value of param-value

Default value

Related information

cdm.agent.port

Specify the port number of Smart Agent.

This parameter can only be used for free-tier.

14000

cdm.AliveCheckCount

Specifies the monitoring interval coefficient for the operating state between CTM domain managers as an integer in the range from 2 to 255.

2

cdm.port

Specifies the port number used by the CTM domain manager to exchange the CTM domain configuration information as an integer in the range from 5001 to 65535.

To start multiple CTM domain managers that have the same CTM domain name on different hosts, specify the same value for the -CTMPort option. If this parameter is omitted, the system references the service name file. If no port number is specified in the service name file, 20137 is used.

A CTM domain manager uses both the TCP and UDP protocols for each port number. Therefore, make sure that a port number used by a CTM domain manager is not used as a UDP port number for another use.

20137

cdm.prf.PRFID

Specify the PRF identifier.

If you specify a PRF identifier when the PRF daemon is invoked, specify the same PRF identifier.

If the PRF identifier is omitted when invoking the PRF daemon, do not specify the PRF identifier. If the PRF identifier does not match, performance analysis trace cannot be acquired.

This parameter can only be used for free-tier.

None

cdm.SendHost#

Specifies the host IP address on which the CTM domain manager, which is present in different network segments and which becomes the distribution destination of the CTM domain configuration information, operates. The IP address specified at this time is the IP address specified in the <host-name> tag in the host definition.

Due to this specification, the CTM configuration information can be distributed among the CTM domains consisting of multiple network segments.

None

cdm.SendHostInterval

Specifies the interval for sending the CTM domain configuration information for the host specified in cdm.SendHost as an integer in the range from 0 to 65535 (unit: seconds).

If the interval is not specified, it indicates that the interval is the same as the broadcast interval. If 0 is specified indicates that the configuration information is not to be sent.

None

cdm.SendInterval

Specifies the interval at which the CTM domain manager broadcasts the CTM domain configuration information within the network segment as an integer in the range from 0 to 65535 (units: seconds). 0 indicates that the configuration information is not to be sent.

60

cdm.SubnetMask

Specifies the subnet mask of the network.

255.255.255.0

ctmdomname

Specifies the name of the CTM domain to which the CTM domain manager belongs, within 31 characters. You can specify alphanumeric characters and underscore (_). Do not specify a string other than "CTMDOMAIN", such as a string beginning with "CTM" or "ctm".

The name must be unique on the same host.

CTMDOMAIN

3.3.5 CTM domains and CTM domain managers in the Expansion Guide

ctmspool

Specifies the CTM execution environment directory. Use "/" as the file separator.

&{cosminexus.home}/CTM/spool

#

To specify multiple values in param-value, delimit the values with commas (,).

(Example)

<param-value>value1, value2, value3</param-value>