473,396 Members | 2,115 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

9.5 LUW, pointers on running 32 bit client against 64 bit server?


I'm trying to read up on the possibility to migrate a db2 V9.5 server
to 64 bit, and continue running 32 bit application servers (via db2
runtime client, or otherwise). Does anyone have links to this kind of
information? I've google around a bit, and searched the db2 docs
without much success so far? Is it at all possible, what restrictions
apply for such a setup, etc is the kind of questions I would like to
find info about.

Thanx in advance
/Lennart

Oct 22 '08 #1
6 3287
Lennart,

We ran into those problems with our V8.2 servers. What we do is create a
32-bit instance to act as a proxy for the 32-bit clients and point all
traffic through to the 64-bit instance from this.

Been doing this with both AIX and Solaris at V8.2 level.

Here's an example of what we do ... db264 (port 50064) is the 64 bit
instance, db232 (port 50032) is the 32-bit instance) -

On db232 -

CATALOG TCPIP NODE DB264 REMOTE hostname SERVER 50064;
CATALOG DATABASE DB1 AT NODE DB264;

The 32-bit clients can then connect to DB1 on port 50032 but the database
will actually be on the 64-bit instance.

We've had to do this for three reasons -

WAS4 : old Type 2 Java drivers (32-bit client only)
32-bit Windows V6.1 clients
TSM is either 32-bit or 64-bit (not both) so can't have a 64-bit V9.5 and
32-bit V8.2 on same box and back up both using TSM

HTH

Phil Nelson
(te*****@scotdb.com)
Lennart wrote:
>
I'm trying to read up on the possibility to migrate a db2 V9.5 server
to 64 bit, and continue running 32 bit application servers (via db2
runtime client, or otherwise). Does anyone have links to this kind of
information? I've google around a bit, and searched the db2 docs
without much success so far? Is it at all possible, what restrictions
apply for such a setup, etc is the kind of questions I would like to
find info about.

Thanx in advance
/Lennart
Oct 22 '08 #2
On Oct 23, 1:10*am, Philip Nelson <team...@scotdb.comwrote:
Lennart,

We ran into those problems with our V8.2 servers. * What we do is create a
32-bit instance to act as a proxy for the 32-bit clients and point all
traffic through to the 64-bit instance from this. *
Hi Philip and thanks for the info, much appreciated.

[...]
We've had to do this for three reasons -

WAS4 : old Type 2 Java drivers (32-bit client only)
In your opinion, would it have made a difference if you had used type
4 driver instead?

Regards
/Lennart

[...]
Oct 23 '08 #3
Lennart wrote:
I'm trying to read up on the possibility to migrate a db2 V9.5 server
to 64 bit, and continue running 32 bit application servers (via db2
runtime client, or otherwise). Does anyone have links to this kind of
information? I've google around a bit, and searched the db2 docs
without much success so far? Is it at all possible, what restrictions
apply for such a setup, etc is the kind of questions I would like to
find info about.
In DB2 9, DB2 switched from having 32- and 64-bit instances to having
instances that were both 32- and 64-bit at the same time. There should be
documentation in the DB2 9 and 9.5 information centers on running 32-bit
applications in the new instances.
Oct 23 '08 #4
On Oct 22, 10:08*am, Lennart <Erik.Lennart.Jons...@gmail.comwrote:
I'm trying to read up on the possibility to migrate a db2 V9.5 server
to 64 bit, and continue running 32 bit application servers (via db2
runtime client, or otherwise). Does anyone have links to this kind of
information? I've google around a bit, and searched the db2 docs
without much success so far? Is it at all possible, what restrictions
apply for such a setup, etc is the kind of questions I would like to
find info about.

Thanx in advance
/Lennart
Hi Lennart,

There are no restrictions on 32-bit Version clients connecting to 64-
bit Version 9.5 data servers. Refer to the connectivity support table
in this topic for details:
http://publib.boulder.ibm.com/infoce.../c0022579.html

If you are running the 32-bit application server on the same computer
as db2 server, then you need to make sure that you manage the changes
to support 32-bit applications on the 64-bit Version 9.5 data
servers. Refer to these topics for details:
http://publib.boulder.ibm.com/infoce.../c0022266.html
http://publib.boulder.ibm.com/infoce.../c0023412.html
http://publib.boulder.ibm.com/infoce.../t0023449.html

