Re: Start DB2 Connect at linux boot

2024-04-17 Thread Tom Huegel
something >>> is >>> > missing here. >>> > This is what's the /etc/systemd/system/db2fmcd.service file .. I >>> think I >>> > need a program name to run. Any idea what is missing? >>> > ExecStart=/opt/ibm/db2/V11.1

Auto: Re: Start DB2 Connect at linux boot

2024-04-16 Thread MANCINI Frédéric (80)
Je suis absent le 17 avril 2024. -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www2.marist.edu/htbin/wlvindex?LINUX-390

Re: Start DB2 Connect at linux boot

2024-04-16 Thread Tom Huegel
ystem/db2fmcd.service file .. I >> think I >> > need a program name to run. Any idea what is missing? >> > ExecStart=/opt/ibm/db2/V11.1/bin/ >> > >> > On Fri, Apr 12, 2024 at 3:45 PM Cortes, Marcy D. < >> > marcy.d.cor...@wellsfargo.com> wro

Re: Start DB2 Connect at linux boot

2024-04-16 Thread Tom Huegel
tart=/opt/ibm/db2/V11.1/bin/ > > > > On Fri, Apr 12, 2024 at 3:45 PM Cortes, Marcy D. < > > marcy.d.cor...@wellsfargo.com> wrote: > > > > > If you can’t undo what you did with the db2fm command (history command > > > might be your friend), then you can

Re: Start DB2 Connect at linux boot

2024-04-16 Thread Paul Rogers
> If you can’t undo what you did with the db2fm command (history command > > might be your friend), then you can probably edit the file > > /etc/systemd/system/db2fmcd.service and change it to 11.1 > > > > I can’t check a real server anymore to tell you for sure because we

Re: Start DB2 Connect at linux boot

2024-04-16 Thread Roberts, Jerry
al Message- From: Linux on 390 Port On Behalf Of Tom Huegel Sent: Tuesday, April 16, 2024 1:53 PM To: LINUX-390@VM.MARIST.EDU Subject: [EXT] Re: Start DB2 Connect at linux boot CAUTION: This email originated from outside MetLife. Do not click links, open attachments or forward unless you rec

Re: Start DB2 Connect at linux boot

2024-04-16 Thread Tom Huegel
/system/db2fmcd.service and change it to 11.1 > > I can’t check a real server anymore to tell you for sure because we no > longer have db2 connect running so doing this from memory :) > > Reboot is easiest, but these may work > systemctl stop db2fmcd > edit it > systemctl daemo

Re: Start DB2 Connect at linux boot

2024-04-12 Thread Cortes, Marcy D.
If you can’t undo what you did with the db2fm command (history command might be your friend), then you can probably edit the file /etc/systemd/system/db2fmcd.service and change it to 11.1 I can’t check a real server anymore to tell you for sure because we no longer have db2 connect running so

Re: Start DB2 Connect at linux boot

2024-04-12 Thread Tom Huegel
mente, > > > > Mario Izaguirre > Barcelona, Spain > > > El El mar, 9 abr 2024 a las 18:35, Tom Huegel > escribió: > > > I'm a LINUX novice. I need to have DB2 CONNECT autostart at LINUX boot > > time. How do I do that? LINUX is SUSE. > > > &g

Re: Start DB2 Connect at linux boot

2024-04-11 Thread Mario Izaguirre
ovice. I need to have DB2 CONNECT autostart at LINUX boot > time. How do I do that? LINUX is SUSE. > > -- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to lists...@vm.marist.edu with

Re: Start DB2 Connect at linux boot

2024-04-10 Thread Berry van Sleeuwen
It's quite a long time ago we had DB2 Connect, but the startup of DB2 connect was included in the regular Linux SYSV init startup. I guess the scripts came with DB2 connect. I don't know if current versions are adjusted to SystemD. But in any case, you need to include it in the regul

Re: Start DB2 Connect at linux boot

