Network Router User Manual

162 GINA V4.0 System Administrator Guide – September 2000
Configuration language
OPENINFO
The optional statement OPENINFO defines the Resource Manager. The parameters contain
the following information:
the name of the database manufacturer
the keyword APPLICATION or a string
The current application name is used if APPLICATION is specified.
the optional parameter TMS_NAME
The default values is "TMS_INFX72".
The OPENINFO statement at system level applies to all hosts unless the HOST statement
contains an OPENINFO statement.
The OPENINFO statement at host level applies to all TA applications unless the
TA_APPLICATION statement contains an OPENINFO statement.
Example OPENINFO ( "INFORMIX-OnLine" = APPLICATION, "TMS_INFX3")
OPERATING_SYSTEM
The optional OPERATING_SYSTEM statement defines the operating system of the host. Pos-
sible values are "OS_UNIX" and "OS_WINNT".
The default value is OPERATING_SYSTEM( "OS_UNIX" ).
The OPERATING_SYSTEM statement on system level applies to all hosts if there is no
OPERATING_SYSTEM statement in the HOST statement.
PORTADDRESSES
The PORTADDRESSES statement contains the port numbers. The statement has the follow-
ing parameters:
first port number
last port number
Example PORTADDRESSES ( 5000, 5005 )
REPOSITORY
The REPOSITORY statement defines the file name of a repository in the current directory.
This repository contains the generation number for each of the OsId and LayerId pair.
If the file exists, these values are read, saved internally, and used during generation. If the
file does not exist, the values are generated automatically. The repository is written once
generation of these values is concluded.