NETInnnx - IUCV Line Driver Messages

Overview of Messages

NETI000I | NETI001E | NETI002E | NETI003E | NETI004I | NETI005E | NETI006E | NETI007I | NETI008W | NETI009W | NETI010W | NETI011I | NETI012W | NETI013I | NETI014I | NETI015E | NETI016E | NETI017E | NETI018W | NETI019W | NETI020W | NETI021W | NETI022W | NETI023I | NETI024I | NETI025I | NETI026E

NETI000I NETWORK3: + NIUSTATS ENTERED -- yyyy-mm-dd
Explanation

The module that handles NETIUCV statistics has been called and statistics are being captured for the IUCV driver.

Action

None. This message is informational only.


NETI001E VM/SYSTEM PRODUCT RELEASE LEVEL UNDER 3 -
Explanation

The z/VM version being used is not supported by Entire Net-Work/IUCV.

The IUCV line driver cannot be opened.

Action

Upgrade the system to the required z/VM level.


NETI002E LINE DRIVER MAXIMUM NUMBER OF CONNECTIONS ON type
Explanation

An IUCV connection between two virtual machines could not be established because the MAXCONN value in the CP directory was exceeded for either the virtual machine initiating the connection or for the target virtual machine. 'Type' contains either SOURCE or TARGET indicating which directory value was exceeded.

The IUCV path which was initiated was not connected.

Action

Increase the MAXCONN value and update the CP directory.


NETI003E NO IUCV AUTHORIZATION FOUND
Explanation

Entire Net-Work was not able to sign on to IUCV because the virtual machine was not IUCV authorized in the CP directory.

The IUCV line driver cannot be opened.

Action

Add the required IUCV statements to the CP directory for the virtual machine.


NETI004I NO IUCV MESSAGE FOUND ON LINK aaaaaaaa
Explanation

A message which the Entire Net-Work/IUCV line driver attempted to receive or reply to was not found in any IUCV message queue.

The IUCV line driver terminates Entire Net-Work abnormally.

Action

Note the link ('aaaaaaaa'), any related messages, dump listings, and contact your Software AG technical support representative.


NETI005E IUCV function FUNCTION ERROR errno ON LINK aaaaaaaa ON
Explanation

The specified function detected error errno on the specified link and path.

This message is followed by message NETI007. The link is disconnected.

Action

Note the error number ('errno'), the link ('aaaaaaaa'), any related messages, and contact your Software AG technical support representative.


NETI006E IUCV SEND COMPLETION ERROR errno ON LINK aaaaaaaa PATH-ID
Explanation

The IUCV SEND function detected error errno on the specified link and path.

The IUCV line driver terminates Entire Net-Work abnormally.

Action

Note the error number ('errno'), the link ('aaaaaaaa'), any related messages, and contact your Software AG technical support representative.


NETI007I IUCV PARAMETER BLOCK AT LOCATION location
Explanation

This message occurs after an NETI005 error, and is followed by a hexadecimal display of the failing IUCV parameter block.

This message is preceded by message NETI005. The link is disconnected.

Action

Retain the displayed information plus any other related error or dump information, and contact your Software AG technical support representative.


NETI008W INCOMING TRAFFIC IMPAIRED ON LINK aaaaaaaa DUE TO BUFFER
Explanation

Incoming messages are being delayed due to insufficient buffer space.

Entire Net-Work will suspend incoming data traffic until the buffer shortage is resolved.

Action

Increase the short-term buffer size for a virtual machine running a non-paging guest operating system, or increase the page-fixed buffer size for a paging guest system virtual machine. Both buffers are controlled by the NODE statement parameters for the specified node. For more information, see the section Entire Net-Work Parameter Statements.


NETI009W COMMUNICATIONS IMPAIRED TO LINK aaaaaaaa
Explanation

Communication with the specified link is impaired by insufficient buffer space on that node. Message NETI008 occurs on that node, advising of the problem.

The adjacent Entire Net-Work node will suspend incoming data traffic until the buffer shortage is resolved.

Action

