cc/td/doc/product/software/ioss390
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

DNR Messages

DNR Messages

This chapter describes messages issued by the Domain Name Resolver (DNR) task group. These messages are T01DN000 through T01DN999.

T01DN001 through T01DN999


Error Message    T01DN001I
NDS/DNR INITIALIZATION SUCCESSFULLY COMPLETED.

Explanation    The DNR task group was successfully started and was able to process the primary and secondary configuration members without error.


Error Message    T01DN002E
NDS/DNR INITIALIZATION FAILED - REASON CODE = dec X'hex'.

dec

Return code from DNRXINIT in decimal.

hex Return code from DNRXINIT in hexadecimal.

The DNR task group failed to initialize due to at least one error. These are valid values for dec X'hex':

4 X'0004' Processing of primary configuration member NRCFGxx failed.
8 X'0008' Getmain of NDSA storage (Subpool 241) failed.
12 X'000C' GPOL for TIMER or SEND thread DSRB failed.
16 X'0010' SCHED failed for TIMER or SEND thread.
20 X'0014' GPOL for RECEIVER thread DSRB failed.
24 X'0018' SCHED failed for RECEIVE thread.
28 X'001C One or more DNRxxxxx modules could not be loaded.

Recommended Action    Correct the problem that caused the task group initialization to fail. Then restart the DNR task group.


Error Message    T01DN003E
NDS/DNR PROCESSING OF CNFG STATEMENTS FAILED. SYSPARM MEMBER 'DNRCFGxx'
    EITHER NOT FOUND OR IS IN ERROR.

Explanation    Module DNRICNFG could either not locate or successfully parse the primary configuration member DNRCFGxx (where xx is the primary configuration member name suffix).

Recommended Action    Make sure that the primary configuration member exists and that the control statements have the proper syntax and valid values. This message should be preceded by a message from DNRICNFG (DNR050E-DNR056E) which explains the error in more detail.


Error Message    T01DN004I
NDS/DNR SHUTDOWN SUCCESSFULLY COMPLETED.

Explanation    The DNR task group was able to complete processing of directory requests and stop execution.


Error Message    T01DN005I
NDS/DNR SHUTDOWN - FREEMAIN OF NDSA FAILED, R15=x.

Explanation    During DNR task group shutdown, the FREEMAIN of the NDSA failed. Register 15 following the FREEMAIN request is displayed in the message. The NDSA storage, which is in Subpool 241 (CSA), was not freed and cannot be recovered. The single parameter, x, indicates the contents of R15 after the FREEMAIN request

Recommended Action    Contact the Technical Response Center for assistance in resolving this problem.


Error Message    T01DN006I
NDS/DNR SHUTDOWN - FREEMAIN OF ASVT FAILED, R15=x.

Explanation    During DNR task group shutdown, the FREEMAIN of the DNR ASVT failed. Register 15 following the FREEMAIN request is displayed in the message. The DNR ASVT storage, if not successfully freed, is freed by the operating system at task termination.

The single parameter, x, indicates the contents of register 15 after the FREEMAIN request.

The contents of R15 following the FREEMAIN request

Recommended Action    Contact the Technical Response Center for assistance in resolving this problem.


Error Message    T01DN007I
NDS/DNR TIMER SERVICES INITIALIZED

Explanation    The Timer thread successfully initialized.


Error Message    T01DN008I
NDS/DNR TIMER SERVICES TERMINATION COMPLETE

Explanation    The Timer thread terminated normally.


Error Message    T01DN009W
NDS/DNR TIMER SERVICES TERMINATED - DAMAGED CLOCK

Explanation    A STIMER/TTIMER request failed due to a damaged CPU clock. Timing services for the task group cannot continue. The directory requests may or may not complete following this error.

Recommended Action    Correct the problem with the CPU clock on the CPU that caused the problem. Then stop and restart the DNR task group.


Error Message    T01DN010I
NDS/DNR NETWORK RECEIVER INITIALIZED

Explanation    The Receiver thread successfully initialized.


