IST2396I
RNIC STATISTICS FOR trlename

Explanation

VTAM® issues this group of messages in response to a DISPLAY TRL,TRLE=trlename,DEVSTATS command when trlename represents an IBM® 10GbE RoCE Express® interface.

A complete description of the message group follows:
IST2396I RNIC STATISTICS FOR trlename
IST2397I DESCRIPTION OVERFLOW COUNT
IST2398I description overflow count
...
IST314I END
Many of the statistics reported using message IST2398I have both a count and an overflow. Both the count and overflow are maintained in unsigned 32-bit variables (unless otherwise indicated). Because an unsigned 32-bit variable can contain only a value up to and including 4294967295 ('FFFFFFFF'X), the variable will wrap through 0 if an increment results in exceeding this value. When such a wrap occurs, the overflow is incremented by 1. Therefore, the total count is determined as follows:
Total = (overflow * 4294967296) + count

IST2396I

This is the first message in the message group.

trlename
The name of the resource that was specified on the DISPLAY TRL command. Use this value to correlate the 10GbE RoCE Express statistics in this message group with the message group IST2361I output generated by the DISPLAY TRL,TRLE=trlename command.

IST2397I

This message is a header message for the statistics displayed with message IST2398I.

IST2398I

This message displays the number of occurrences for the statistic described by description. The possible combinations of overflow, count, and description are:

System action

Processing continues.

Operator response

None.

System programmer response

None.

User response

None.

Problem determination

None.

Source

z/OS® Communications Server SNA

Module

Use the modifiable VTAM start option MSGMOD=YES (f procname,vtamopts,msgmod=yes or f procname,msgmod=yes) to display the issuing module when a message is issued. See z/OS Communications Server: SNA Operation and z/OS Communications Server: SNA Resource Definition Reference for more information about start options.

Routing code

2

Descriptor code

5

Automation

Not applicable.

Example

This message group displays statistics for the 10GbE RoCE Express port 2 on the adapterStart of change that operates in a dedicated RoCE environment and isEnd of change represented by Peripheral Component Interconnect Express (PCIe) function ID (PFID) 001D:

IST2396I RNIC STATISTICS FOR IUT2001D
IST2397I DESCRIPTION                        OVERFLOW            COUNT
IST924I -------------------------------------------------------------
IST2398I INBOUND RDMA FRAMES                       1            65535
IST2398I INBOUND RDMA OCTETS                   65535       4294967295
IST2398I INBOUND FRAME ERRORS                      0                1
IST2398I INBOUND DROPPED FRAMES                    0                3
IST2398I OUTBOUND RDMA FRAMES                      3       4042322160
IST2398I OUTBOUND RDMA OCTETS                      1       1414812756
IST2398I OUTBOUND FRAME ERRORS                     0                2
IST2398I OUTBOUND DROPPED FRAMES                   0                4
Start of changeIST2398I LINK OUTAGE NOTIFICATIONS                 0                3End of change
IST314I  END