z/OS JES2 Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


$JDMONITOR - Display current status of JES2 monitor subtasks

z/OS JES2 Commands
SA32-0990-00

Function

To display information about the JES2 monitor. It displays the status of all the tasks that make up the monitor as well as information on all the modules in the monitor. If the monitor is not functioning properly, this command can provide information to assist its diagnosis.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$JD--MONITOR------------------------------------------------><

Authority Required

This command requires display authority. The description of the $T RDRnn command explains how to ensure that the authority of the appropriate MVS™ system command group is assigned.

This command requires read security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide, SA32-0991.

Processing Considerations

The following restrictions apply to all monitor commands. They:
  • Can only be issued through the MVS command interface (consoles or MGCRE) or JES2 automatic commands
  • Cannot be issued from the JES2 initialization data set, NJE/RJE, $M commands, or through a reader (INTRDR)
  • Can be the object of a $VS command
  • Are not limited by CONDEF CMDNUM=
  • Are not limited by CONDEF DISPMAX=
  • Support L= for directing the output but do not honor CONDEF RDIRAREA= or REDIRECT= parameters
  • Cannot use the JES2 command separator, semicolon (;), to separate monitor commands unless it is also the MVS command separator.

Scope

Single Member. This response to this command displays of information about this member only.

Messages

Example

 1 $JD MONITOR

$HASP9100 D MONITOR                                        
   NAME     STATUS       ALERTS                                
   -------- ------------ ------------------------              
   MAINTASK ACTIVE                                             
   SAMPLER  ACTIVE                                             
   COMMANDS ACTIVE                                             
   PROBE    ACTIVE                                             
   $HASP9102 MONITOR MODULE INFORMATION                        
   NAME     ADDRESS  LENGTH   ASSEMBLY DATE  LASTAPAR LASTPTF  
   -------- -------- -------- -------------- -------- -------- 
   HASJMON  06C2B000 00001088 04/13/02 03.05 NONE     NONE     
   HASJSPLR 06C31000 00002838 04/13/02 02.23 NONE     NONE     
   HASJCMDS 06C2D000 000030B0 04/13/02 02.23 NONE     NONE
Status in the $HASP9100 message is one of:
  • ACTIVE– Subtask is active and processing normally.
  • INITIALIZING– Subtask is still completing its initialization processing (or is reinitializing after a failure.)
  • TERMINATING– Subtask is in the process of shutting down.
  • TERMINATED– Subtask has shut down.
Alerts are based on the individual subtask and the functions they perform. Alerts include:
  • AWAITING JES2– The JES2 address space is not active; therefore, the subtask is not performing its normal function.
  • RECOVERING– The subtask has ABENDed and is in the process of recovering.

The module information in the $HASP9102 display includes the name of the module, where it is located in the monitor address space, the length of the module (in hex), the date and time the module was assembled, and information on what maintenance was applied to the module.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014