Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 2 Operating Service Gateway for DB2 : Connecting the Gateway to a Windows, or Solaris Data Object Broker

Connecting the Gateway to a Windows, or Solaris Data Object Broker
You can configure the Data Object Broker and the Gateway to reside on different domains and operating systems (z/OS, Windows, or Solaris). The Gateway must be in the same domain as the DB2 database system.
The following configuration tasks are required to access a Data Object Broker from a different operating environment than your Gateway:
1.
2.
3.
4.
Sample Configuration
The following diagram shows a sample configuration:
 
Task A Configure the TCP/IP connection on z/OS
Prepare the TIBCO Object Service Broker relay file – RELAYCFG member in the CNTL data set. This file associates the TIBCO Object Service Broker communications identifier with the TCP/IP application addressing information.
Sample Relay File Assigned to DDNAME S6BRELAY

 
<relay xmlns="http://www.tibco.com/OSB/relayparms.xsd">
<tcpipparms tcbnum="3" maxtcbsockets="50" />
<directory>
<node name="OST01">
<tcpip host="123.23.123.9" port="12000" />
</node>
</directory>
</relay>

 
See Also
TIBCO Object Service Broker for z/OS Installing and Operating for detailed information about preparing the TIBCO Object Service Broker relay file.
TIBCO Object Service Broker Parameters for details about the parameters used in the relay file and how to specify them.
Task B Configure the TIBCO Object Service Broker TCP/IP environment
Add the following parameters for the TCP/IP connection to the Data Object Broker directory file, huron.dir:
 
The name of the host machine where the TIBCO Object Service Broker monitor process listens for connections.
Task C Specify the number of Gateways connecting to the Data Object Broker
Specify the following value for the MAXDBMS parameter in the crparm file for your Data Object Broker.
 
This must be equal to or greater than the value specified in the SERVERS parameter in the startup JCL or HDB2SRVC SYSIN file.
Task D Specify the gateway parameter
Specify the following value for the TDS parameter in the HDB2SRVC statement in the startup JCL or HDB2SRVC SYSIN file. See Gateway Parameters for more details about specifying gateway parameters.
 
See Also
TIBCO Object Service Broker for z/OS Installing and Operating for detailed information about preparing the relay file.
TIBCO Object Service Broker Parameters for details about the parameters used in the relay file and how to specify them.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved