1.1.9.1 Configuring the TMMETADATA Server in the *SERVERS Section

SALT requires at least one TMMETADATA server defined in the UBBCONFIG file. Multiple TMMETADATA servers are also allowed to increase the throughput of accessing the Oracle Tuxedo service definitions.

The following is an example of a segment of the UBBCONFIG file that shows how to define TMMETADATA servers in an Oracle Tuxedo application.

Example 1-31 TMMETADATA Servers Defined In the UBBCONFIG File *SERVERS Section

......
*SERVERS
TMMETADATA SRVGRP=GROUP1 SRVID=1
           CLOPT="-A -- –f domain_repository_file -r"
TMMETADATA SRVGRP=GROUP1 SRVID=2
           CLOPT="-A -- –f domain_repository_file"
......

Note:

Maintaining only one Service Metadata Repository file for the entire Oracle Tuxedo domain is highly recommended. To ensure this, multiple TMMETADATAservers running in the Oracle Tuxedo domain must point to the same repository file.

For more information, see Managing the Oracle Tuxedo Service Metadata Repository in the Oracle Tuxedo documentation.