Error Message    T01DN011I
NDS/DNR NETWORK RECEIVER TERMINATION COMPLETE

Explanation    The Receiver thread terminated normally.


Error Message    T01DN012W
NDS/DNR RECEIVER THREAD ABENDED AND HAS RECOVERED. UNIT OF WORK BEING
    PROCESSED MAY NOT HAVE COMPLETED!

Explanation    An ABEND occurred while the receive thread was in control. The unit of work being processed may not have completed and the associated directory request may not complete normally. This problem may cause other DNR requests not to complete normally. An IFS formatted dump should accompany this message. An MVS formatted dump should accompany this message if the execution JCL included a SYSUDUMP DD statement.

Recommended Action    Contact the Technical Response Center. Have ready for them the IFS formatted dump and the SYSUDUMP, if possible. If SYSLOG message IEA995I indicates that the active load module is DNRSCALL, query SMP/E for the PTF level of DNRSCALL before calling for support.


Error Message    T01DN013I
NDS/DNR ORDERLY SHUTDOWN OF DNR TASK GROUP REQUESTED

Explanation    The MVS operator requested that the DNR task group be shutdown normally by issuing either a %STOP DNR or %P command for the first time.


Error Message    T01DN014W
NDS/DNR FAST SHUTDOWN OF DNR TASK GROUP REQUESTED

Explanation    The MVS operator requested that the DNR task group be shutdown immediately by issuing either a %STOP DNR or %P command for the second time.

Recommended Action    Any Directory service requests that were not completed before the second operator command have been flushed. Any application programs waiting for the associated directory request to complete may not complete and may have to be cancelled.


Error Message    DNR042W
NDS/DNR CANCEL SHUTDOWN OF DNR TASK GROUP REQUESTED

Explanation    The MVS operator requested that the DNR task group be shutdown immediately by issuing either a %STOP DNR or %P command for the third time.

Any Directory service requests that were not completed before the second operator command have been canceled. Any application programs waiting for the associated directory request to complete have been cancelled.


Error Message    T01DN015E
NDS/DNR UNKNOWN COMMAND IN CONFIGURATION MEMBER mem. COMMAND 'cmd' IS NOT
    VALID.
mem Primary DNR configuration member
cmd Invalid command

Explanation    While parsing the contents of the primary DNR configuration member, a command was encountered that was not a valid DNR configuration command.

Recommended Action    Correct the configuration statements in the DNR configuration member. Then restart the DNR task group.


Error Message    T01DN016E
NDS/DNR ONLY ONE cmd COMMAND IS ALLOWED IN THE CONFIGURATION MEMBER mem.
cmd Repeated command
mem Primary DNR configuration member

Explanation    While parsing the contents of the primary DNR configuration member, a command was encountered more than once.

Recommended Action    Correct the primary DNR configuration member mem to contain only one of each DNR command.


Error Message    T01DN017E
NDS/DNR REQUIRED KEYWORD k WAS NOT SPECIFIED ON THE cmd STATEMENT IN CONFIGURATION MEMBER mem.
k Required keyword
cmd Command that contained the error
mem Configuration member that contained the error

Explanation    A required keyword was not specified as an operand on the specified command.

Recommended Action    Correct the DNR primary configuration member mem.Add the required keyword operand to the appropriate command.


Error Message    T01DN018E
NDS/DNR PARSING OF INPUT PARAMETERS IN CONFIGURATION MEMBER mem FAILED,
    REASON CODE = dec X'hex'.
dec IPARSE return code in decimal
hex IPARSE return code in hexadecimal

Explanation    The IPARSE command could not successfully parse a command in the DNR primary configuration member.

Recommended Action    Verify that each keyword on every DNR configuration statement is spelled correctly and that the format of each command is correct. Then restart the DNR task group.


Error Message    T01DN019E
NDS/DNR CONFIGURATION MEMBER mem DID NOT CONTAIN A 'DNR' OPTIONS STATEMENT

Explanation    DNR primary configuration member (mem) did not contain a statement that started with the command DNR.

