473,407 Members | 2,629 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,407 software developers and data experts.

DB2 7.x and Linux 2.6 kernel + RHEL 4

Hi,

we have a little problem with the dependencies of an application (MKS)
that we want to upgrade to a new version.

The application now runs on a Suse Linux 7.3 system with 2.4 kernel and
DB2 7.2. We want to upgrade this application to the recent version and
move it to new host. This system will be RedHat EL 4 with kernel 2.6 and
DB2 8.2.

The problem is that the old version doesn't support DB2 8.x. I thought a
backup on the old host and a restore on the new host should be sufficient,
but the support people told us, that this is not possible. They recommend
us to first install 7.2 on the new system (RHEL 4, 2.6 kernel), import the
data from the old system and then update 7.2 to 8.2. I hate this solution.

I can't find any information which distribution/kernel DB2 7.2 supports,
because 7.2 is outdated and not listet on the DB2 validation page.

Any pitfalls with 7.2 on RHEL 4 and kernel 2.6? Any ideas how to avoid
this messy upgrade path?

Thanks, Ralf


Nov 12 '05 #1
5 2508
Ralf Gross wrote:
Hi,

we have a little problem with the dependencies of an application (MKS)
that we want to upgrade to a new version.

The application now runs on a Suse Linux 7.3 system with 2.4 kernel and
DB2 7.2. We want to upgrade this application to the recent version and
move it to new host. This system will be RedHat EL 4 with kernel 2.6 and
DB2 8.2.

The problem is that the old version doesn't support DB2 8.x. I thought a
backup on the old host and a restore on the new host should be sufficient,
but the support people told us, that this is not possible. They recommend
us to first install 7.2 on the new system (RHEL 4, 2.6 kernel), import the
data from the old system and then update 7.2 to 8.2. I hate this solution.

I can't find any information which distribution/kernel DB2 7.2 supports,
because 7.2 is outdated and not listet on the DB2 validation page.

Any pitfalls with 7.2 on RHEL 4 and kernel 2.6? Any ideas how to avoid
this messy upgrade path?

Thanks, Ralf


Place to start looking is:

http://www-306.ibm.com/software/data...inux/validate/
Unfortunately V7.1 was pulled out of service in Dec 2002 (3 years ago) and V7.2
was pulled out of service in Sep, 2004 (2 years ago) - so you will find
difficult to locate historical information.

I would not give up on backup/restore path - just take a backup on existing V7.2
system - ftp backup image to new system and try to restore.

It would help if containers were all SMS containers.
Hope it helps,

Jan M. Nelken
Nov 12 '05 #2
Jan M. Nelken wrote:

we have a little problem with the dependencies of an application (MKS)
that we want to upgrade to a new version.

The application now runs on a Suse Linux 7.3 system with 2.4 kernel and
DB2 7.2. We want to upgrade this application to the recent version and
move it to new host. This system will be RedHat EL 4 with kernel 2.6
and DB2 8.2.

The problem is that the old version doesn't support DB2 8.x. I thought
a backup on the old host and a restore on the new host should be
sufficient, but the support people told us, that this is not possible.
They recommend us to first install 7.2 on the new system (RHEL 4, 2.6
kernel), import the data from the old system and then update 7.2 to
8.2. I hate this solution.

I can't find any information which distribution/kernel DB2 7.2
supports, because 7.2 is outdated and not listet on the DB2 validation
page.

Any pitfalls with 7.2 on RHEL 4 and kernel 2.6? Any ideas how to avoid
this messy upgrade path?

Thanks, Ralf
Place to start looking is:

http://www-306.ibm.com/software/data...inux/validate/


