TMF Management Programming Manual (H06.05+)

Event Messages
HP NonStop TMF Management Programming Manual540140-002
6-351
Descriptions of Event Messages
330: ZTMF-EVT-AlterSessionIdleTimer
This event is issued whenever the session idle timer is set to a new value by using the
SNOOP SetSessionIdleTmr command. A transaction that spans two or more network
nodes causes the establishment of a peer-to-peer session between the $TMP
processes on each node. The session idle timer value is the number of seconds a
session between the $TMP processes can exist with no transaction activity before the
session is disconnected.
Additional Unconditional Tokens
ZTMF-TKN-EVTHDR-ProcessType
is the subject of the event message, and it identifies the TMF process that
generated the event. The value of this token for this event is ZTMF-VAL-PROC-
TMP.
ZTMF-TKN-SessIdleTimer
is the new session idle timer value. A value of zero disables the session idle timer.
The positive range for this timer is 300 seconds (5 minutes) to 1020 seconds (17
minutes).
Effect
None.
Recommended Action
Informational message only; no corrective action is needed. This message merely
indicates that someone has executed a SNOOP SetSessionIdleTmr command.
Additional Unconditional Tokens
ZTMF-TKN-EVTHDR-ProcessType token-type ZSPI-TYP-Enum.
ZTMF-TKN-SessIdleTimer token-type ZSPI-TYP-Int.
ZEMS-TKN-Emphasis token-type ZSPI-TYP-Boolean.
Event-Message Text
If ZTMF-TKN-SessIdleTimer is greater than zero:
The session idle timer has been altered to ZTMF-TKN-
SessIdleTimer seconds.
If ZTMF-TKN-SessIdleTimer is zero:
The session idle timer has been disabled.