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


Chapter 2 Configuring the Accesses to Adabas Data : Shutdown of the Server

Shutdown of the Server
This section describes how to shut down the server.
Shutdown Order
Do a shutdown in the following order:
1.
2.
For more information on shutting down the Native Execution Environment, refer to Shutdown of the Native Execution Environment.
Shutdown Methods
Shut down the server in one of two ways:
Use the MODIFY operator command from the z/OS operator console to shut down a group of instances of the server.
Using the MODIFY Operator Command
The format of the MODIFY command is:
MODIFY dob_jobname,STOPSERVER=serveruserid
where
Unique name of the server. This name is created by appending a three-digit number to the IDPREFIX parameter specified in the server startup JCL. The default is ADA. To see the unique name assigned to existing instances of the server, select the RESOURCE MANAGEMENT option from the Administration menu.
Use one the MODIFY operator command to do the following:
Shut down all instances as follows:
MODIFY dob_jobname,STOPSERVER=ALLADA
Shut down all instances of the server with a common IDPREFIX as follows:
MODIFY dob_jobname,STOPSERVER=idprefix
Shut down all instances with a common server ID as follows:
MODIFY dob_jobname,STOPSERVER=SRVIDserverid
MODIFY ee_jobname,STOPNUMSERVER=nn,TYPE=ADA
where
The value of the IDPREFIX startup parameter. Used to construct a unique name for each server. Must be a valid TIBCO Object Service Broker user ID.
The value of the SERVERID startup parameter. Identifies a pool of servers with common characteristics.
The number of new tasks to stop. 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. For more, refer to TIBCO Object Service Broker for z/OS Installing and Operating.
Using the RESOURCE MANAGEMENT Option
Use the RESOURCE MANAGEMENT option from the Administration menu to shut down one or more servers.
See Also
TIBCO Object Service Broker for z/OS Installing and Operating for more information on defining and managing TIBCO Object Service Broker resources.
Shutdown of the Native Execution Environment
To shut down a Native Execution Environment, ensure that all users are logged out and then issue one of the following commands from the z/OS operator console:
P ee_jobname
MODIFY ee_jobname,SHUTDOWN
If you do not want to stop all the threads or have all users log out, use the following command:
MODIFY ee_jobname,SHUTIMMED
Use these values as follows:

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