View previous topic :: View next topic |
Author |
Message |
djf Beginner
Joined: 06 Feb 2007 Posts: 68 Topics: 27
|
Posted: Thu Apr 12, 2007 8:30 pm Post subject: V8 install question |
|
|
Hello.
I am trying to install V8 with DRDA.
I have created a VTAM LU that should handle the requirements. DB2 starts fine. When I start DDF, I get a Gethostbyaddr RC2 failure. When DDF starts, it specifies LOCATION (which I took to be the HOSTNAME used by TCP/IP) and the DOMAIN (which I have no idea where to specify to DB2 or DDF, I went all the way through the SDSNINST clist again and saw nothing about DOMAIN)
Anybody who knows more about this, I could really use the help! |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Fri Apr 13, 2007 5:59 am Post subject: |
|
|
djf,
DB2 uses the LINKNAME column of the SYSIBM.LOCATIONS catalog table to determine which protocol to use. To receive VTAM requests, you must select an LUNAME in installation panel DSNTIPR. To receive TCP/IP requests, you must select a DRDA port and a resynchronization port in installation panel DSNTIP5. TCP/IP uses the server _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
djf Beginner
Joined: 06 Feb 2007 Posts: 68 Topics: 27
|
Posted: Fri Apr 13, 2007 10:33 am Post subject: |
|
|
Thanks.
But I've read most of it, and am still confused. In fact, while I eventually want DRDA to work, my real problem is the install of QMF, which dies in the QMFBLNI job trying to open the port. For what, I have not a single clew.
I have a VTAM LUNAME defined, I have assembled the modent tables, and a display of the LU shows he is talking to UDB8DIST.
I have also assigned the 446 and 5020 TCPIP ports to DRDA.
I have also RACF assigned a userid to UDB8DIST with superuser authority.
But I am still getting these damnable GETHOSTBYADDR failed RC2 messages, which leads me to think that something in the DB2/DRDA definitions isn't matching something in the TCPIP definitions.
I hate TCPIP and DB2 ain't very far behind... |
|
Back to top |
|
|
djf Beginner
Joined: 06 Feb 2007 Posts: 68 Topics: 27
|
Posted: Fri Apr 13, 2007 11:58 pm Post subject: |
|
|
OK. I've pretty much decided this is not a DB2 issue. When I slap together a REXX exec to do socket calls, GETHOSTBYADDR hangs.
So I need to look at my TCPIP resolver stuff.
(can I still blame it on DB2??? Didn't think so...)
|
|
Back to top |
|
|
djf Beginner
Joined: 06 Feb 2007 Posts: 68 Topics: 27
|
Posted: Sat Apr 14, 2007 12:02 am Post subject: |
|
|
Yay! I changed resolver lookup from DNS to local and now get:
DSNL519I -UDB8 DSNLILNR TCP/IP SERVICES NOW AVAILABLE FOR DOMAIN MYZOS PORT 446
dang I'm good...
|
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Sat Apr 14, 2007 7:36 am Post subject: |
|
|
djf wrote: | Yay! I changed resolver lookup from DNS to local and now get:
DSNL519I -UDB8 DSNLILNR TCP/IP SERVICES NOW AVAILABLE FOR DOMAIN MYZOS PORT 446
dang I'm good...
|
Glad that you could resolve it your self and thanks for posting the solution.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
djf Beginner
Joined: 06 Feb 2007 Posts: 68 Topics: 27
|
Posted: Sat Apr 14, 2007 10:57 am Post subject: |
|
|
Takes us "beginners" a while to get warmed up, eh?
|
|
Back to top |
|
|
|
|