Now, when you said that you did not find anything in the db2 docs I am
wondering where did you search. I did a search on "32-bit" in the db2
information center search and some of these topics come up in the
first 10 hits. If you narrow the scope to Database fundamentals>
Migrating then you get all the topics in the first 5 hits...

Let me know,

Amyris.
Oct 23 '08 #5
On Oct 23, 4:04*pm, Darin McBride
<dmcbr...@naboo.to.org.no.spam.for.mewrote:
Lennart wrote:
I'm trying to read up on the possibility to migrate a db2 V9.5 server
to 64 bit, and continue running 32 bit application servers (via db2
runtime client, or otherwise). Does anyone have links to this kind of
information? I've google around a bit, and searched the db2 docs
without much success so far? Is it at all possible, what restrictions
apply for such a setup, etc is the kind of questions I would like to
find info about.

In DB2 9, DB2 switched from having 32- and 64-bit instances to having
instances that were both 32- and 64-bit at the same time. *There shouldbe
documentation in the DB2 9 and 9.5 information centers on running 32-bit
applications in the new instances.
Thanks
/Lennart
Oct 23 '08 #6
On Oct 23, 4:03*pm, ar...@ca.ibm.com wrote:
[...]
Hi Lennart,

There are no restrictions on 32-bit Version clients connecting to 64-
bit Version 9.5 data servers. Refer to the connectivity support table
in this topic for details:http://publib.boulder.ibm.com/infoce...pic/com.ibm.db...
Excellent, exactly what I was looking for.
If you are running the 32-bit application server on the same computer
as db2 server, then you need to make sure that you manage the changes
to support 32-bit applications on the 64-bit *Version 9.5 data
servers.
I don't think this will be the case but thanks for the information
anyhow.

[...]
Now, when you said that you did not find anything in the db2 docs I am
wondering where did you search. I did a search on "32-bit" in the db2
information center search and some of these topics come up in the
first 10 hits. If you narrow the scope to Database fundamentals>
Migrating then you get all the topics in the first 5 hits...
To avoid any misunderstanding, I didn't whine about the documentation.
I can't exactly recall my search term, but I think it was something
like "32 bit client 64 bit server". I opened a couple of topics but
didn't find what I was looking for. Since I'm rather busy at the
moment I hoped that someone in here could point me in the right
direction.

If I where to whine about something it would be the new license, I
spent the last two days figuring out when we started using which
feature in V8 and what additional license things we need to
purchase ... ;-)
/Lennart

[...]
Oct 23 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Glauco | last post by:
I'm trying to use SOAPpy 0.10.1 for a client but is difficult to handle easly Is this library in use or i'm using an OLD death library ? I'm alone in find a lot of problem in a SOAP Client ?...
4
by: Gary | last post by:
I am having a problem executing long running queries from an ASP application which connects to SQL Server 2000. Basically, I have batches of queries that are run using ADO in a loop written in...
3
by: Jan-Henrik Grobe | last post by:
Hallo, I am coming to this newsgroup with a very strange Problem. I have two c++ files A.cpp and B.cpp....In A.cpp I am creating an openGL window and in B.cpp I have stored the callback...
5
by: cdlipfert | last post by:
Our intranet is running under windows integrated security. We have domain users that want to access our intranet site via ssl vpn. SSL VPN can not authenticate against services that run under...
5
by: steve_barker333 | last post by:
Hi guys! I found a great article a while ago about how to write client side C#. Sadly, I can't find it again now, but here's the jist of what I learnt to do: 1. Write a C# (or any .NET...
21
by: Jim | last post by:
I am trying to write an HTTP/HTTPS proxy server in VB.Net 2005. But, I don't really even know how the internal workings of a proxy should act. Does anyone have anything on the protocols used in...
4
by: Jeremy S. | last post by:
We're in the process of writing a new Windows Forms app and the desktop support folks want for it to be run from a network share. I know it's possible (i.e., just have the framework on the clients...
92
by: Jim Langston | last post by:
Someone made the statement in a newsgroup that most C++ programmers use smart pointers. His actual phrase was "most of us" but I really don't think that most C++ programmers use smart pointers,...
1
by: David Greenberg | last post by:
Hi We're using SqlServer 2000. I want to run a DTS using the DTSRUN command. The commmand is inside a ".bat" file which my application is running from an SQL client. No matter how I run it...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.