I ran db2ckbkp on some of our backup files and got errors:
ufAddr PoolID Token Type Offset FileSize ObjectSize OrigSize Object Name
-------- ------ ----- ---- ---------- ---------- ---------- ---------- -----------
000004CC: 0 0 10 0 16569 16569 0 "db2rhist.asc"
00004785: 0 0 11 0 262144 65536 0 "DATA.POOL.TABLE"
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 TEMPSPACE2,PoolID 3
...
Extent offset: 0
Name: /database/db2v8q1/db2v8q1/NODE0000/SQL00004/SQLT0003.0
ERROR: VerifyBufferObject - read in object type 11 at location 286597
...
Image Verification Complete - ERRORS DETECTED: 4
However I restored some databases with no problems and others had to do restore redirect. Does anyone know what those errors above are? Backup was done on v8.2 and restore on v9.5.1. Thanks