Network Router User Manual
GINA V4.0 System Administrator Guide – September 2000 163
Configuration language
Druck vom 24. 01.2001 17:00.58 torbkontux
The repository supports generation for a modified configuration. If an application is
removed, the same identifiers are used in the ubbconfig file for the remaining applica-
tions.
The REPOSITORY statement is optional. If this statement is not specified, no memory is
used in the generation.
Example REPOSITORY ( "repository" )
START_VALUE
The START_VALUE statement defines the first generation number that is used in the gen-
eration of identifiers in statements for the ubbconfig file. This results in unique reproduc-
tions of the OsId and LayerId pair in these identifiers. By specifying different start values,
different subsystems that can be combined can be generated.
The START_VALUE statement is optional. If this statement is not specified, generation of
the identifiers starts with the value 1.
If a repository exists, it is used to ascertain the generation numbers, i.e. the START_VALUE
statement is ignored.
Example START_VALUE ( 240800312 )
SYSTEM
The SYSTEM keyword must always be the first keyword in the description. The current
description is enclosed in braces, i.e. SYSTEM {...}.
The flag DEBUG can be specified as an option: SYSTEM(DEBUG){...}. Scripts for Win-
dowsNT, for example, will then be generated with ECHO ON.
TA_APPLICATION
The TA_APPLICATION statement describes a transaction-monitored application on the cur-
rent host (HOST). It comprises the following components:
– TP application name (LETTER, max. 30 characters)
– OsId of the application (NUMBER, 1 ... 32767)
– LayerId of the application (NUMBER, 1 ... 32767)
– User-friendly name of the application (LETTER)
Customizing statements (MAX and OPENINFO) are permitted after the TA_APPLICATION
description of a server.