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


Chapter 1 Installing Service Gateway for IMS/DB : Dynamically Modifying Gateway Tasks

Dynamically Modifying Gateway Tasks
Dynamically Starting Gateway Tasks
If the number of Gateway tasks is insufficient to process transaction requests, unsatisfied requests are queued until a free Gateway is available. You can dynamically increase the number of Gateway tasks without restarting the Execution Environment using the MODIFY operator command.
MODIFY ee_jobname,STARTNUMSERVER=nn,TYPE=IMS or IM2
MODIFY ee_jobname,HOPS STARTNUMSERVER=nn,TYPE=IMSCICS
HOPS STARTNUMSERVER=nn,TYPE=IMSCICS
where
The number of Gateway tasks to start. This number can be from 1 to a value less than or equal to the value set in the Maximum Connection Count field in your Network Configuration.
IMS, IM2, IMSCICS
Dynamically Setting Gateway Tasks
You can also use the MODIFY operator command to dynamically set the maximum number of Gateway tasks available in a particular Execution Environment.
MODIFY ee_jobname,SETNUMSERVER=nn,TYPE=IMS or IM2
MODIFY ee_jobname,HOPS SETTNUMSERVER=nn,TYPE=IMSCICS
HOPS SETNUMSERVER=nn,TYPE=IMSCICS
where
The maximum number of Gateway tasks available for this particular Execution Environment. This number can be from 1 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 the MODIFY operator command and TIBCO Object Service Broker Network Configuration.

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