1.2 Deploying Oracle TSAM Plus Agent

To properly deploy the Oracle TSAM Plus Agent, you must add the LMS to each Oracle Tuxedo machine section of the UBBCONFIG file. The following code snippet is an example of how to add the LMS to the UBBCONFIG file:

LMS Added to UBBCONFIG File

...
*MACHINES
MACHINEA
...
*GROUPS
...
LMSGRP LMID=MACHINEA
...
*SERVERS
LMS SRVGRP=LMSGRP SRVID=1 CLOPT=”-A -- -l tsamweb.abc.com:7001/tsam”
...

The “-l” option specifies the Oracle TSAM Plus Data Server address which is configured in the Oracle TSAM Plus Manager.

As of release 22.1.0.0.0, the https protocol is supported by the -l option. Here is an example:

CLOPT="-A -- -l https://tsamweb.abc.com:10001/tsam"

If Oracle TSAM Plus Manager uses HTTPS, LMS must also be configured to use HTTPS with the -l option, and the corresponding TLS certificate must be configured for LMS. For more information, see the TSAM Plus Deployment Guide.

For more information, see the TSAM Plus Server, Command, and API Reference.

The Data Server listens on a different port than the Oracle TSAM Plus Manager Console. You can find the port number in the WLS_DATASERVER_PORT setting in $TSAMDIR/deploy/TSAMSetup.cfg.

LMS can also be added to a running Oracle Tuxedo application using TMIB.