View previous topic :: View next topic
|
Author |
Message |
m4mainframe Currently Banned New User
Joined: 13 Aug 2013 Posts: 3 Location: India
|
|
|
|
While doing the IPL when it almost completes, On the Console Terminal, I am getting informational error which is unnecessarily filling up my system logs -
DSNL512I -DB9G DSNLILNR TCP/IP GETADDRINFO(<hostname>) FAILED WITH RETURN CODE=1 AND REASON CODE=78AE1004
Is there any resolution to this? z/OS 1.10 |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
Back to top |
|
|
m4mainframe Currently Banned New User
Joined: 13 Aug 2013 Posts: 3 Location: India
|
|
|
|
Quote: |
socket=GETADDRINFO(host-name)DB2 invoked a TCP/IP GetAddrInfo socket call to determine the IP address associated with the specified host name. However, the call failed and DB2 is not able to determine the IP address. DB2 retries the socket call periodically.
If you want a BSDS-specified IP address, correct the BSDS. This requires you to stop and restart DB2. Otherwise, verify that the provided host name is correct and take the appropriate action:
•If the host name is incorrect, correct the host name in the appropriate resolver configuration file, refresh TCP/IP, and then stop and start DDF so that the new host name is refreshed for DDF initialization.
•If the host name is correct, then TCP/IP is unable to resolve the host name to an IP address. You must make changes in order to allow for proper host name to IP address resolution. If the changes have been made to the name server or local host table, refresh the resolver.
|
I verified that the host name is correct. So, here are the questions -
1. Where to make changes in order to allow for proper host name to IP address resolution?
2. How to refresh the resolver? How to establish a BSDS-specified IP address? |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Quote: |
I verified that the host name is correct. |
Either this is a lie or you are deluding yourself. The system is telling you that it could not resolve the host name, so either the system resolver is not set up correctly or the host name is not in the DNS table. If the system resolver is not set up correctly, there are no "cookbook" instructions we can give you to fix it since the instructions will depend on whether z/OS is using a name server or running the resolver itself (among other things). The ONLY way you can fix this issue is to contact your site support group and work with them on the TCP/IP set up for the site; solving the problem may require changes to the TCP/IP configuration or even an IPL.
An application programmer usually cannot refresh the resolver so there is another reason to contact your site support group. If you think you have the authority, start reading the Communications Server bookshelf where TCP/IP configuration (including the resolver) is discussed in detail in various manuals. |
|
Back to top |
|
|
prino
Senior Member
Joined: 07 Feb 2009 Posts: 1315 Location: Vilnius, Lithuania
|
|
|
|
m4mainframe wrote: |
While doing the IPL when it almost completes, On the Console Terminal, I am getting informational error which is unnecessarily filling up my system logs -
DSNL512I -DB9G DSNLILNR TCP/IP GETADDRINFO(<hostname>) FAILED WITH RETURN CODE=1 AND REASON CODE=78AE1004
Is there any resolution to this? z/OS 1.10 |
Semi-educated guess, post your Hercules configuration file... |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Wonder which "hot" release of db2 is being used . . . |
|
Back to top |
|
|
prino
Senior Member
Joined: 07 Feb 2009 Posts: 1315 Location: Vilnius, Lithuania
|
|
|
|
dick scherrer wrote: |
Wonder which "hot" release of db2 is being used . . . |
The z/OS 1.10 and "my terminal" are dead give-away's for the fact that the TS is very likely using an ADCD distribution and tries to IPL it with a loadparm that includes DB2 and a configuration file that specifies incorrect networking device definitions... |
|
Back to top |
|
|
m4mainframe Currently Banned New User
Joined: 13 Aug 2013 Posts: 3 Location: India
|
|
|
|
i got it fixed - although I was running TSO makesite but the ds being created was not used for resolving the host name and ip address. After creating a copy of the same datasets with the Qualifier TCPIP, it started working fine.
This id banned for posting the same question on multiple forums. The same id is still active on the Beginner/Student forum.
d |
|
Back to top |
|
|
|