2024-04-09 Thread Cortes, Marcy D.
You’ll want to look at “db2fm” in the db2 doc. It’ll start it and keep it active if it crashes. From: Linux on 390 Port On Behalf Of Tom Huegel Sent: Tuesday, April 9, 2024 9:34 AM To: LINUX-390@VM.MARIST.EDU Subject: Start DB2 Connect at linux boot I'm a LINUX novice. I need to hav

Re: Start DB2 Connect at linux boot

2024-04-09 Thread Mark Post
Which release of SUSE? Did the DB2 Connect package come as an RPM, or in some other format? Mark Post > -Original Message- > From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU]On > Behalf Of Tom > Huegel > Sent: Tuesday, April 09, 2024 12:34 PM > To: LINUX

Re: Start DB2 Connect at linux boot

2024-04-09 Thread Angel Jara
You could do a cronjob that runs at boot. The command “crontab -e” will open the cron editor then you put in your command after the cron syntax. @reboot DB2 CONNECT command goes here Thanks, Angel Jara From: Linux on 390 Port On Behalf Of Tom Huegel Sent: Tuesday, April 9, 2024 12:34 PM To

Start DB2 Connect at linux boot

2024-04-09 Thread Tom Huegel
I'm a LINUX novice. I need to have DB2 CONNECT autostart at LINUX boot time. How do I do that? LINUX is SUSE. -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu wit

Re: DB2 Connect client, any sense in running server?

2012-06-21 Thread Tom Duerbusch
We converted from standalone client copies to DB2 Connect Server under zLinux. Reasons: 1. Cost. The standlone copy was about $450 per. The server copy for 25 Named user was around $2,250. A Named user is per user and cannot be shared. A 25 pack for concurrent users costs much more

Re: DB2 Connect client, any sense in running server?

2012-06-21 Thread Ron Foster
Thomas, We are an SAP shop. Years ago, we ran the full DB2 connect client on each SAP application server. This would be a real pail at times when DB2 maintenance came along. It was also a consumed quite a bit of disk space on the server. Also there was the matter of the configuration that

Re: DB2 Connect client, any sense in running server?

2012-06-21 Thread Marcy Cortes
On Behalf Of Tom Ambros Sent: Thursday, June 21, 2012 7:43 AM To: LINUX-390@VM.MARIST.EDU Subject: [LINUX-390] DB2 Connect client, any sense in running server? We're running the DB2 Connect client at the various distributed machines that require it. Is there any sense in running the DB2

DB2 Connect client, any sense in running server?

2012-06-21 Thread Tom Ambros
We're running the DB2 Connect client at the various distributed machines that require it. Is there any sense in running the DB2 Connect server product in a Linux on System Z guest to serve the other guests or the distributed machines removing the client from those distributed devices? I

Re: Db2 Connect Server

2011-03-01 Thread Tom Duerbusch
where do I go next? Tks Matt -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Tom Duerbusch Sent: Monday, February 28, 2011 1:51 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Db2 Connect Server When I installed DB2 Connect, I used the VNC method of i

Re: Db2 Connect Server

2011-03-01 Thread Dazzo, Matt
Matt -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Tom Duerbusch Sent: Monday, February 28, 2011 1:51 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Db2 Connect Server When I installed DB2 Connect, I used the VNC method of installing. I did a "fi

Re: Db2 Connect Server

2011-02-28 Thread Dazzo, Matt
ID Level Fix Pack Product Description - CONNECT_SERVER 9.7.0.0 0 DB2 Connect Server -Original Message

Re: Db2 Connect Server

2011-02-28 Thread Tom Duerbusch
When I installed DB2 Connect, I used the VNC method of installing. I did a "find / -name db2samp*.* from putty on my DB2 Connect Server. The file wasn't found. I don't know what was used by the install process. BTW, if you only have DB2 Connect and not DB2/UDB with it, would yo

Db2 Connect Server

2011-02-28 Thread Dazzo, Matt
I'm a zvm/Linux nubie looking for some help with DB2 Conn sever on Linux. I have it installed and I am working on the post installation tasks, trying to create the sample database but it seems the command 'db2sampl' is nowhere to be found. According to the not so good db2 install book it should

