TCP/IP Management Programming Manual
Event Management
HP NonStop TCP/IP Management Programming Manual—529636-001
7-5
1: ZTCI-EVT-NO-MEM
ZEMS-TKN-EVENTNUMBER
is a header token that contains the event number. Its value is ZTCI-EVT-NO-MEM
(1).
ZEMS-TKN-SUBJECT-MARK
is the standard EMS token that always immediately precedes the subject token
here, ZCOM-TKN-SUBJ-PROC.
ZCOM-TKN-SUBJ-PROC
contains the name of the TCP/IP process that is the subject of this event message.
ZEMS-TKN-EMPHASIS
is a header token that contains the value ZSPI-VAL-TRUE, indicating that this is a
critical event.
(ZEMS-TKN-) CONSOLE-PRINT, CPU, CRTPID, GENTIME, LOGTIME, PIN,
SYSTEM, and USERID
are automatically placed in the header when the EMSINIT procedure is called and
the event message buffer is initialized. For more information on these tokens, see
Section 5, Common Definitions. For details on any of the EMS tokens, see the
EMS Manual.
ZTCI-TKN-SEV
contains the value ZTCI-VAL-SEV-WARN. This value indicates that ZTCI-EVT-NO-
MEM is only a warning message. The process continues to function, but some
functionality has been lost; for example, the network may be going down, or a
device accessed by the TCP/IP subsystem may be experiencing errors.
ZTCI-TKN-SIZE
contains the number of bytes of memory that the TCP/IP subsystem has tried to
allocate to MBUFs.
Event-Message Text
In the text message, size corresponds to the value of ZTCI-TKN-SIZE.
Cause. The internal allocation of memory to MBUFs has failed.
Recovery. If this is a recurring problem, use the BINDER program and rebind the
TCP/IP subsystem with a larger heap space. Otherwise, limit the data traffic and
reduce the data request size.