5.5.1 Configuration File
Before running tlgdomgen.py, you need to create the domain configuration file.
The following table lists the configuration file parameters.
Table 5-7 Configuration File Parameters
| Parameter | Description |
|---|---|
LDOMPORT
|
Mandatory. Local access point port of the GWTDOMAIN in the test domain |
TUXDIR
|
Mandatory. TUXDIR of the test domain |
APPDIR
|
Mandatory. APPDIR of the test domain |
RDOMID
|
Mandatory. Access point ID of the GWTDOMAIN in the target domain |
RDOMPORT
|
Mandatory. Access point port of the GWTDOMAIN in the target domain |
RDOMHOST
|
Mandatory. Access point hostname of the GWTDOMAIN in the target domain |
IMPORTSERVICES
|
List of service names to be imported to the test domain, delimited by space |
TSAMMGRHOST
|
Hostname of the TSAM Plus Manager to be connected by the test domain. LMS is not configured if this item is not specified |
LDOMID
|
Access point ID of the GWTDOMAIN in the test domain |
IPCKEY
|
IPCKEY of the test domain |
TSAMMGRPORT
|
Port of the TSAM Plus Manager to be connected by the test domain. LMS is not configured if this item is not specified |
Following is a configuration file example:
[Input]
LDOMPORT = 8888
TUXDIR = /home/beadev/bea_linux64.13c/tuxedo12.2.2.0.0
APPDIR = /home/beadev/applicationgrid/domains/domain4
RDOMID = DOMAIN2
RDOMPORT = 6666
RDOMHOST = localhostParent topic: Running a Replay in Auto-Created Test Domain