If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Problems on moving db2 dump file generated at Solaris and moved to AIX machine

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-12-07, 03:42
srik_babu srik_babu is offline
Registered User
 
Join Date: Feb 2007
Posts: 3
Problems on moving db2 dump file generated at Solaris and moved to AIX machine

Hi,

I am having DB2 running on Solaris machine.
IJust want to know If I generate a DB2 dump file and If I try to import it on DB2 same version running on AIX machine will there be any issues ( because of change in operating system ) ?

Please let me know any known issues on this and possible errors and problems on doing this.

Thanks
Srikanth.
Reply With Quote
  #2 (permalink)  
Old 02-12-07, 05:21
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
cant say for sure but i think ixf format will help.
or u can export table with specifing Codepage value.

i assume that by dump files u mean exported file after export on a table
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
Reply With Quote
  #3 (permalink)  
Old 02-12-07, 05:36
srik_babu srik_babu is offline
Registered User
 
Join Date: Feb 2007
Posts: 3
Hi Rahul,

Thanks for the response.
Its not actually export of single table, what I meant for dump is "whole database" for a DB instance includes everything on that instance.
As you mention it can be ixf format but it will contains whole DB ( Tables with data, Triggeres, Sequences, Constraints , Functions and procedures etc....).

Thanks
Srikanth K.
Reply With Quote
  #4 (permalink)  
Old 02-12-07, 05:44
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
db2move is the utility u are looking for
http://www-128.ibm.com/developerwork...nyk/index.html
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
Reply With Quote
  #5 (permalink)  
Old 02-12-07, 05:59
srik_babu srik_babu is offline
Registered User
 
Join Date: Feb 2007
Posts: 3
Thanks Rahul. This is what I am looking.
Reply With Quote
  #6 (permalink)  
Old 02-12-07, 08:17
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
You are talking about backups and not dumps? A dump is written be DB2 if the instance should happen to crash, for example.

With DB2 V9 you can move backups pretty much between platforms. There is a restriction that source and target platforms must have the same endianess.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #7 (permalink)  
Old 02-12-07, 09:10
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
You can backup a DB2 database on Sparc Solaris and restore on AIX, since they are both Big Endian bit order. This is true for V8 or V9.

Please do not call it a dump, since it is done with the DB2 backup command. Do not try to move the file systems using UNIX utilities, etc.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On