5.5.2 Executing tlgdomgen.py
To run tlgdomgen.py using TXST, do these steps:
- set Tuxedo environment:
$TUXDIR/tux.env - set TXST environment:
export CLASSPATH=$CLASSPATH:$TUXDIR/jmx/jython-standalone.jar:$TUXDIR/jmx/tmjmx_tux.jar:$TUXDIR/jmx/tmjmx_metadata.jar:$TUXDIR/udataobj/tuxj/com.bea.core.jatmi_2.0.0.0.jar
- run
tlgdomgen.py:
The following files are generated:java oracle.tuxedo.TXST $TUXDIR/bin/tlgdomgen.py <configuration file name>-
ubbconfig.test:UBBCONFIGof the test domain. -
addrom.mib: MIB scripts to addGWTDOMAINaccess point to the target domain. -
setenv.test:setenvof the test domain. -
run.sh: execution scripts to set up and run the test domain. -
dmconfig.test:DMCONFIGof the test domain.
-
- In the target domain, run the following commands to add the test domain to the target domain:
. $TUXDIR/tux.envexport FLDTBLDIR32=$TUXDIR/udataobjexport FIELDTBLS32="tpadm,Usysfl32"ud32 -C tpsysadm < addrom.mib - Boot the test domain using the file
run.sh, and then run the replay.
Parent topic: Running a Replay in Auto-Created Test Domain