This one can be tricky because my resolver appeared to work fine.  Going to
TSO and doing an NSLOOKUP will resolve the name.  But TCPIP would not
resolve it's host name at startup.  This was from a bad parameter in my
TCPIP proc.

On Tue, Dec 21, 2010 at 6:21 PM, Mike Wood <mikeww...@hotmail.com> wrote:

> Just final close-up of the problem.
> The problem cause was  incorrect definitions to TCPIP, preventing the host
> name being resolved to IP address.
> Now rmm uses IPV6 compatible interfaces the configuration for TCPIP seems
> to
> need to be better.  DB2 also was hit by similar problems with IPV6 and they
> have an INFO APAR to describe the details of identifying the cause and
> resolution. (http://www-01.ibm.com/support/docview.wss?uid=isg1II14515)
>
> The failing reason code from TCPIP was x'78AE1004'.  The first half of the
> reason code x'78AE' is the reason code qualifier that identifies the
> failing
> component.  From the table at the link below, you'll see that it
> corresponds
> to z/OS Communications Server  resolver.
> .
>
> http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/BPXZA890/4.0?DT=20080605133311
> .
>        TCP/IP support has a tool called 'errno' that can be used to
> interpret
> TCP/IP reason codes, similar to 'bpxmtext' for z/OS UNIX reason codes.
> -
> tso errno 78AE1004
>
> ReasonCode: 78AE1004
>  Module: EZBREGAI  ErrnoJr: 4100 EZB_RSN_NotFound
>  Description: Resolver service cannot find a answer
>
> RMM is adding an extra occurrence of diagnostic message EDG0356E to ensure
> this failing code is available for easier identification.
>
> Mike Wood  RMM Development
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>



-- 
Mark D Pace
Senior Systems Engineer
Mainline Information Systems

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to