473,738 Members | 2,645 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DB2 cross-platform RESTORE, tools for backup transformation?

Dear DB2 experts!

I'm stuck with the following issue: from a customer I got a DB2 backup
file, created on an AIX-32 machine that I cannot restore on my windows
platform. I admit that I posses only limited knowledge on the
administration side of DB2, but I have done a lot of research, without
solving the problem.

What I tried:
For a regular RESTORE I would need a linux Big Endian machine
(according to the documentation there are three platform type that
cannot interoperate regarding backup/restore: Linux Big Endian, Linux
Little Endian and Windows) Unfortunatly I do not have a Linux Big
Endian machine at my disposal.
I already tried installing DB2 on kubuntu linux on an iBook G4 (which
has Power PC i.e. Big Endian architecture), but it did not work out (I
was told that the platform was incompatible with the installation
package). Maybe I was being naive trying this, but I understood that
DB2 works on Power PCs.

Is there a way to convert the backup file in a way that it can be
restored on the windows platform? Or is there maybe no solution?

I would be really grateful for advice!

Yours,
Markus

Sep 7 '06 #1
2 5576
In article <11************ *********@e3g20 00cwe.googlegro ups.com>,
ma**********@he imspiel.de says...
Dear DB2 experts!

I'm stuck with the following issue: from a customer I got a DB2 backup
file, created on an AIX-32 machine that I cannot restore on my windows
platform. I admit that I posses only limited knowledge on the
administration side of DB2, but I have done a lot of research, without
solving the problem.

What I tried:
For a regular RESTORE I would need a linux Big Endian machine
(according to the documentation there are three platform type that
cannot interoperate regarding backup/restore: Linux Big Endian, Linux
Little Endian and Windows) Unfortunatly I do not have a Linux Big
Endian machine at my disposal.
I already tried installing DB2 on kubuntu linux on an iBook G4 (which
has Power PC i.e. Big Endian architecture), but it did not work out (I
was told that the platform was incompatible with the installation
package). Maybe I was being naive trying this, but I understood that
DB2 works on Power PCs.

Is there a way to convert the backup file in a way that it can be
restored on the windows platform? Or is there maybe no solution?

I would be really grateful for advice!
Cross platform restore is not supported between AIX and Windows so you
can't use this backup file. Check the article at the wrapped link below

http://www-128.ibm.com/developerwork...echarticle/dm-
0403melnyk/index.html

to find out what needs to be done.
Sep 7 '06 #2
Only backup and restore were supported between unix.

For Cross platform. The possible way is work with db2look and db2move.

help this is helpful

Arthurccc

Gert van der Kooij wrote:
In article <11************ *********@e3g20 00cwe.googlegro ups.com>,
ma**********@he imspiel.de says...
Dear DB2 experts!

I'm stuck with the following issue: from a customer I got a DB2 backup
file, created on an AIX-32 machine that I cannot restore on my windows
platform. I admit that I posses only limited knowledge on the
administration side of DB2, but I have done a lot of research, without
solving the problem.

What I tried:
For a regular RESTORE I would need a linux Big Endian machine
(according to the documentation there are three platform type that
cannot interoperate regarding backup/restore: Linux Big Endian, Linux
Little Endian and Windows) Unfortunatly I do not have a Linux Big
Endian machine at my disposal.
I already tried installing DB2 on kubuntu linux on an iBook G4 (which
has Power PC i.e. Big Endian architecture), but it did not work out (I
was told that the platform was incompatible with the installation
package). Maybe I was being naive trying this, but I understood that
DB2 works on Power PCs.

Is there a way to convert the backup file in a way that it can be
restored on the windows platform? Or is there maybe no solution?

I would be really grateful for advice!

Cross platform restore is not supported between AIX and Windows so you
can't use this backup file. Check the article at the wrapped link below

http://www-128.ibm.com/developerwork...echarticle/dm-
0403melnyk/index.html

to find out what needs to be done.
Sep 7 '06 #3

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

Similar topics

12
3877
by: * ProteanThread * | last post by:
but depends upon the clique: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=954drf%24oca%241%40agate.berkeley.edu&rnum=2&prev=/groups%3Fq%3D%2522cross%2Bposting%2Bversus%2Bmulti%2Bposting%2522%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3Den ...
3
3114
by: rollasoc | last post by:
Hi, Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app). Did a bit of testing. Loaded a previously saved file. A gray box appeared with the text and buttons all white rectangles with a big red cross in it. Pressed a button (the one I thought might be ok). My file appeared to load. Then when I clicked on any button on my form, the button was replaced with a white rectangle with a big red cross in it.
4
5582
by: David Peach | last post by:
Hello, hope somebody here can help me... I have a query that lists defects recorded in a user defined date range. That query is then used as the source for a Cross Tab query that cross-tabs count of defect type by calendar month. Defect types are stored in one table, defect transactions in another along with date etc. When I cross-tab the results, defect types that have no defects recorded against them appear as a blank (null) value. That...
23
6541
by: Jeff Rodriguez | last post by:
Here's what I want do: Have a main daemon which starts up several threads in a Boss-Queue structure. From those threads, I want them all to sit and watch a queue. Once an entry goes into the queue, grab it and run a system command. Now I want to make sure that system command doesn't hang forever, so I need some way to kill the command and have the worker thread go back to work waiting for another queue entry.
7
3913
by: Scott M. | last post by:
How can I disable the cross-site scripting check for one particular page of a site?
8
4855
by: Pieter | last post by:
Hi, I'm having some weird problem using the BackGroundWorker in an Outlook (2003) Add-In, with VB.NET 2005: I'm using the BackGroundWorker to get the info of some mailitems, and after each item I want to raise the ProgressChanged-event to update the DataGridView. It works fine when only one Progresschanged is fired, but at the second, third, fopurth etc it raises everytile a 'Cross-thread operation not valid"-exception on lmy...
1
2764
by: Rob Woodworth | last post by:
Hi, I'm having serious problems getting my report to work. I need to generate a timesheet report which will contain info for one employee between certain dates (one week's worth of dates). I have a table containing records for each job done, the records contain date, employee name, job done (a code representing the type of job), cost code (another code), regular hours, and overtime hours. The tricky part is that more than one job can...
6
8632
by: Simon | last post by:
Hi All, An experiment i'm doing requires requires a synchronous cross-domain request, without using a proxy. I wondered if anyone had any ideas to help me achieve this. Below is what I have tried, including my conclusions/assumptions (which i'll happily be corrected on if it solves my problem!): The requirement not to use a proxy means I can't use the synchronous
6
5481
by: Bart Van der Donck | last post by:
Hello, I'm presenting my new library 'AJAX Cross Domain' - a javascript extension that allows to perform cross-domain AJAX requests. http://www.ajax-cross-domain.com/ Any comments or suggestions are welcome. --
6
3988
by: ampo | last post by:
Hello. Can anyone help with cross-domain problem? I have HTML page from server1 that send xmlHTTPRequest to server2. How can I do it? Thanks.
0
8968
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9473
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9334
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8208
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6750
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4569
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4824
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.