Recommended Action    Correct the primary configuration member, adding a statement that starts with the command DNR.


Error Message    T01DN020E
NDS/DNR CONFIGURATION MEMBER mem DID NOT CONTAIN A 'POOLDEF' OPTIONS
    STATEMENT FOR 'NAME(DSRB)'

Explanation    The primary DNR configuration member (mem) did not include a valid POOLDEF statement for the pool with the name DSRB.

Recommended Action    Correct or add a POOLDEF statement for the pool with the name DSRB in the primary DNR configuration member.


Error Message    T01DN021E
NDS/DNR CONFIGURATION MEMBER mem DOES NOT EXIST IN 'SYSPARM' DATA SET.
    DNR INITIALIZATION FAILED.

Explanation    The DNR primary configuration member (mem) could not be located in the data set concatenation referenced by the SYSPARM DD statement.

Recommended Action    Make sure that the DNR primary configuration member does exist in one of the data sets in the SYSPARM DD statement. If it does exist, then verify that the CNFG(xx) argument of the START DNR command contains the valid suffix.


Error Message    T01DN022E
COMMAND (cmd) FAILED IN MEMBER (mem) ON STATEMENT (statement)
cmd Specified command
mem Configuration member
statement Failing parameter and parameter value (up to 40 characters)

Explanation    A parsing error occurred while processing the command shown in the message.

Recommended Action    Correct the error and restart the DNR task group.


Error Message    T01DN023E
UNDEFINED KEYWORD (k) ON COMMAND (cmd) MEMBER (mem)
k Unidentified keyword
cmd Specified command
mem Configuration member

Explanation    The TSO parser detected an unidentified keyword in the command statement.

Recommended Action    Correct the value in the configuration parameters and restart the DNR task group.


Error Message    T01DN024
RETURN CODE (rc) RECEIVED FROM CONFIGURATION FILE I/O HANDLERE

Explanation    An unexpected error was detected in the configuration file I/O handler. rc is the error/return code. This message is issued whenever an unexpected return code is received from ACPIPRMS.

ACPIPRMS passes these return codes:

00 OK
04 EOF on member
08 Member not found or unreadable
12 DCB not open
16 Invalid parameter list
20 Assembly buffer too small

Error Message    T01DN025I
NDS/DNR PROCESSING DIRECTORY REQUEST #nnnn

Explanation    If TEST is turned on for the DNR task group, this message is issued each time a new directory request is received and processing begins.


Error Message    T01DN026I
NDS/DNR DIRECTORY REQUEST #nnnn COMPLETED NORMALLY

If TEST is turned on for the DNR task group, this message is issued each time a directory request has completed execution unless the request timed out, the requesting task or address space terminated or the request terminated due to an ABEND.


Error Message    T01DN027I
NDS/DNR DIRECTORY REQUEST #nnnn TIMED OUT

Explanation    If TEST is turned on for the DNR task group, this message is issued each time a directory request has completed execution due to the time limit being exceeded for that request.


Error Message    T01DN028I
NDS/DNR DIRECTORY REQUEST #nnnn CANNOT BE COMPLETED. REQUESTING TASK OR
    ADDRESS SPACE TERMINATED

Explanation    If TEST is turned on for the DNR task group, this message is issued each time a DNR request cannot be completed as the issuing task or address space terminated before the request could complete normally.


Error Message    T01DN029I
NDS/DNR DIRECTORY REQUEST #nnnn TERMINATED

Explanation    This message is issued for each DNR request that cannot be completed normally due to the operator requesting that the DNR task group shutdown.


Error Message    T01DN030E
NDS/DNR ABEND USER 3000, BROKEN DSRB CHAIN, REQUEST #nnnn

Explanation    A DSRB, a pool element that represents one directory request, could not be found on one of the two internal DSRB chains. Since the DNR chains are maintained under the control of the local lock, this error represents either a serious DNR logic error or a storage overlay.

Recommended Action    Contact Customer Support. Have ready for them the IFS formatted dump and the SYSUDUMP, if possible.