Re: DB2 Connect keeps the guest active

2010-05-11 Thread van Sleeuwen, Berry
time. Thank you all for your help. Regards, Berry. -Original Message- From: van Sleeuwen, Berry Sent: dinsdag 11 mei 2010 9:07 To: 'Linux on 390 Port' Subject: RE: DB2 Connect keeps the guest active Hi David, Thanks for this idea. No it doesn't run, but we did find som

Re: DB2 Connect keeps the guest active

2010-05-11 Thread van Sleeuwen, Berry
bject: Re: DB2 Connect keeps the guest active You might want to take a look at this variable: DB2_MIN_IDLE_RESOURCES Operating system: Linux Default: OFF, Values: OFF or ON This variable specifies that an activated database is to use minimal processing resources when it is idle. This might be usef

Re: DB2 Connect keeps the guest active

2010-05-11 Thread van Sleeuwen, Berry
ginal Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Dean, David (I/S) Sent: maandag 10 mei 2010 16:25 To: LINUX-390@VM.MARIST.EDU Subject: Re: DB2 Connect keeps the guest active Is this running? db2fmcd #DB2 Fault Monitor Coordinator Its job is to keep instances going

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Smith, Ann (ISD, IT)
We also have been having issues with servers running weblogic and db2 connect. I have asked the db2 support person to stop running db2fmcd. We are running db2 connect 9.7 fix pack 1. Does the new variable DB2_MIN_IDLE_RESOURCES pertain only to running a db2 database on linux on z? In our case

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Marcy Cortes
n 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Edmund R. MacKenty Sent: Monday, May 10, 2010 7:54 AM To: LINUX-390@vm.marist.edu Subject: Re: [LINUX-390] DB2 Connect keeps the guest active On Monday 10 May 2010 10:50, Rob van der Heij wrote: >On Mon, May 10, 2010 at 4:25 PM, Dean, David

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Edmund R. MacKenty
On Monday 10 May 2010 10:50, Rob van der Heij wrote: >On Mon, May 10, 2010 at 4:25 PM, Dean, David (I/S) wrote: >> Is this running? >> db2fmcd #DB2 Fault Monitor Coordinator >> Its job is to keep instances going > >Right, that's a common cause of trouble. It frequently gets confused >and starts t

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Rob van der Heij
On Mon, May 10, 2010 at 4:25 PM, Dean, David (I/S) wrote: > Is this running? > db2fmcd #DB2 Fault Monitor Coordinator > Its job is to keep instances going Right, that's a common cause of trouble. It frequently gets confused and starts to consume excessive amount of CPU as well. It has no function

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Marcy Cortes
David (I/S) Sent: Monday, May 10, 2010 7:25 AM To: LINUX-390@vm.marist.edu Subject: Re: [LINUX-390] DB2 Connect keeps the guest active Is this running? db2fmcd #DB2 Fault Monitor Coordinator Its job is to keep instances going IBM Link http://www-01.ibm.com/support/docview.wss?uid=swg21209001 ---

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Dean, David (I/S)
, 2010 10:12 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: DB2 Connect keeps the guest active >Are you sure you're doing the right thing there? It sounds like you've >started a database instance rather than DB2 Connect. Eh Rob, DB2 Connect fat client contains a database instance.

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Harder, Pieter
>Are you sure you're doing the right thing there? It sounds like you've >started a database instance rather than DB2 Connect. Eh Rob, DB2 Connect fat client contains a database instance. You are thinking thin client. Best regards, Pieter Harder pieter.har...@brabantwate

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Rob van der Heij
2010/5/10 van Sleeuwen, Berry : > Hello listers, > > We have (re)installed a SLES10 with DB2 connect 9.5. Our base SLES10 is > configured to drop out of queue when it is not active so these base > guests only enter Q1 at some regular intervals. But when we start DB2 it > remains

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Zach Pratt
It looks like this was introduced via Fix Pack 1 for 9.7. I could not find any reference to it in the 9.5 documentation. I too notice that our DB2 Connect 9.5 guests never become idle, even when they are not in use. Zach - Original Message - From: "Marcy Cortes" To:

