> The only piece of information I have been able to uncover - states > "DB2COMM and SVCENAME" are setup automatically" but it seemed to me only > to apply with the installation of DB2 not DB2 Connect. It is not my > intention to run DB2 on the zLinux system. I only want it to serve as a > gateway for distributed systems (PC workstations, application servers, > etc) to use in order to read/update DB2 tables on the mainframe. Does > anyone know how to get this configured - if it is possible.
If there is no DB/2 instance on the Linux guest, then yes, it's behaving as it should. What you want to do is forward the DB/2 Connect ports to the z/OS DB/2 instance, right? If so, then you want to look at the iptables capability to do port forwarding, and forward the DB/2 interface ports on the Linux guest to the same ports on the z/OS guest. If you want to demonstrate that before you attempt to do iptables black magic, you could use SSH to forward the ports to demonstrate the technique, and then do the iptables work. -- db ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
