ACC Utilities Reference Guide

TTGEN - ZCOM System Table Generator
Creating the TTGEN Configuration File
Chapter 262
Repeat <nnn>
The Repeat keyword is used to replicate Term, Pterm, or Lterm entries.
When the Repeat statement is encountered, it will duplicate the Term,
Pterm, or Lterm defined immediately before the repeat statement by the
number of times indicated. The ZLU numbers of the replicated entries
are assigned by incrementing the original ZLU number by one for each
entry created. For example, the statements:
Term 060 1:1 X25.SVC.IN 0000h 3200h 99 0 0 0 0 ”Level.3 SVC IN”
Repeat 3
These two statements would cause the following Term entries to be
automatically created by TTGEN:
Term 061 1:1 X25.SVC.IN 0000h 3200h 99 0 0 0 0 ”Level.3 SVC IN”
Term 062 1:1 X25.SVC.IN 0000h 3200h 99 0 0 0 0 ”Level.3 SVC IN”
Term 063 1:1 X25.SVC.IN 0000h 3200h 99 0 0 0 0 ”Level.3 SVC IN”
Node Definition
The Node-Definition section is optional, and is used to specify all nodes
that are to be included in the ZCOM subsystem. If Node-Definition is left
out completely, Local-Node defaults to 1, with no remote nodes
configured. If Node-Definition is specified, then at least Local-Node must
be defined (whereas Remote-Node is optional).
Node-Definition
Flow-Control low high
Local-Node nnn
Remote-Node node timeout hostname ...
Flow-Control
This defines the “low” and “high” water marks for the ZNODE queue.
This queue is used to hold the data messages to be sent to the remote
nodes (such as, a remote API request, response data to a remote system,
etc.). The LDM (ZCOM driver) uses the high and low water marks to
control the data flow between the LDM and the ZNODE daemon.