That was the first thing I checked ;)
Unfortunately V7.1 was pulled out of service in Dec 2002 (3 years ago)
and V7.2 was pulled out of service in Sep, 2004 (2 years ago) - so you
will find difficult to locate historical information.
That's one of my problems.
I would not give up on backup/restore path - just take a backup on
existing V7.2 system - ftp backup image to new system and try to
restore.
I tried the backup/restore and it worked well. The problem is the
application that uses the DB2 database. To upgrade this application,we
have to install an old version of this app (which doesn't support DB2 8.x)
on the new host and then migrate to the recent release.
It would help if containers were all SMS containers.


I have no idea about the database structure, how can I check this?

Ralf
Nov 12 '05 #3
Ralf Gross wrote:
I have no idea about the database structure, how can I check this?

Ralf


db2 connect to sample

Database Connection Information

Database server = DB2/NT 8.2.3
SQL authorization ID = DB2ADMIN
Local database alias = SAMPLE
db2 list tablespaces

Tablespaces for Current Database

Tablespace ID = 0
Name = SYSCATSPACE
Type = System managed space
Contents = Any data
State = 0x0000
Detailed explanation:
Normal

Tablespace ID = 1
Name = TEMPSPACE1
Type = System managed space
Contents = System Temporary data
State = 0x0000
Detailed explanation:
Normal

Tablespace ID = 2
Name = USERSPACE1
Type = System managed space
Contents = Any data
State = 0x0000
Detailed explanation:
Normal

Tablespace ID = 3
Name = SYSTOOLSPACE
Type = System managed space
Contents = Any data
State = 0x0000
Detailed explanation:
Normal
db2 list tablespace containers for 0

Tablespace Containers for Tablespace 0

Container ID = 0
Name = D:\DB2\NODE0000\SQL00002\SQLT0000.0
Type = Path

db2 list tablespace containers for 1

Tablespace Containers for Tablespace 1

Container ID = 0
Name = D:\DB2\NODE0000\SQL00002\SQLT0001.0
Type = Path

db2 list tablespace containers for 2

Tablespace Containers for Tablespace 2

Container ID = 0
Name = D:\DB2\NODE0000\SQL00002\SQLT0002.0
Type = Path

db2 list tablespace containers for 3

Tablespace Containers for Tablespace 3

Container ID = 0
Name = D:\DB2\NODE0000\SQL00002\SYSTOOLSPACE
Type = Path
Rest is documented in online documentation available at:

http://publib.boulder.ibm.com/infoce...help/index.jsp

Nov 12 '05 #4
Jan M. Nelken wrote:
Ralf Gross wrote:
I have no idea about the database structure, how can I check this?
db2 connect to sample
[...]


This basically looks the same here.

Tablespace ID 0...3
Type = System managed space
Rest is documented in online documentation available at:

http://publib.boulder.ibm.com/infoce...help/index.jsp


I'm not quite sure how importent for the upgrade this will be.

| It would help if containers were all SMS containers.

Maybe I should contact the support of the application again. But they are
not very experienced with DB2 either...

Ralf
Nov 12 '05 #5
Ralf Gross wrote:

Maybe I should contact the support of the application again. But they are
not very experienced with DB2 either...

Ralf


Another idea you may want to consider is to use VMWARE under RHEL 4. Just create
a VM running Suse 7.3 - install DB2 V7.2 in VM and DB2 V8.2 in RHEL 4....With a
private networking both DB2 can "see" each other ...

Jan M. Nelken
Nov 12 '05 #6

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

Similar topics

34
by: Maboroshi | last post by:
Hello My question has to do with python and linux - I was interested in finding out what it would take to reimplement the Linux Kernel in python basically just taking the source code from linux...
3
by: Steven T. Hatton | last post by:
http://netlab.ru.is/exception/LinuxCXX.shtml We have implemented a complete kernel level run-time support for C++ in the Linux kernel. In particular our run-time support enables the full use of...
9
by: nan.li.g | last post by:
Hello, all, I have an interesting problem about stl map and pthread on Linux and g++. The source code is as follows. //mt_map_test.cpp #include <string> #include <map> #include <unistd.h>...
3
by: Alex | last post by:
Hi all, I'm looking for some advice on how best to implement storage of access logs into a db/2 8.1.4 database running on a RH 7.2 system. I have 5 (squid) web caches running here that...
10
by: Stijn Vansummeren | last post by:
Hello, I'm having trouble running IBM DB2 under Red Hat Linux 9.0. More specifically, the IBM JDK 1.3.1 (needed for UDF's and the graphical installer) crashes. After some googling I tracked the...
23
by: Rudolf Bargholz | last post by:
Hi, I have a ralatively simple SQL: select FK from TABLE where upper(A) like 'B%' and upper(C) like 'D%' We have DB2 UDB v7.1 FP 12 installed on Linux and on Windows 2003 On Linux using...
3
by: Harold Pritchett | last post by:
Will FixPak 10 for db2 UDB work on Redhat Enterprise Linux V3? The IBM site says that FixPak 10 is only available for the 2.6 kernel. ...
2
by: zhicheng wang | last post by:
Dear all i have a dedicated server mainly running postgresql, currently rh-posgtresql-7.3.6.7 (and samba, ypbind etc). The server is a dual processor machine and the OS is RHEL AS 3. I am...
6
by: RC | last post by:
The Subject says its all. We can only get RPM PHP 4, but can't find PHP 5.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.