Re: DB2 Connect keeps the guest active

2010-05-10 Thread Marcy Cortes
du Subject: [LINUX-390] DB2 Connect keeps the guest active Hello listers, We have (re)installed a SLES10 with DB2 connect 9.5. Our base SLES10 is configured to drop out of queue when it is not active so these base guests only enter Q1 at some regular intervals. But when we start DB2 it remains in Q3. S

DB2 Connect keeps the guest active

2010-05-10 Thread van Sleeuwen, Berry
Hello listers, We have (re)installed a SLES10 with DB2 connect 9.5. Our base SLES10 is configured to drop out of queue when it is not active so these base guests only enter Q1 at some regular intervals. But when we start DB2 it remains in Q3. So it looks like there is some process that remains

Re: WMB and DB2 Connect on z/Linux

2009-07-22 Thread Beesley, Paul
Zach and Mark, thanks very much for your input. Plenty to think about Regards Paul -Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Zach Pratt Sent: 22 July 2009 14:56 To: LINUX-390@VM.MARIST.EDU Subject: Re: WMB and DB2 Connect on z/Linux

Re: WMB and DB2 Connect on z/Linux

2009-07-22 Thread Zach Pratt
Here's what we do: Currently, we have a DB2 Connect Server (Application Server Edition v9.5) running on one of our SLES guests which we use as a gateway to each DB2 instance that we want to allow remote access to. If this is what you're interested in, I recommend reading this: ht

Re: WMB and DB2 Connect on z/Linux

2009-07-21 Thread Mark Post
>>> On 7/21/2009 at 10:11 AM, "Beesley, Paul" >>> wrote: > Hello > > We are installing WebSphere Message Broker on z/Linux to replace MQSI on > z/OS and have so far uploaded and installed WMB itself, MQ and DB2 > We believe we need to install DB2

WMB and DB2 Connect on z/Linux

2009-07-21 Thread Beesley, Paul
Hello We are installing WebSphere Message Broker on z/Linux to replace MQSI on z/OS and have so far uploaded and installed WMB itself, MQ and DB2 We believe we need to install DB2 Connect to be able to run SQL against DB2 files on the mainframe, but are confused as to what us actually required

Re: DB2 Connect and Linux on Z

2009-06-10 Thread Bruce . Lightsey
nt by: Linux on LINUX-390@VM.MARIST.EDU 390 Port cc Subject Re: DB2 Connect and Linux on Z 06/10/2009 01:08

Re: DB2 Connect and Linux on Z

2009-06-10 Thread Marcy Cortes
: Re: [LINUX-390] DB2 Connect and Linux on Z > Its a marketing deal not a technical thing. DRDA workload is ziip > eligible. Yes, but isn't that just the lookup and marshalling/demarshalling of the data?

Re: DB2 Connect and Linux on Z

2009-06-10 Thread David Boyes
> I get the Ziip question now. The DDF (DB2 distributed) type processing > for DB2 on z/OS will still use the Ziips. The data that is being sent > down to the z/Linux guest that is running DB2 Connect is going over the > HiperSockets > This processing on z/OS is still Ziip eligibl

Re: DB2 Connect and Linux on Z

2009-06-10 Thread David Boyes
> Its a marketing deal not a technical thing. DRDA workload is ziip > eligible. Yes, but isn't that just the lookup and marshalling/demarshalling of the data?

Re: DB2 Connect and Linux on Z

2009-06-10 Thread Martin, Terry R. (CMS/CTR) (CTR)
I get the Ziip question now. The DDF (DB2 distributed) type processing for DB2 on z/OS will still use the Ziips. The data that is being sent down to the z/Linux guest that is running DB2 Connect is going over the HiperSockets This processing on z/OS is still Ziip eligible. Once it hits the z/Linux

