NonStop Operating System Event Management Programming Manual

ServerNet Error Handler Event Messages (ZSNT)
HP NonStop Operating System Event Management Programming Manual520372-020
19-69
Messages
Unconditional Tokens
Conditional Token
Cause. ServerNet hardware is transmitting excessive FILL symbols.
Effect. The receiver of the data stream might report a minor port error. ServerNet
communications and performance might be slightly degraded.
Event-Message Text
Processor cpunum: count Transmit FILL error(s) have occurred
on port fabric.
[ Additional info at the time of the first error:
LLP Status: status
Transmit Buffer Watermark: watermark ]
[ Additional info at the time of the last error:
LLP Status: status
Transmit Buffer Watermark: watermark ]
Token Description
ZEMS-TKN-EVENTNUMBER Event number for this message. Value is ZSNT-EVT-LLP-
FILL (1047).
ZEMS-TKN-EMPHASIS Value is ZSPI-VAL-FALSE.
ZSNT-TKN-CPU-NUMBER Subject token that specifies the processor on which the
event occurred.
ZSNT-TKN-FABRIC-NUMBER Fabric where the event occurred (0 for X, 1 for Y).
ZSNT-TKN-LLP-FILL Number of errors of this type detected by ServerNet
since the last event of this type was generated.
Token Description
ZSNT-TKN-XFER-PKT-LAYER Uses the ZSNT-DDL-XFER-PKT-LAYER structure
definition (see Figure 19-3
). There can be up to two of
these structures associated with the event.
Figure 19-3. ZSNT-DDL-XFER-PKT-LAYER Structure Definition
DEF zsnt-ddl-xfer-pkt-layer.
02 version TYPE ZSPI-DDL-BYTE.
02 lp-status TYPE ZSPI-DDL-BYTE
02 zfiller3 TYPE ZSPI-DDL-INT. ! for alignment
02 zfiller4 TYPE ZSPI-DDL-INT2. ! for alignment
02 interrupt-source TYPE ZSPI-DDL-INT4
02 tx-buffer-watermark TYPE ZSPI-DDL-INT4
02 rx-buffer-watermark TYPE ZSPI-DDL-INT4
END.