Increase the short-term buffer size for a virtual machine running a non-paging guest operating system on the specified node, or increase the page-fixed buffer size for a paging guest system virtual machine. Both buffers are controlled by the NODE statement parameters for aaaaaaaa's node. For more information, see the section Entire Net-Work Parameter Statements.


NETI010W PENDING CONNECTION REJECTED DUE TO BUFFER SHORTAGE
Explanation

This node could not accept a connection due to inadequate buffer space.

The IUCV path which was initiated is not connected.

Action

Increase the short-term buffer size for a virtual machine running a non-paging guest operating system, or increase the page-fixed buffer size for a paging guest system virtual machine. Both buffers are controlled by the NODE statement parameters for the specified node. For more information, see the section Entire Net-Work Parameter Statements.


NETI011I NORMAL COMMUNICATIONS RESUMED TO LINK aaaaaaaa
Explanation

This informational message advises that the condition causing previous impaired communications has been corrected.

A buffer shortage indicated by a message NETI008 or NETI009 has been resolved.

Action

No action is required. This message is informational only.


NETI012W BUFFER PROGRAM CHECK ON LINK aaaaaaaa
Explanation

A program check occurred while accessing an IUCV buffer area.

Entire Net-Work terminates operation with a dump.

Action

Note the link ('aaaaaaaa'), any related error or dump listing information, and contact your Software AG technical support representative.


NETI013I number NUMBER OF SENDS 2WAY counta 1WAY countb
Explanation

This normal termination message specifies the total number of SEND/REPLY (SEND 2WAY) and SEND 1WAY messages, as well as the counts of each type of SEND.

Entire Net-Work proceeds to terminate normally.

Action

No action is required. This message is informational only. An excessive number of SEND 1WAYs may be an indicator that the MSGLIM parameter is insufficient.


NETI014I number NUMBER OF REPLIES NON-NULL counta NULL countb
Explanation

This normal termination message specifies the total number of IUCV replies as well as the counts of replies containing data (non-null) and those without data (null).

Entire Net-Work proceeds to terminate normally.

Action

No action is required. This message is informational only. An excessive number of null replies indicates the SEND 1WAY protocol is more suitable.


NETI015E INCOMING MESSAGE EXCEEDS BUFFER LENGTH ON LINK
Explanation

An incoming IUCV message from the specified link exceeded the length of the available buffer.

Entire Net-Work terminates operation with a dump.

Action

Increase the short-term buffer pool size (specified by the NODE statement for the specified node ID). For more information, see the section Entire Net-Work Parameter Statements.


NETI016E OUTGOING MESSAGE EXCEEDS BUFFER LENGTH ON LINK
Explanation

An outgoing IUCV message was too large for the allocated buffer space.

Entire Net-Work terminates operation on this node with a dump.

Action

Increase the short-term buffer pool size (specified by the NODE statement for this node ID). For more information, see the section Entire Net-Work Parameter Statements.


NETI017E CONNECTION TO USER userid DENIED DUE TO BLOCK LENGTH
Explanation

The values specified by this node s and the partner node userid s LINK statement MAXBLK= parameters are not the same.

The IUCV path which was initiated is not connected.

Action

Correct one of the LINK statement s MAXBLK= values to agree with the other.


NETI018W MESSAGE LIMIT ON PATH TO VMID vmid INSUFFICIENT
Explanation

The maximum number of outstanding IUCV messages allowed was exceeded.

The IUCV line driver terminates abnormally.

Action

Correct either the IUCV LINK statement s MSGLIM parameter value, or the CP directory MSGLIMIT value.


NETI019W MAXIMUM BLOCK LENGTH SET TO length
Explanation

Entire Net-Work found no MAXBLK value on the IUCV LINK statement in a paging system where a maximum block size is required.

Entire Net-Work sets the block length to the page size length.

Action

No action is required. This message is informational only.


NETI020W INITIALIZATION ERROR code FOR GUEST SYSTEM IUCV
Explanation

Entire Net-Work was unable to initialize the IUCV line driver in the guest operating system. The driver is not opened. See the following table for an explanation of the error code returned.

