OpenTP1 Version 7 System Definition

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

Multinode configuration definition

Format

set format

[set dcmstart_watch_time=dcmstart-abort-time]
[set dcmstop_watch_time=dcmstop-abort-time]
[set watch_time=maximum-response-waiting-time]

Command format

{{dcmarea{-m multinode-area-identifier|-g multinode-subarea-identifier}
          -w node-identifier[,node-identifier]...}}

Function

The multinode configuration definition defines the configuration of a multinode area or subarea. More specifically, it defines the maximum response waiting time for a service request about the following multinode linkage control functions:

Explanation

set format

dcmstart_watch_time=dcmstart-abort-time~<unsigned integer> ((0-65535)) <<600>> (Unit: seconds)

Specify the time from the dcmstart command execution to the abort of processing. If the OpenTP1 node being process-started that exceeds the specified time is present, a message is output, and then the monitoring of the OpenTP1 node and the dcmstart command are aborted.

If a 0 is specified, the monitoring continues until checking whether or not the startup of all OpenTP1 nodes can be completed.

If 1 to 59 are specified, 60 is assumed.

dcmstop_watch_time=dcmstop-abort-time~<unsigned integer> ((0-65535)) <<600>> (Units: seconds)

Specify the time from the dcmstop command execution until the abort of processing. If the OpenTP1 node being process-started that exceeds the specified time is present, a message is output, and then the monitoring of the OpenTP1 node and the dcmstop command are aborted.

If a 0 is specified, the monitoring continues until checking whether or not the startup of all OpenTP1 nodes can be completed.

watch_time=maximum-response-waiting-time~<unsigned integer> ((0-65535)) <<180>> (Units: seconds)

Specify the maximum waiting time between sending a service request and receiving a response when communicating between processes by RPC.

OpenTP1 may suspend termination processing for the length of time specified in this operand. Therefore, if you specify a large value, the termination processing of OpenTP1 may take some time.

If no response is received within the specified time, RPC returns a transmission timeout error.

If 0 is specified, the system waits for a response. When you specify 0, OpenTP1 may not terminate.

If this operand is omitted, the value specified with the watch_time operand of the system common definition is assumed.

The watch_time operand is needed for only the OpenTP1 nodes that use the multinode linkage control functions.

Use the default for this operand.

We recommend that you do not change the operand unless special tuning is necessary.

If a value that is much greater or smaller than the default is specified, a failure may occur causing OpenTP1 to go down.

Command format

The command format is described on the next page.