Re: DB2 Connect and Linux on Z

2009-06-10 Thread Marcy Cortes
Its a marketing deal not a technical thing. DRDA workload is ziip eligible. Marcy - Original Message - From: Linux on 390 Port To: LINUX-390@VM.MARIST.EDU Sent: Wed Jun 10 12:25:05 2009 Subject: Re: [LINUX-390] DB2 Connect and Linux on Z > We are new to the Linux world and h

Re: DB2 Connect and Linux on Z

2009-06-10 Thread Tom Duerbusch
I don't think UDB uses zIIP engines. They use IFL engines. Performance seems to be good, especially over hipersockets. Tom Duerbusch --Original Message-- From: David Boyes Sender: Linux on 390 Port To: LINUX-390@VM.MARIST.EDU ReplyTo: Linux on 390 Port Subject: Re: DB2 Connec

Re: DB2 Connect and Linux on Z

2009-06-10 Thread David Boyes
> We are new to the Linux world and have been developing Linux servers on > our Z9. We are thinking of setting up a DB2 Connect Linux on a Z server > with Hypersocket connection to out DB2 database which is on one of our > zOS lpars. Does anyone know if the performance is going to be

Re: DB2 Connect and Linux on Z

2009-06-10 Thread Bruce . Lightsey
ARIST.EDU Sent by: Linux on cc 390 Port DB2 Connect and Linux on Z 06/10/2009 09:49 AM Please respond to Linux on 390 Port We

Re: DB2 Connect and Linux on Z

2009-06-10 Thread Marcy Cortes
Db2 connect runs very well on linux on z. Hipersockets is a TCP connection so should be ziip eligible just like your solaris traffic. Marcy - Original Message - From: Linux on 390 Port To: LINUX-390@VM.MARIST.EDU Sent: Wed Jun 10 09:49:21 2009 Subject: [LINUX-390] DB2 Connect and

DB2 Connect and Linux on Z

2009-06-10 Thread James Olson (Services - 6)
We are new to the Linux world and have been developing Linux servers on our Z9. We are thinking of setting up a DB2 Connect Linux on a Z server with Hypersocket connection to out DB2 database which is on one of our zOS lpars. Does anyone know if the performance is going to be compatible to

Re: Hipersocket MTU size for DB2 Connect ?

2009-02-24 Thread Joerg Maier
Hi, For Hipersockets and SAP/db2 connect transactional workloads the default MTU of 8k is suggested. Keep in mind to change TCPRCVBUFRSIZE and TCPSENDBFRSIZE in z/OS TCPIP settings as well as net.ipv4.tcp_wmem in zLinux accordingly. For performance reasons, it is suggested to increase qeth

Re: Hipersocket MTU size for DB2 Connect ?

2009-02-23 Thread Rich Smrcina
tting up our first hipersocket connection(s) from z/VM and linux to z/OS and will primarily use this first cut for DB2 connect to talk to DB2 on z/OS. Does anyone have a guide for the MTU size? ( redbook, whitepaper, etc ) Thanks, Bruce Lightsey Mississippi Dept. of Information Technology Services

Re: Hipersocket MTU size for DB2 Connect ?