Code Explanation
4 MVS - NETSVCxx was called with an invalid function request of 0.
8 ALL - NETSVCxx has detected NET-WORK s EXTERNAL FLIH is not active.
12 ALL - NETSVCxx VSIUCV/VSIUCVP1 address is 0.
16 ALL - NETSVCxx was called with an invalid function request.
MVS - NETSVCxx has detected the GUEST OS is not running under z/VM.
20 ALL - NETSVCxx The SVC OPEN call was never done or failed.
24 ALL - NETSVCxx Path Table address is 0.
ALL - NETSVCxx IUCV ACCEPT failed.
ALL - NETSVCxx IUCV CONNECT failed.
MVS - NETSVCxx IUCV SEVER failed.
28 ALL - NETSVCxx An IUCV ACCEPT was requested for a PATHID with no pending connect
32 ALL - NETSVCxx The PATHID exceeds the path table size.
36 MVS - NETSVCxx NCA address is 0.
MVS - NETSVCxx CPIT SSCT missing.
MVS - NETSVCxx CPIT control block(s) missing.
40 z/VSE - NETSVCxx Error initializing the Interrupt Queue.
z/VSE - NETSVCxx Error initializing the Path Table.
44 - 60 unused
64 ALL - NIUxxx Getmain/Getvis/Obtain storage error.
68 ALL - NIUxxx PAGE FIX/PAGE FREE error.
72 ALL - NIUxxx AMODE MISMATCH between NETSVCxx and ADARUN.
76 ALL - NIUxxx SVC not authorized.
80 ALL - NIUxxx NIUTSK address is 0.
84 ALL - NIUxxx Attach of NIUTSK failed.
88 ALL - NIUxxx Invalid function call.
92 ALL - NIUxxx IUCV error occurred / IPRCODE stored.
96 ALL - NIUxxx IUCVINI / HNDIUCV error occurred.

Note:
Return codes greater than 1000 are IUCV / IPRCODES. Subtract 1000 from the return code to obtain the true IUCV / IPRCODE.

If the IUCV driver is the only driver specified, Entire Net-Work terminates operation on this node.

Action

Note the error code returned and the guest operating system level, and then contact your Software AG technical support representative.


NETI021W LINK linkname NOT CONNECTED ERROR syserr IUCV CODE iucverr
Explanation

The IUCV line driver attempted to establish a link to another virtual machine via the link ('linkname'). The connection failed. The operating system error ('syserr') gives the error code of the system IUCV support routine. The code ('iucverr') shows the IUCV error code returned in the IPRCODE field of the IUCV parameter block. The most common IUCV codes and their meanings are listed below. Also see message NETI020W for additional codes that may be returned.

Code Explanation
11 The target virtual machine is not logged on.
12 The target virtual machine has not initiated IUCV support.
13 The maximum number or connections for this virtual machine has been exceeded.
14 The maximum number or connections for the target virtual machine has been exceeded.

The IUCV path which was initiated is not connected.

Action

Investigate the reason for the message and correct the problem if possible. Otherwise, note the error code returned and then contact your Software AG technical support representative.


NETI022W PATH TO VMID vmid DISCONNECTED DUE TO INTERRUPT QUEUE
Explanation

The Entire Net-Work IUCV support routine was not able to save the status of an incoming IUCV interruption due to a lack of interrupt queue elements.

The IUCV link is disconnected.

Action

Increase the value of the QSIZE parameter for NETSIR and rerun NETSIP with the REPLACE parameter.


NETI023I OPERATOR COMMAND ACCEPTED
Explanation

The operator command submitted to Entire Net-Work was accepted.

The operator command is processed.

Action

No action is required. This message is informational only.


NETI024I IUCV DRIVER LOADED AT LOCATION xxxxxxxx
Explanation

The Entire Net-Work IUCV line driver was loaded at the specified location.

Action

No action is required. This message is informational only.


NETI025I IUCV DRIVER MANUALLY CLOSED
Explanation

The IUCV line driver has been closed either by an operator command or SHUTDOWN processing.

Action

No action is required. This message is informational only.


NETI026E CONNECTING TO MORE THAN ONE ITM MACHINE IS NOT ALLOWED
Explanation

An Entire Net-Work node can be connected to only one ITM at a time. The link to the second ITM is disconnected.

Action

Do not connect to multiple ITM machines.