APPC Subsystem on MPE/XL Node Manager's Guide (30294-90007)
120 Chapter5
Managing the APPC Subsystem
Managing APPC Sessions
--------------------------------------
Independent LU Session Type : INDSESS1
--------------------------------------
Number of Active Sessions : 5
Number of Queued Session Requests : <$&shade 11-1> 0
Session Limits
Local LU SNA Node Remote LU Mode Maximum Current
-------- -------- ----------------- ------ ------- -------
INDLU1 AS400PU NET1.AS400LU1 MODE1 8 5
Session ID LFSID State LU Type TP ID
---------- ----- -------- ------- -----
26 0101 1 ACTIVE PRI 4425
27 0102 1 ACTIVE PRI
28 0103 1 ACTIVE PRI <$&shade 11-2> 2215
29 0104 1 ACTIVE PRI <$&shade 11-3> 6924
30 0105 1 ACTIVE PRI
Terminating Sessions
To terminate sessions, you issue the APPCCONTROL SESSIONS command
to reduce the session limit for a session type. The following command
reduces the number of active sessions of type INDSESS1 from 5 to 2.
APPCCONTROL SESSIONS; STYPE=INDSESS1; LIMIT=2
Idle sessions are terminated first. Since two sessions of type INDSESS1
are idle, these sessions are terminated immediately. Another session
will be terminated as soon as the conversation using it is deallocated.
The following messages are logged as sessions are terminated:
APPC: Session Stopped, Session ID=27, Reason=APPC_Quiesce
APPC: Session Stopped, Session ID=30, Reason=APPC_Quiesce
The following APPCCONTROL STATUS display reflects the status of
session type INDSESS1 after the APPCCONTROL SESSIONS command is
issued to reduce the session limit from 5 to 2. The Number of Active
Sessions is 3, not 2, because the APPC subsystem is waiting for a
conversation to be deallocated before terminating another session.