2009-02-23 Thread Mark Post
>>> On 2/23/2009 at 3:50 PM, wrote: > We are just now setting up our first hipersocket connection(s) from z/VM > and linux to z/OS and will primarily use this first cut for DB2 connect to > talk to DB2 on z/OS. Does anyone have a guide for the MTU size? ( redbook, > whitepa

Hipersocket MTU size for DB2 Connect ?

2009-02-23 Thread Bruce . Lightsey
We are just now setting up our first hipersocket connection(s) from z/VM and linux to z/OS and will primarily use this first cut for DB2 connect to talk to DB2 on z/OS. Does anyone have a guide for the MTU size? ( redbook, whitepaper, etc ) Thanks, Bruce Lightsey Mississippi Dept. of Information

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-16 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi I am still trying to track the exact cause of the issue. Mysteriously it just started to work (*!?). I will check with the DB2 Connect support person to see if he had to do something. I suspect user error!!! I will let the list know what I find out. Thanks, Terry -Original Message

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-16 Thread Martin, Terry R. (CMS/CTR) (CTR)
while connecting to DB2 Connect from z/Linux over HiperSockets On Monday, 06/16/2008 at 05:49 EDT, "Evans, Kevin R" <[EMAIL PROTECTED]> wrote: > Not sure if this is applicable or not, but on the z/OS comm. Server > side...113 can mean several things all generically known as EB

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-16 Thread Scott Rohling
unless pursuant to explicit written agreement > or government initiative expressly permitting the use of e-mail for such > purpose. > > - > > > > > "Evans, Kevin R" <[EMAIL PROTECTED]> > Sent by: Linux on 390 Port > 06/16/2008 12:13 PM > Please respond to >

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-16 Thread Richard Gasiorowski
390 Port 06/16/2008 12:13 PM Please respond to Linux on 390 Port To LINUX-390@VM.MARIST.EDU cc Subject Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets Sounds like there isn't a listener listening or maybe a firewall in the way. Kevin -Original Message--

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-16 Thread Evans, Kevin R
ng to DB2 Connect from z/Linux over HiperSockets Kevin the errno 113 #define EHOSTUNREACH113 /* No route to host */ 'Where ever you go - There you are!! ' Richard (Gaz) Gasiorowski Global Solutions & Technology Principal Lead Infrastructure Architect 845-773-9243 Work 845-3

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-16 Thread Richard Gasiorowski
PROTECTED]> Sent by: Linux on 390 Port 06/16/2008 11:52 AM Please respond to Linux on 390 Port To LINUX-390@VM.MARIST.EDU cc Subject Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets Well, that's a shame, isn't it? Oh well, learn something every day.

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-16 Thread Evans, Kevin R
Well, that's a shame, isn't it? Oh well, learn something every day. Kevin -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Alan Altmark Sent: Monday, June 16, 2008 11:32 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Error while connecting to D

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-16 Thread Alan Altmark
On Monday, 06/16/2008 at 05:49 EDT, "Evans, Kevin R" <[EMAIL PROTECTED]> wrote: > Not sure if this is applicable or not, but on the z/OS comm. Server > side...113 can mean several things all generically known as EBADF: > Socket descriptor is not in a correct range > Socket descriptor is already bei

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-16 Thread Evans, Kevin R
:09 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets Hi It looks like it is an issue with what the user is doing. Our DB2 Connect system guy had no trouble starting multiple DB2 Connect sessions. So at this point it looks like everyt

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-15 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi It looks like it is an issue with what the user is doing. Our DB2 Connect system guy had no trouble starting multiple DB2 Connect sessions. So at this point it looks like everything is looking good. Thanks for the response. BTW; you may be seeing some postings from me over the next few

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-14 Thread Alan Altmark
ive the error I mentioned. This IP (158.73.207.45) > is the IP for the DB2 subsystem that the DB2 Connect is trying to > connect to. I don't know what you mean by "they try to SH to open another connection", but my guess is that a firewall is stopping you, not liking the port numb

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-14 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Yes, I can PING the 158.73.207.45 address of this Linux guest and have actually sent data. The problem is when they try to SH to open another connection they receive the error I mentioned. This IP (158.73.207.45) is the IP for the DB2 subsystem that the DB2 Connect is trying to connect to

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-13 Thread Alan Altmark
On Friday, 06/13/2008 at 04:59 EDT, "Martin, Terry R. (CMS/CTR) (CTR)" <[EMAIL PROTECTED]> wrote: > While trying to start multiple DB2 connections we receive the following > message: > SQL30081N A communication error has been detected. Communication > protocol being used: "TCP/IP". Communicatio

Re: Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-13 Thread Scott Rohling
If I'm looking at the right error codes, 113 would indicate 'Destination host unreachable'.. Are all of these DB2 connections going to the same host? Is that 158 address in the msg the server? Is the routing for the hipersocket correct? Any indications in messages.log or the db2 logs? Not sur

