IBM Tivoli Composite Application Manager for Transactions, Version 7.4.0.0

Connecting modules

The Databridge properties file defines the modules to connect to the Databridge.

About this task

Each ModulenSharedLib and ModulenPropFile property pair defines the connection for one module. Modules are loaded in order of definition, starting from Module0.
To connect individual modules to the Databridge:
  1. In the Databridge properties file, identify the next available ModulenSharedLib and ModulenPropFile property pair.
  2. Set ModulenSharedLib to the name of the module’s shared library (its binary implementation).
  3. Set ModulenPropFile to the full path of the module’s properties file.

To connect all modules to the Databridge on UNIX, add the following entries to the Databridge properties file $ISMHOME/etc/props/bridge.props:

[1]Module0PropFile        : "$ISMHOME/etc/props/objectserver.props" 
[2]Module0SharedLib       : "libSMModuleObjectServer" 
[3]Module1PropFile        : "" 
[4]Module1SharedLib       : "libSMModuleDatalog" 
[5]Module2PropFile        : "$ISMHOME/etc/props/pipe_module.props" 
[6]Module2SharedLib       : "libSMModulePipe"

In this example, lines 1 and 2 connect the ObjectServer module, lines 3 and 4 connect the Datalog module, lines 5 and 6 connect the IBM Tivoli Monitoring (pipe) module. The Datalog module does not have a properties file, so the entry for the properties file has the value "".



Last updated: September 2014