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 > db2 consistency check failed for v8 backup in v9

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-16-09, 01:11
sanjai sanjai is offline
Registered User
 
Join Date: Jan 2007
Posts: 33
db2 consistency check failed for v8 backup in v9

hi,

I am trying to restore a db2 v8 backup image on db2 v9.5. It is failing on consistency check.

consistency check is ok on db2 v8. but the same image i have copied and check in v9.5. it is failed.

[1] Buffers processed: #ERROR: Tablespace container list checksum error detected against tablespace SYSCATSPACE,PoolID 0
ERROR: Tablespace container list checksum error detected against tablespace TEMPSPACE1,PoolID 1
ERROR: Tablespace container list checksum error detected against tablespace USERSPACE1,PoolID 2
ERROR: Tablespace container list checksum error detected against tablespace SYSTOOLSPACE,PoolID 4


v8.2, aix 5.1

v9.5 aix 5.1


do i need to use any other lib files

ex:
db2ckbkp -cl <lib path >


pls advice.

sanjai
Reply With Quote
  #2 (permalink)  
Old 02-16-09, 05:15
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
AFAIK, if 8.2 db2ckbkp is successful, then it OK ...

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 02-16-09, 05:29
sanjai sanjai is offline
Registered User
 
Join Date: Jan 2007
Posts: 33
Dear Sathya,

Thanks for your reponse. Is there any other way, that we can check the consistency of the v8.2 backup in v9.5.

because we may be completely migrating to v9.5. In case if we want to check any 8.2 backup consistency for restoration, which option we need to use.

ex: db2ckbkp -cl <libpath>

kindly advice

sanjai
Reply With Quote
  #4 (permalink)  
Old 02-17-09, 07:12
nick.ncs nick.ncs is offline
Registered User
 
Join Date: May 2007
Location: somewhere in dbforums
Posts: 221
As a quick fix procedure you can try the following steps -

-Migrate all ddl's using db2look command
-Migrate the data using db2move command

Though I would be much interested in the solution for the backup & restore option
__________________
IBM Certified Database Associate, DB2 9 for LUW
Reply With Quote
  #5 (permalink)  
Old 02-17-09, 09:28
MarkhamDBA MarkhamDBA is offline
Registered User
 
Join Date: Dec 2008
Location: Toronto, Canada
Posts: 381
I had same problem last week - had a db backuped in v8.2. Before restoring in v9.5 I decided to do backup check and found those errors. I was told to not to worry abt it as long as restore works. So I did the restore in v9.5 and it worked fine.
__________________
DB2 v9.5 ESE on AIX v6.1/ v9./10 on z/OS
Reply With Quote
  #6 (permalink)  
Old 02-17-09, 09:38
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
The backup formats and contents might change over time. db2ckp understands only the current version. That's why you cannot use 9.5's db2ckp with 8.2 backup

Cheers
Sathy
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
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