Error while connecting to DB2 Connect from z/Linux over HiperSockets

2008-06-13 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi While trying to start multiple DB2 connections we receive the following message: SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "158.73.207.45". Commun

Re: Network traffic with DB2 Connect on zLinux and other Unix

2007-11-07 Thread Rodriguez, Oscar
0@VM.MARIST.EDU Subject: Network traffic with DB2 Connect on zLinux and other Unix Hy list, I have 2 students here, who are compairing different db2Connect installations. They notice an important difference in network traffic between the z/Linux installation, and a Solaris installation. The netw

Network traffic with DB2 Connect on zLinux and other Unix

2007-11-07 Thread Karel Gentens
for each datapacket, with Unix there were not that many ACKs Nbr packets MB Sent Unix 33000 41MB Linux 44000 42MB Question thus: have you an idea how we could tell DB2/Connect on z/Linux not to request an ACK for each packet? If you don't kno

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-03 Thread James Campbell
brary/techarticle/0301chong/0301chong 2.html#section3 (DB2 Version 8 Connectivity Cheat Sheet) covers it a little more clearly. James Campbell On 3 Mar 2007 at 22:20, Linux on 390 Port wrote: > Typically to do this you need to > 1) create a DB2 instance on the DB2 Connect server. Normally this

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-03 Thread David Boyes
> And if the DB/2 connect software is on the client, why not connect > directly to z/OS DB/2? Going through Linux would seem to be an > unnecessary step. I'd tend to agree, but it may be a solution to a political problem (ie, not permitting direct connections to mainframe (defining mainframe = z/O

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-03 Thread James Campbell
Typically to do this you need to 1) create a DB2 instance on the DB2 Connect server. Normally this would have been done during the installation process unless the installer had specifically skipped the step. 2) attach to the instance on the zLinusx system 3) catalog tcpip node remote

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-03 Thread Harold Grovesteen
And if the DB/2 connect software is on the client, why not connect directly to z/OS DB/2? Going through Linux would seem to be an unnecessary step. Harold Grovesteen David Boyes wrote: Trying my best to answer your question - but this is uncharted waters for me. What you want to do is forward

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-02 Thread David Boyes
> Trying my best to answer your question - but this is uncharted waters > for me. > > What you want to do is forward the DB/2 Connect ports to the z/OS DB/2 > instance, right? > No I don't think so, because isn't that what DB/2 Connect > provides. Some how I have got to get the DB/2 Connect

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-02 Thread Clark, Douglas
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of David Boyes Sent: Friday, March 02, 2007 5:12 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets > The only piece of information I h

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-02 Thread David Boyes
> 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

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-02 Thread Mark Post
y" 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 t

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-02 Thread Clark, Douglas
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post Sent: Friday, March 02, 2007 1:48 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets >>> On Thu, Mar 1, 2007 at 7:

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-02 Thread Mark Post
ain INPUT (policy ACCEPT) > target prot opt source destination > > Chain FORWARD (policy ACCEPT) > target prot opt source destination > > Chain OUTPUT (policy ACCEPT) > target prot opt source

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Clark, Douglas
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post Sent: Thursday, March 01, 2007 3:06 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets >>> On Thu, Mar 1, 2007 at 5:

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Mark Post
>>> On Thu, Mar 1, 2007 at 5:52 PM, in message <[EMAIL PROTECTED]>, "Clark, Douglas" <[EMAIL PROTECTED]> wrote: -snip- > What does "tracert - d 10.128.24.232" from the Windows system show? > F:\>tracert - d 10.128.24.232 > > Tracing route to 10.128.24.232 over a maximum of 30 hop

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Clark, Douglas
No firewalls between these machines; They are all in the "Green zone". -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of John Summerfield Sent: Thursday, March 01, 2007 2:43 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: DB2 Connect; using Linux as

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Clark, Douglas
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post Sent: Thursday, March 01, 2007 1:51 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets >>> On Thu, Mar 1, 2007 at 4:

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread John Summerfield
Mark Post wrote: On Thu, Mar 1, 2007 at 4:40 PM, in message <[EMAIL PROTECTED]>, "Clark, Douglas" <[EMAIL PROTECTED]> wrote: Here are the answers to your question. What IP addresses are you using for the two ends of the HiperSocket connection? zLinux IP Addr: 10.128.24.232 z/O

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Mark Post
>>> On Thu, Mar 1, 2007 at 4:40 PM, in message <[EMAIL PROTECTED]>, "Clark, Douglas" <[EMAIL PROTECTED]> wrote: > Here are the answers to your question. > > What IP addresses are you using for the two ends of the HiperSocket > connection? > zLinux IP Addr: 10.128.24.232 > z/OS IP Add

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Clark, Douglas
UG0 0 0 eth0 Just want to reiterate that I can communicate from the zLinux system using DB2 Connect to DB2 on z/OS. I am having trouble communicating from the XP workstation to the zLinux system to then get connectivity to the z/OS DB2 database. -Original Message- From: Li

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Clark, Douglas
I only installed DB2 Connect on the zLinux system (s390x). Currently (always subject to change at the whim of management), I have no desire to run DB2 under zLinux. What I have installed is DB2 Connect 8.2 -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf

