Operator Commands

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:


Command Syntax

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.

Command Descriptions

Syntax Conventions

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.

ADAEND

Command Parameter
ADAEND  

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.

CANCEL

Command Parameter
CANCEL

USER=userid

ID=sessionid

JOB=jobname

Cancels the specified user in the Entire System Server address space.

Examples:

  • 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

EVENTS

Command Parameter
EVENTS  

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 Customer support for problem determination.

LOGGING

Command Parameter
LOGGING YES
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.

SHUTDOWN

Command Parameter
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 *).

START

Command Parameter
START ALL

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.

STATUS

Command Parameter
STATUS

EOR, NOM, NCL, RPC

The operator command STATUS returns information about Natural subtasks related to Entire System Management (ESM) products.

TAPES

Command Parameter
TAPES  

Display tape units allocated to the Entire System Server.

TAPEFREE

Command Parameter
TAPEFREE ddname, ALL

Free tape units allocated to the Entire System Server.

Example:

  • 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

USERS

Command Parameter
USERS userid

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.

Example:

  • The following command displays user ITSME:

    USERS ITSME
  • The following command displays all users whose IDs begin with SAG:

    USERS SAG*

VSAM

Command Parameter
VSAM  

Display open VSAM files.

VSAMFREE

Command Parameter
VSAMFREE ddname
ALL

Free VSAM files.

Example:

  • 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

XABS

Command Parameter
XABS  

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.

Sample Output:

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

XCANCEL

Command Parameter
XCANCEL  

Processing stops immediately and a dump is created. Existing calls to the Entire System Server are not allowed to finish.

XCQES

Command Parameter
XCQES  

The number of Command Queue Elements currently active is displayed. The highest number of currently active CQES is also shown.

XHALT

Command Parameter
XHALT  

New calls to the Entire System Server are temporarily rejected. Processing is resumed with the XSTART operator command (see below).

XPARM

Command Parameter
XPARM  

A set of startup parameters such as node number, maximum number of command queue elements and attached buffers are displayed as console messages.

XSTART

Command Parameter
XSTART  

Processing of calls to the Entire System Server, interrupted with the XHALT command, is resumed.

XSTAT

Command Parameter
XSTAT  

Entire System Server statistics are displayed as console messages.

XSTOP

Command Parameter
XSTOP  

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.

XUSER

Command Parameter
XUSER  

The current number of users is displayed as a console message, and the highest number is displayed.

On this page