MODIFY INFO command

Read syntax diagramSkip visual syntax diagram
>>-MODIFY-- --procname--,--INFO--,--ID--=--+-name-+------------->
                                           +-APPL-+   
                                           +-CLU--+   
                                           '-ALL--'   

>--+---------+-------------------------------------------------><
   '-,--PEND-'   

Abbreviations

Operand Abbreviation
MODIFY F

Purpose

The MODIFY INFO command displays information about logon manager resources.

Operands

procname
Must be the same as the procname specified in the logon manager START command.
ID
Identifies the resource or resources to include in the display.
ID=name
Displays only the named resource.
ID=APPL
Displays only logon manager TPF applications.
ID=CLU
Displays only channel-attached control point LUs.
ID=ALL
Displays both logon manager TPF applications and channel-attached control point LUs.
PEND
Displays only resources with a status of pending (that is, resources in the process of being activated or deactivated).

If ID=name, displays the named resource only if the resource is in a pending state.

If ID=APPL, displays each logon manager application in a pending state.

If ID=CLU, displays each channel-attached control point LU in a pending state.

If ID=ALL, displays each logon manager application and each channel-attached control point LU in a pending state.

Resulting display

The resulting display shows:
  • The resource name
  • The resource session status (active, inactive, or pending)
  • The reason code for the resource, if appropriate
  • The number of session initiation requests sent to the resource

Examples

Displaying a specific logon manager resource:
modify elmngr,info,id=trapl
ELM014I NAME:  TYP:  STATUS:   CURRENT:   CONTROL:   REASON: INITS:
ELM040I TRAPL  CLU   ACTIVE    SESCNT=19  SESLMT=32          0
Displaying pending logon manager TPF applications:
modify elmngr,info,id=appl,pend
ELM014I NAME:  TYP:  STATUS:   CURRENT:   CONTROL:   REASON: INITS:
ELM040I RES    APPL  PENDACTV  LNKCNT=5   MINLINK=1  OPNOST  0
ELM040I FIN    APPL  PENDINAC  LNKCNT=4   MINLINK=2  LOSTERM 22
Displaying logon manager channel-attached control point LUs:
modify elmngr,info,id=clu
ELM014I NAME:  TYP:  STATUS:   CURRENT:   CONTROL:   REASON: INITS:
ELM040I TRAPL  CLU   ACTIVE    SESCNT=0   SESLMT=0           0
Displaying all logon manager resources:
modify elmngr,info,id=all
ELM014I NAME:  TYP:  STATUS:   CURRENT:   CONTROL:   REASON: INITS:
ELM040I RES    APPL  INACTIVE  LNKCNT=0   MINLINK=1          0
ELM040I FIN    APPL  INACTIVE  LNKCNT=0   MINLINK=2          0
ELM040I TEST1  APPL  INACTIVE  LNKCNT=0   MINLINK=1          0
ELM040I TEST2  APPL  INACTIVE  LNKCNT=0   MINLINK=1          0