Error Message    T01DN031W
NDS/DNR DIRECTORY REQUEST #nnnn CANNOT BE COMPLETED. AN ABEND WAS DETECTED
    DURING REQUEST PROCESSING!

Explanation    An ABEND occurred while a Request thread was in control. The unit of work being processed was ABENDed and the directory request terminated. This problem may or may not cause other DNR requests to terminate abnormally. An IFS formatted dump should accompany this message. An MVS formatted dump should accompany this message if the execution JCL included a SYSUDUMP DD statement.

Recommended Action    Contact the Technical Response Center. Have ready for them the IFS formatted dump and the SYSUDUMP, if possible. If SYSLOG message IEA995I indicates that the active load module is DNRSCALL, query SMP/E for the PTF level of MOD DNRSCALL before calling for support.


Error Message    T01DN032I
NDS/DNR NETWORK SENDER INITIALIZED

Explanation    The Send thread was able to successfully initialize.


Error Message    T01DN033I
NDS/DNR NETWORK SENDER TERMINATION COMPLETE

Explanation    The Send thread was able to terminate normally.


Error Message    T01DN034W
NDS/DNR SENDER THREAD ABENDED AND HAS RECOVERED. SUBSEQUENT GLOBAL REQUESTS
    MAY NOT COMPLETE NORMALLY!

Explanation    An ABEND occurred while the Send thread was in control. The unit of work being processed may not have completed and the associated directory request may not complete normally, if at all. This problem may cause other DNR requests not to complete. An IFS formatted dump should accompany this message. An MVS formatted dump should accompany this message if the execution JCL included a SYSUDUMP DD statement.

Recommended Action    Contact the Technical Response Center. Have ready for them the IFS formatted dump and the SYSUDUMP, if possible. If SYSLOG message IEA995I indicates that the active load module is DNRSCALL, query SMP/E for the PTF level of DNRSCALL before calling for support.


Error Message    T01DN035I
NDS/DNR PROCESSING DUMP COMMAND, REQUEST=type

Explanation    Acknowledges that the DNR is processing a dump command for the request type returned (type).


Error Message    T01DN036I
NDS/DNR INVALID DUMP COMMAND ENTERED - IGNORED

Explanation    The DNR dump command that was entered was invalid. Either it could not be correctly parsed or a required suboperand was missing.

Recommended Action    Determine why the DUMP command was invalid and reissue the dump command. Verify that each keyword was entered correctly and if the CACHE DATA option was used that a data field was included. (i.e., DNR DUMP CACHE(DATA(SATURN.ACC.COM.)).


Error Message    T01DN037I
NDS/DNR COMPLETED PROCESSING DUMP COMMAND, COMPLETION CODE = dec X'hex'
dec Completion code in decimal
hex Completion code in hexadecimal

Explanation    The dump command has completed execution.


Error Message    T01DN038E
NDS/DNR AN ABEND OCCURRED WHILE PROCESSING DUMP COMMAND.
    DUMP COMMAND PROCESSING TERMINATED.

Explanation    An unexpected ABEND occurred while trying to process the dump command. This is most likely a software error.

Recommended Action    Make sure that both an IFS formatted dump and SYSUDUMP have been produced, then contact the Technical Response Center.


Error Message    T01DN039E
NDS/DNR UNABLE TO OBTAIN DSRB FOR DUMP PROCESSING, IGPOL
    RETURN CODE = decX'hex'.
dec Return code from IGPOL in decimal
hex Return code from IGPOL in hexadecimal

Explanation    The dump command requires a Direct Services Request Block (DSRB) to process a dump request. However, the IGPOL service returned with a non-zero return code when it was called to allocate a DSRB. This problem can be caused by having either a too small region size or incorrect POOLDEF statements in the DNRCFG00 customization member.

Recommended Action    Verify that the POOLDEF statements in the DNRCFG00 TCPPARM member are correct and that a sufficiently large enough region size has been specified on either the job or execute statement in the Cisco IOS for S/390 start-up JCL.

hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1998 © Cisco Systems Inc.