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


Chapter 16 Operator Commands : Commands to Control the Native Execution Environment

Commands to Control the Native Execution Environment
The format for TIBCO Object Service Broker Native Execution Environment operator commands is:
MODIFY ee_jobname,osbcommand
or
F ee_jobname,osbcommand
where
The name of the Native Execution Environment batch job or the system task addressed by this command.
Commands
The following table lists the Native Execution Environment operator commands, describes them, and gives examples of how the commands are entered.
Canceluser= userid or termid
Disconnects a user ID or terminal ID from the Execution Environment specified by jobname
Canceluser is ignored while ESTAE recovery is in progress.
WARNING  If multiple sessions can be associated with the same user ID, specify the terminal ID of the session otherwise an incorrect session could be canceled.
MODIFY ee_jobname, Canceluser= USR001
Attempts to disable processing via the HCS relay using the currently loaded parameters.
F ee_jobname,CS,DISABLE
Attempts to enable processing via the HCS relay using the currently loaded parameters.
F ee_jobname,CS,ENABLE
CS,PARMDSN=new.dataset.name
F ee_jobname,CS,PARMDSN=
new.dataset.name
CS,PARMDSN=new.dataset.name(xxxxxxxx)
Changes the parameter file to member xxxxxxxx of data set new.dataset.name.
F ee_jobname,CS,PARMDSN=
new.dataset.name(xxxxxxxx)
Reloads the RELAY parameter file that was allocated to the component at initialization time, or after modification by a subsequent F,Mycomponent,CS,PARMDSN= command.
If an error occurs the RELAY continues processing without modifying the parameters in use. This allows an administrator to change the mapping of communication identifiers to TCP/IP hosts and ports. Changes to tcpipparms will not be honored and you will need to DISABLE and ENABLE the RELAY for any such changes to become effective.
F ee_jobname,CS,REFRESH
Displays the status of the RELAY and the name of the current RELAY parameter data set.
F ee_jobname,CS,STATUS
Sets the maximum number of servers of the specified type that can run with this Execution Environment
For CICS DL/I servers, the maximum must be less than or equal to the TASKEXEC parameter.
MODIFY ee_jobname, Setnumserver=32, TYPE=API
Shutdown or Shut
Shuts down the Execution Environment as soon as currently logged in users are logged out, while disabling new logins.
Long-running sessions, such as Object Integration Gateway, SDK (Java), or inactive logged in users could cause the Execution Environment to wait indefinitely. Use the Shutimmed command to close these after current users are logged out.
Note  You can also enter the following z/OS STOP command to get similar results:
MODIFY ee_jobname, Shutdown
Shutimmed or Shuti
Causes the Execution Environment to immediately shut itself down.
As a rule, first issue the Shutdown command and wait for active users to log out before issuing this command.
MODIFY ee_jobname, Shuti
You can specify 1 to 128 servers to start, subject to the maximum number of servers allowed for the particular type.
Refer to the command Setnumserver for more information.
MODIFY ee_jobname, Startnumserver= 3, TYPE=DAT
Refer to the command Setnumserver for more information.
MODIFY ee_jobname, Stopnumserver=2, TYPE=IMS
MODIFY ee_jobname,USERLIST

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