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


Chapter 1 Installing Service Gateway for IMS/DB : Shutting Down the Gateway

Shutting Down the Gateway
You can shut down a Gateway using the MODIFY operator command from the z/OS operator console, or by using the RESOURCE MANAGEMENT option from the Administration menu.
These methods only shut down the Gateway. To shut down the Execution Environment, which automatically shuts down all Gateways running in that Execution Environment, refer to TIBCO Object Service Broker for z/OS Installing and Operating.
MODIFY Operator Command for Data Object Broker
The format of the MODIFY command is:
MODIFY dob_jobname,STOPSERVER=idprefix
Unique name of the TIBCO Service Gateway for IMS/DB. The IDPREFIX parameter is specified in the Gateway startup JCL. The default is IMS01. To view the unique name assigned to existing Gateways, select the SERVICE PROVIDER ACTIVITY option from the Administration menu.
You can also use one of three variations of the MODIFY operator command to shut down groups of instances of the Gateway.
MODIFY dob_jobname,STOPSERVER=ALLIMS or ALLIM2
ALLIMS is for gateways accessing only IMS data, ALLIM2 is for gateways accessing both IMS and DB2 data.
MODIFY dob_jobname,STOPSERVER=idprefix*
MODIFY dob_jobname,STOPSERVER=SRVIDserverid
MODIFY Operator Command for the Execution Environment
You can use the MODIFY operator command to shut down any Gateway running in the Execution Environment (or under CICS DL/I).
MODIFY ee_jobname,STOPNUMSERVER=1,TYPE=IMS or IM2
MODIFY ee_jobname,HOPS STOPNUMSERVER=1,TYPE=IMSCICS
HOPS STOPNUMSERVER=1,TYPE=IMSCICS
where
The number of new instances of the Gateway to stop. Since only one Gateway runs in an Execution Environment at a time, you can stop only one Gateway.
IMS, IM2, IMSCICS
RESOURCE MANAGEMENT Option
Use the RESOURCE MANAGEMENT option from the Administration menu to shut down either one Gateway or groups of Gateways. For details on the Administration menu, see TIBCO Object Service Broker for z/OS Installing and Operating.

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