Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Configuring Accesses to CA Datacom Data : Startup of the Server

Startup of the Server
To start the server, bring up a Native Execution Environment using the startup parameters described in Specifying the Startup Parameters.
When you start an instance of a server, you are connected to both CA Datacom and TIBCO Object Service Broker. When the Execution Environment requests access to CA Datacom data, a thread to CA Datacom is established.
See Also
TIBCO Object Service Broker Messages with Identifiers for information on messages produced by the server
TIBCO Object Service Broker Parameters for information on Execution Environment parameters
Dynamic Startup
If the number of server instances is insufficient to process transaction requests, unsatisfied requests receive a SERVERBUSY signal. You can dynamically increase the number of server instances without restarting the Execution Environment by using the MODIFY operator command from the z/OS operator console.
The format of the MODIFY command is:
MODIFY ee_jobname,STARTNUMSERVER=nn,TYPE=DAT
The number of new server instances to start. Can be from one to a value less than or equal to the value set in the Maximum Connection Count field in your network configuration.
Maximum Number of Server Instances
You can also use the following MODIFY command to dynamically set the maximum number of server instances available in a particular Execution Environment. The command format is:
MODIFY ee_jobname,SETNUMSERVER=nn,TYPE=DAT
The maximum number of server instances available for this particular Execution Environment. This number can be from one to a value less than or equal to the value set in the Maximum Connection Count field in your network configuration.
See Also
TIBCO Object Service Broker for z/OS Installing and Operating for more information on increasing the number of server instances.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved