1.2.2 Adding LMS to UBBCONFIG

Local Monitor Server (LMS) performs the following tasks:

  • Acts as a data proxy server between Oracle TSAM Plus agent framework and Oracle TSAM Plus Manager
  • Accepts policy and alert configuration requests from Oracle TSAM Plus Manager and applies them to the Tuxedo domain
  • Sends Tuxedo domain configuration to Oracle TSAM Plus Manager

For more information, see LMS in the Oracle TSAM Plus Reference Guide

For more information on Configuring TLS Certificate on Oracle TSAM Plus Agent, see Deployment Guide

To properly deploy the Oracle TSAM Plus Agent, you must add the LMS to each Oracle Tuxedo machine section in the UBBCONFIG file. Following is an example:

LMS Added to UBBCONFIG File

...

*MACHINES

MACHINEA

...

*GROUPS

...

LMSGRP LMID=MACHINEA

...

*SERVERS

LMS SRVGRP=LMSGRP SRVID=1 CLOPT="-A -l tsamweb.abc.com:8080/tsam"

...

The -l option specifies the Oracle TSAM Plus Data Server address which is configured in the Oracle TSAM Plus Manager. As of Tuxedo 22.1.0.0.0, the https protocol is supported by the -l option. Here is an example,

CLOPT="-A – -l tsamweb.abc.com:8080/tsam"

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

Beginning with Tuxedo 22.1.0.0.0, the Oracle TSAM Plus Data Server and Oracle TSAM Plus Manager Console use different port numbers. Refer to the TSAM Plus Deployment Guide for details.

Note:

  • LMS can also be added to a running Oracle Tuxedo application using TMIB.
  • For https protocol, please refer to WebLogic Server Deployment in the TSAM Plus Deployment Guide.