472,338 Members | 1,636 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Question about database migration from UDB 7.1 to 8.2 (FP3) on HP-UX

Hi! I need to migrate a UDB 7.1 32-bit database on one HP-UX system to
a 8.3 (FP3) 64-bit database on a new HP-UX system.

I found this newsgroup post which indicates this not possible using
backup/restore utilities:

http://groups.google.com/group/comp....5f06f1c877dca2

Is this still the case with UDB 8.2? I can't backup the database in
UDB 7.1 and restore it in UDB 8.2?

Thanks!

Peace...

Jan 9 '06 #1
7 1541
RV
Hi tommy,

If at all ur 32 bit Database is of version 8 then only u can do like
that (using backup and restore).

You can migrate ur Database by using the db2look and db2move utility
ie.. the method of regenereating the DDL and then u can create in ur
migrated database. then u can load the data using db2move utility.

RV

Jan 10 '06 #2
Basically you will do this:

1 - Take an offline backup of your v7 database
2 - Create a 32 bit instance on your v8
3 - Restore the offline backup into the v8 database
4 - Update your instance to 64bit (db2iupdt -w 64 instance_name)
5 - Reorg all indexes with the convert option (this will convert all
the old indexes from type1 to type2).

You cannot use an online backup because the logs are not compatible
between v7 and v8, and you cannot restore directly to a 64bit instance,
you have to restore to a 32 bit then update it.

Make sure you convert the indexes to type-2 so you can take advantage
of the performance features of type-2

Good luck,

Leo

Jan 10 '06 #3
to*******@gmail.com wrote:
Hi! I need to migrate a UDB 7.1 32-bit database on one HP-UX system to
a 8.3 (FP3) 64-bit database on a new HP-UX system.

I found this newsgroup post which indicates this not possible using
backup/restore utilities:

http://groups.google.com/group/comp....5f06f1c877dca2
Is this still the case with UDB 8.2? I can't backup the database in
UDB 7.1 and restore it in UDB 8.2?

Thanks!


Thanks for the link to the old thread. That comes in very handy when trying
to figure out what the question is ;-)

The way to migrate your v7 database to v8 is to keep the bits the same. The
best way to do this, I think, is to change your v8 instance to 32-bit (use
db2iupdt with the "-w 32" flag), restore the database, then convert your v8
instance back to 64-bit (using db2iupdt with the "-w 64" flag).

I would imagine that if you wanted to do all this without taking down your
existing 64-bit instance, you probably could create a new 32-bit instance,
restore, optionally convert that instance to 64-bit, backup again (the new
backup will be a v8 backup which is not dependant on wordsize), and then
restore that to your production instance.

Hope that helps.
Jan 10 '06 #4
Thanks for the help, guys!

Peace...

Tom

Jan 11 '06 #5
One more quick question, if I have an application that updates the DB2
database will I need to relink that application once the database is
migrated to the 64-bit DB2 V8.2 instance? The application was updating
the 32-bit DB2 V7 database.

Thanks!

Peace....

Jan 13 '06 #6
You will need the version 8 runtime client installed on the application
server.

The runtime client should keep your old catalog intact, so you may not
have to re-catalog your database on the application server

Jan 13 '06 #7
Thanks for the info. I found another thread in this newsgroup that
addressed the issue I asked about above and found this technote:

http://www-1.ibm.com/support/docview...=utf-8&lang=en

That technote contains all the info I need so I think I'm set (at least
until I get to thep point of actually trying it out. :)).

These threads were very helpful:

http://groups.google.com/group/comp....eedc4f1e8eb291
http://groups.google.com/group/comp....62804cfdcf4e1b

Thanks again for the help!

Peace...

Jan 13 '06 #8

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

Similar topics

7
by: J Goldman | last post by:
I'm looking for documentation pointers to learn what I need to put together a distributed database system. I've read through "Oracle 9i Database...
4
by: cwhite | last post by:
Hi I have another drop list question. I have a table like this: computer dell computer ibm computer hp
0
by: Patrick Finnegan | last post by:
Running UDB V7 FP10a and 8.1 .4 on Windows 2000. Did full offline backups of three V7 databases. Restored two databases to V8 instance...
12
by: Jean-Marc Blaise | last post by:
Dear all, Can we use the FP4a 32 bit version for Aix 4.3.3 on an AIX 5 32 bit system ? The pb is the size of AIX5 FP4a exceeds now the size of a...
11
by: Jep | last post by:
Any help or advice appreciated. We have just installed and configured a new DB2 v.8.1 with latest FixPack. Just a few days later it dies and now...
7
by: Dave | last post by:
We are trying to migrate a MS SQL server app to DB2 8.1 Linux platform. Our database has got about 300+tables with total size - 150 GB We are...
7
by: Harry Boswell | last post by:
I'm needing to connect to this DB2 database from Oracle, and when I try to connect, I get a message saying I'm using a UDB 8 client against a UDB...
5
by: banyanhost | last post by:
Hello: I have a question regarding my copy of DB2 Enterprise Edition 7.1 My business acquires used software fairly often. And we came across a...
4
by: Collin Peters | last post by:
I have searched the Internet... but haven't found much relating to this. I am wondering on what the best practices are for migrating a...
0
by: dunleav1 | last post by:
How can I be sure that DB2_LINUXAIO is working properly in DB 9 FP3? The parameter db2_linuxaio was depreciated from the base version to FP3 and my...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...

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.