2.1.3.2 Invoking TXST
To invoke TXST, enter the following command: txst.sh
A welcome message and the TXST prompt appears:
txst: /offline>
txst.sh is placed in $TUXDIR/bin. If
you invoke TXST with txst.sh, you do not need to set
up the CLASSPATH.
If you added the related jar files into
CLASSPATH as we mentioned before, you can enter the command: java oracle.tuxedo.TXST. For instance,
#export CLASSPATH=$CLASSPATH:$TUXDIR/jmx/jython-standalone.jar:$TUXDIR/jmx/tmjmx_tux.jar:$TUXDIR/jmx/tmjmx_metadata.jar
#java oracle.tuxedo.TXST
Initializing Tuxedo Scripting Tool (TXST) ...Note:
If using dmib related commands, you should use the package$TUXDIR/udataobj/tuxj/com.bea.core.jatmi_2.0.0.0.jarJython scans all the jar files it can find at first startup. Depending on the system, this process may take a few minutes to complete, and TXST may not return a prompt right away.
Welcome to Tuxedo Administration Scripting Tool
Type help() for help on available commands
txst:/offline>
Parent topic: Main Steps for Using TXST