Re: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Mark Post
>>> On Thu, Mar 1, 2007 at 1:10 PM, in message <[EMAIL PROTECTED]>, "Clark, Douglas" <[EMAIL PROTECTED]> wrote: > Trying to setup a three tier connection between a windows XP > workstation, SuSE Linux s390x in an LPAR, and DB2 on z/OS in another > LPAR. The communication between the "Linux s390x

AW: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Ferdinand Prahst
, 1. März 2007 19:10 An: LINUX-390@VM.MARIST.EDU Betreff: DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets Trying to setup a three tier connection between a windows XP workstation, SuSE Linux s390x in an LPAR, and DB2 on z/OS in another LPAR. The communication between the

DB2 Connect; using Linux as a gateway to mainframe LPAR via hipersockets

2007-03-01 Thread Clark, Douglas
Trying to setup a three tier connection between a windows XP workstation, SuSE Linux s390x in an LPAR, and DB2 on z/OS in another LPAR. The communication between the "Linux s390x LPAR" and "DB2 under z/OS" works fine via hipersockets. I can't connect via the windows XP workstation and the Linux s

Re: DB2 Connect

2005-07-26 Thread Sal Torres/SBC Inc.
Emil, We have a tool called Web Query that uses DB2 Connect. Here is an article that a colleague of mine wrote on WebQuery and DB2 Connect (long URL, 2 lines): http://www.db2mag.com/story/showArticle.jhtml;jsessionid= GVQGJJFTGIX02QSNDBCSKH0CJUMEKJVN?articleID=51200268. (some of the release

Re: DB2 Connect

2005-07-26 Thread Chan, Emil
Thanks to those who responded and shared their experience on DB2 Connect. -Emil -- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http

Re: DB2 Connect

2005-07-22 Thread David Boyes
> > David: > > this is exactly what we should consider for our environment. > > am I understanding correctly that I can run my .NET app > under zLinux? Yes, with some minor restrictions (there are some Windows-specific functions that you need to avoid, but these are unlikely to be present -- for o

Re: DB2 Connect

2005-07-22 Thread Dave Jones
McKown, John wrote: -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Dave Jones Sent: Friday, July 22, 2005 11:25 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: DB2 Connect It's a clear win-win situation for everybody. Except for Microsoft, who

Re: DB2 Connect

2005-07-22 Thread McKown, John
> -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > Behalf Of Dave Jones > Sent: Friday, July 22, 2005 11:25 AM > To: LINUX-390@VM.MARIST.EDU > Subject: Re: DB2 Connect > > It's a clear > win-win situation for everybody. E

  1   2   3   >