OpenTP1 Version 7 System Definition

[Contents][Index][Back][Next]

System service information definition

An MCF service is a system service created by the user, and is of the same hierarchical level as an OpenTP1 system service.

The system service information definition defines an environment for starting an MCF communication service or an application startup service. The user must define this when creating the MCF service.

Format

set module="MCF-executable-program-name"
[set mcf_prf_trace=Y|N]

Function

The system service information definition defines the environment for the MCF communication service started by a process service. One definition can be created for each MCF communication service. Or, one definition can be shared by multiple MCF communication services.

Explanation

Options

module="MCF-executable-program-name"~<1-8 character alphanumeric>

Specify the name, starting with the four characters mcfu, of the executable program to start the MCF communication service. This program contains parameters for the MCF communication process and the application startup process. Each process thus shares the program jointly.

mcf_prf_trace=Y|N

~<<Y>>

Specify whether to acquire MCF performance verification trace information for each MCF communication service. To enable the value specified in this operand, specify 00000001 in the mcf_prf_trace_level operand of the system service common information definition.

Y
MCF performance verification trace information is acquired.

N
MCF performance verification trace information is not acquired.

If the operand specification or the value specified in it is invalid, OpenTP1 abnormally terminates during startup.

The table below shows the relationship between the value specified in the mcf_prf_trace_level operand (whether MCF performance verification trace information is acquired) in the MCF communication service and the value specified in the mcf_prf_trace operand.

Table 5-3 Relationship between the value specified in the mcf_prf_trace_level operand (whether the MCF performance verification trace information is acquired) in the MCF communication service and the value specified in the mcf_prf_trace operand

System service common information definition
mcf_prf_trace_level operand specification value
System service information definition
mcf_prf_trace operand specification value
Y N
00000000 Not acquired Not acquired
00000001 Acquired Not acquired

Use this operand only when TP1/Extension 1 is installed. If TP1/Extension 1 is not installed, the operation is not guaranteed.

Note

When the function is used to acquire an MCF performance verification trace, if an invalid value is specified in the system service information definition, a definition error will result. Therefore, make sure that the content of the system service information definition is valid.