This documentation describes the operator commands that can be entered on the operator console to control and display Entire System Server activities.
This document covers the following topics:
The following command format is required to communicate with the Entire System Server via the operator console. Note that parameters in uppercase must be typed as is. Parameters in italics must be substituted with a valid value.
F taskname, command parameter
where:
taskname
|
is the name of the Entire System Server started task or job at your installation. |
command
|
is the operator command keyword. |
parameter
|
is a parameter that allows you to issue an operator command for selected items. |
MSG pt replid command parameter
where:
pt
|
is the partition in which the Entire System Server is executing. |
replid
|
is the reply identifier assigned to prompt. |
command
|
is the operator command keyword. |
parameter
|
is a parameter that allows you to issue an operator command for selected items. |
/INTR tsn,command parameter
where:
tsn
|
is the task sequence number of the Entire System Server main task (with loaded module ESYMAIN) unless otherwise stated. |
command
|
is the operator command keyword. |
parameter
|
is a parameter that allows you to issue an operator command for selected items. |
In the syntax diagrams that follow, a parameter enclosed in curly braces {} are optional, parameters in italics are variables that must be substituted with a real value, for example, a name. If more than one parameter appears, only one may be specified.
In the examples, only the command and parameter keywords are described. You must supply the other command operands as appropriate to the operating system.
Command | Parameter | Operating System |
---|---|---|
ADAEND
|
z/OS, BS2000/OSD, z/VSE |
No more processing takes place. Existing calls to the Entire System Server are allowed to finish, but new calls are rejected. Processing ends after the last call has finished.
If the startup parameter SHUTDOWN-MAX-DELAY
is
specified as non-zero, the Entire System Server tries to stop any available ESM
monitor (EOM, EOR, ...) and waits for the monitors to shut down. New calls are
not rejected until SHUTDOWN-MAX-DELAY
time is elapsed.
If all ESM monitors are stopped in the meantime, the deferred shutdown is not
needed any longer and ADAEND
will be executed.
Important:
We recommend to use ADAEND
to
ensure a smooth termination of a running Entire System Server including all
running calls and ESM monitors used within its address space.
Command | Parameter | Operating System |
---|---|---|
CANCEL
|
|
z/OS, BS2000/OSD, z/VSE |
Cancels the specified user in the Entire System Server address space.
To cancel the user ITSME
from the Entire System Server
subtask XCOM148
, enter the following command in the operator
console:
CANCEL USER=ITSME
cancels all active sessions with the Entire System Server
for user ITSME
.
The following command cancels the one specific session for a user:
CANCEL ID=nnnn
where nnnn
is the
corresponding Entire System Server ID retrievable using the view
NATPROC-USERS
, or via the operator command:
USERS userid
To cancel all users originating from job name ESYSTART
,
enter the following command:
CANCEL JOB=ESYSTART
Command | Parameter | Operating System |
---|---|---|
EVENTS
|
z/OS, z/VSE |
The EVENTS
command displays the contents
of the EVENTING
view control blocks on the console. It generally
is to be issued at the request of Software AG customer support for problem
determination.
Command | Parameter | Operating System |
---|---|---|
FILES
|
BS2000/OSD |
The FILES
command creates a list of all
open files per user in this server task. It is supported in the server tasks
(with loaded module ESYSERV
), therefore the TSN of the server task
has to be used.
/INTR 9083,files " --> FROM USER TSOS" ESY4001I 00113 Operator typed in: FILES. ESY2173I 00113 USER ESY-ID ACT VIEW DSNAME. ESY2173I 00113 -------- ------ --- ---- ------------------------------------ ESY2173I 00113 DC1 0004 N 2 :NAT:$DC1.P.NRTvrs.3932. ESY2173I 00113 TSOS 0003 N 2 :CIS:$NETWORK.WCP.SRC.
If no files are open, the following message is displayed:
/INTR 9083,files " --> FROM USER TSOS" ESY4001I 00113 Operator typed in: FILES. ESY2174I 00113 Nothing found for this request.
Command | Parameter | Operating System |
---|---|---|
LOGGING
|
YES
|
z/OS |
NO
|
The operator command LOGGING=YES
starts command logging
as described in Common Entire System Server
Features.
Command LOGGING=NO
stops the active logging. This
operator command can be used to log a specific situation without stopping and
restarting Entire System Server.
Activates or deactivates dynamic server support.
Command | Parameter | Operating System |
---|---|---|
SERVER-DYN
|
YES
|
BS2000/OSD, z/VSE |
NO
|
Sets the SERVER-MIN
parameter to the specified
value. nn
must not be more than
SERVER-MAX
.
Command | Parameter | Operating System |
---|---|---|
SERVER-MIN
|
nn
|
BS2000/OSD, z/VSE |
Sets the SERVER-MAX
parameter to the specified
value. nn must not be less than SERVER-MIN.
Command | Parameter | Operating System |
---|---|---|
SERVER-MAX | nn
|
BS2000/OSD, z/VSE |
Displays information about current server load.
Command | Parameter | Operating System |
---|---|---|
SERVERS
|
BS2000/OSD, z/VSE |
Command | Parameter | Operating System |
---|---|---|
SHUTDOWN
|
EOR , NOM ,
NCL , RPC ,
ALL , *
|
The operator command SHUTDOWN
stops the
monitors of Entire System Management (ESM) products.
Using the above syntax, you can shutdown the monitors of Entire
Operations (EOR
), Entire Output Management
(NOM
), Entire Event Management
(NCL
) or all running monitors at a time
(ALL
or *
).
Command | Parameter | Operating System |
---|---|---|
START
|
ALL
|
z/OS, z/VSE, BS2000/OSD |
START ALL
(re)starts the initial SAT task to run ESM
monitors.
Command is rejected if the SAT environment is still active.
Issue the command SHUTDOWN ALL
to stop the SAT
environment.
Command | Parameter | Operating System |
---|---|---|
STATUS
|
|
z/OS, z/VSE, BS2000/OSD |
The operator command STATUS
returns
information about Natural subtasks related to Entire System Management (ESM)
products.
Command | Parameter | Operating System |
---|---|---|
TAPES
|
z/OS |
Display tape units allocated to the Entire System Server.
Command | Parameter | Operating System |
---|---|---|
TAPEFREE
|
ddname ,
ALL
|
z/OS |
Free tape units allocated to the Entire System Server.
The following command frees the tape allocated to DDNAME
MYTAPE
:
TAPEFREE MYTAPE
The following command frees all tapes allocated to the Entire System Server session:
TAPEFREE ALL
Command | Parameter | Operating System |
---|---|---|
USERS
|
userid
|
z/OS, z/VSE, BS2000/OSD |
Displays the specified user ID as a message on the console. Without the userid parameter, a list of all users is displayed. You can also specify a prefix followed by an asterisk * to select those user IDs starting with that prefix.
The following command displays user ITSME
:
USERS ITSME
The following command displays all users whose IDs begin with SAG:
USERS SAG*
Command | Parameter | Operating System |
---|---|---|
VSAM
|
z/OS |
Display open VSAM files.
Command | Parameter | Operating System |
---|---|---|
VSAMFREE
|
ddname |
z/OS |
ALL
|
Free VSAM files.
The following command frees VSAM file allocated to DDNAME
MYFILE
:
VSAMFREE MYFILE
The following command frees all VSAM files allocated to the Entire System Server session:
VSAMFREE ALL
Command | Parameter | Operating System |
---|---|---|
XABS
|
z/OS, z/VSE, BS2000/OSD |
Displays the total size, the number of bytes in use, the number of free bytes and the largest free windows in the Adabas attached buffer pool on the console.
XCO0016I 00113 Operator command: XABS XCO0090I 00113 Attached buffer usage XCO0090I 00113 0000409600 bytes total = 0000000100 NABS XCO0090I 00113 0000007168 bytes used XCO0090I 00113 0000007168 bytes used HWM XCO0090I 00113 0000402176 bytes free XCO0090I 00113 0000402176 bytes current largest free windows XCO0090I 00113 0000402176 bytes minimum of all largest free windows
Command | Parameter | Operating System |
---|---|---|
XCANCEL
|
z/OS, z/VSE, BS2000/OSD |
Processing stops immediately and a dump is created. Existing calls to the Entire System Server are not allowed to finish.
Command | Parameter | Operating System |
---|---|---|
XCQES
|
z/OS, z/VSE, BS2000/OSD |
The number of Command Queue Elements currently active is displayed. The highest number of currently active CQES is also shown.
Command | Parameter | Operating System |
---|---|---|
XHALT
|
z/OS, z/VSE, BS2000/OSD |
New calls to the Entire System Server are temporarily rejected.
Processing is resumed with the XSTART
operator
command (see below).
Command | Parameter | Operating System |
---|---|---|
XPARM
|
z/OS, z/VSE, BS2000/OSD |
A set of startup parameters such as node number, maximum number of command queue elements and attached buffers are displayed as console messages.
Command | Parameter | Operating System |
---|---|---|
XSTART
|
z/OS, z/VSE, BS2000/OSD |
Processing of calls to the Entire System Server, interrupted with the
XHALT
command, is resumed.
Command | Parameter | Operating System |
---|---|---|
XSTAT
|
z/OS, z/VSE, BS2000/OSD |
Entire System Server statistics are displayed as console messages.
Command | Parameter | Operating System |
---|---|---|
XSTOP | z/OS, z/VSE, BS2000/OSD |
Processing stops immediately. Existing calls to the Entire System Server are not allowed to finish.
Important:
This command is not recommended for a regular shut down of a
running Entire System Server because existing calls and ESM monitors within its
address space are shut down immediately and cannot terminate in a regular way.
Therefore, XSTOP
can be compared to an emergency
brake that should only be applied to avoid an accident. For a regular shut down
and to ensure a smooth termination, we strongly recommend
ADAEND
.
Command | Parameter | Operating System |
---|---|---|
XUSER
|
z/OS, z/VSE, BS2000/OSD |
The current number of users is displayed as a console message, and the highest number is displayed.