Displaying server resources using the DISPLAY command

You can display Autonomics Director server resources for servers in the Autonomics Director group by issuing the DISPLAY command.

Format

Read syntax diagramSkip visual syntax diagramFserver_jobtask,DISPLAYSERVERNAME( server_name)SYSTEM( system_name)TYPE(REGION)TYPE(PARMSSTATUS)

Usage

Use the DISPLAY command to display information about Autonomics Director server regions or initialization parameters.

Syntax

F
The MVS™ MODIFY (F) command that is used to issue commands on z/OS®.
server_jobtask
The Autonomics Director server job or started task name to which the command is submitted.
DISPLAY
Requests that server information is displayed.
SERVER
Required positional parameter.
NAME (server_name)
Specifies the name of the server that processes the DISPLAY command.

The server name is the job or started task name of the server. It can also be specified as NAME (ALL) or NAME(*) to indicate all servers.

The default for server_name is the same value that is specified for server_jobtask.

SYSTEM (system_name)
The system_name further qualifies the MVS system on which the processing server executes.

The system_name parameter can be specified only when the NAME server_name is also specified.

When this parameter is omitted, no system qualification is used.

TYPE(REGION | PARMS | STATUS)
Specifies the type of display:
REGION
Displays information that is related to all server regions in the Autonomics Director group.
PARMS
Displays the initialization parameters that are used by the server.
STATUS
Displays the status of the Autonomics Director server components.
The default is TYPE(REGION).

Considerations

  • You can use the NAME(ALL) or NAME(*) parameters only with commands that are entered through the z/OS console.
  • You can use the NAME(ALL) or NAME(*) parameter with the TYPE(REGION) parameter produces redundant output for each servers’ view of the environment.
    Tip: Use a specific NAME or omit the NAME parameter when displaying Autonomics Director server regions.

Output from the DISPLAY command

The following example shows the output from the DISPLAY SERVER command:
IAV0087I - JOBNAME   SYSTEM      MODE       XCF-MEMBER         WGHT  PERIOD  TOTAL 
IAV0087I - ADSRV     ECDBT09     MASTER     ADSERVER@ECDBT09   032   00001   00001
IAV0087I - ADSRV2    ECDBT09     ACTIVE     ADSERVR2@ECDBT09   032   00000   00000

where:

JOBNAME
Is the name of the Autonomics Director server.
SYSTEM
Is the MVS system name where the Autonomics Director server is running.
MODE
Is the mode of the server.
XCF-MEMBER
Is the Autonomics Director server XCF member name.
WGHT
Is the routing weight for this server.

For WLM routing, a higher number indicates that more work is routed to the server.

A value of zero indicates that WLM routing is not used.

PERIOD
Is the number of work requests that were sent to the server during the period defined for the WLM routing interval (WLMRINT).

The value is reset to zero for each new period or interval.

TOTAL
Is the total number of work requests that were sent to the server during the life of the local server.

The following example shows the output from the DISPLAY SERVER TYPE(PARMS) command:

IAV0087I -   PARAMETER     VALUE                 TYPE    
IAV0087I -   CYCLETIM      00060                 GLOBAL  - ADSRV  
IAV0087I -   SWEEPINT      00060                 GLOBAL  - ADSRV  
IAV0087I -   WLMRINT       00001                 GLOBAL  - ADSRV  
IAV0087I -   SENSAGE       00000                 GLOBAL  - ADSRV  
IAV0087I -   EVALINT       00000                 GLOBAL  - ADSRV  
IAV0087I -   REORGINT      00000                 GLOBAL  - ADSRV            
IAV0087I -   XCFGROUP      IAVADM00              GLOBAL  - ADSRV  
IAV0087I -   ITKBGROUP     FPQSRVT3              GLOBAL  - ADSRV  
IAV0087I -   RACFAPPL      NONE                  GLOBAL  - ADSRV  
IAV0087I -   JCLLIB        IMSTESTS.RGE410.FPQ1  GLOBAL  - ADSRV  
IAV0087I -   ADREPOS       IAV_AUTODIR           GLOBAL  - ADSRV  
IAV0087I -   POLCACHE      008                   GLOBAL  - ADSRV  
IAV0087I –   RECOVERY      ENABLE                GLOBAL  - ADSRV
IAV0087I -   MODE          ACTIVE                LOCAL   - ADSRV  
IAV0087I -   IAVPARMS      IAVCOMON              LOCAL   - ADSRV  
IAV0087I -   XCFMEMB       ADSERVER@ECDBT09      LOCAL   - ADSRV  
IAV0087I -   RACFAGE       00010                 LOCAL   - ADSRV

where:

PARAMETER
Is the keyword parameter name.
VALUE
Is the value for the parameter.
TYPE
Indicates the type, either GLOBAL or LOCAL:
  • GLOBAL indicates that a parameter is specified in the PROCLIB member shared by all servers.
  • LOCAL indicates that a parameter is specific to a particular server.