TSM 5.3.3 database restore

aspankj

Active Newcomer
Joined
Jan 19, 2015
Messages
9
Reaction score
0
Points
0
Hello experts
Regarding my problem with database (https://adsm.org/forum/index.php?threads/tsm-5-3-3-dsmserv-segmentation-fault-aix.29835/#post-124111) i decided to restore old database from 09/2014
But when i want to restore database from tape i get segmentatio fault , again :(
My volhist file : i would like to restore db to date 24/09/2014
2014/08/27 11:50:30 STGNEW 0 0 0 DC_LTO1 000058
2014/09/17 09:24:54 STGNEW 0 0 0 DC_LTO1 000056
2014/09/24 05:32:33 STGNEW 0 0 0 DC_LTO1 000057
2015/02/03 04:15:30 BACKUPFULL 5075 0 1 DC_FILE1 /tsm1/data/22933330.DBB
2015/02/03 04:15:30 BACKUPFULL 5075 0 2 DC_FILE1 /tsm1/data/22933461.DBB
2015/02/03 04:15:30 BACKUPFULL 5075 0 3 DC_FILE1 /tsm1/data/22933489.DBB
2015/02/03 04:15:30 BACKUPFULL 5075 0 4 DC_FILE1 /tsm1/data/22933504.DBB

But when i tried to restore database i get error & seg fault
dsmserv restore db devclass=DC_LTO1 volumenames=000057 commit=yes
ANR0900I Processing options file dsmserv.opt.
ANR4726I The ICC support module has been loaded.
ANR8200I TCP/IP driver ready for connection with clients on port 1500.
ANR0200I Recovery log assigned capacity is 308 megabytes.
ANR0201I Database assigned capacity is 14144 megabytes.
ANR4621I Database backup device class DC_LTO1.
ANR4622I Volume 1: 000057.
ANR4630I Starting point-in-time database restore (commit).
ANR0300I Recovery log format started; assigned capacity 308 megabytes.
ANR0301I Recovery log format in progress; 4 megabytes of 308.
ANR0301I Recovery log format in progress; 8 megabytes of 308.
ANR0301I Recovery log format in progress; 12 megabytes of 308.
ANR0303I Format rate: 2184.0 pages/second.
ANR0304I Page service time: 0.5 ms.
ANR0305I Recovery log format complete.
ANR8337I LTO volume 000057 mounted in drive LTO_DRV1 (/dev/rmt0).
ANR1368W Input volume 000057 contains sequence number 1397048914; volume
sequence number 1 is required.
ANR9999D Mutex acquisition failure, errno=22; thread 1 (tid 0).
ANR7838S Server operation terminated.
0x0000000100010510 pkAbort
0x000000010000d494 TrapSyncError
0x000000010000dea0 pkAcquireMutex
0x00000001006a9970 IcCopyEnd
0x00000001002ccc10 IcRestoreDbData
0x00000001002c966c icRestoreOneImageCopy
0x00000001006fb3c4 AdmRestoreDb
0x0000000100215f04 admRestoreDatabase
0x000000010000505c RestoreDb
0x0000000100002eb8 main
ANR7833S Server thread 1 terminated in response to program abort.
ANR7833S Server thread 2 terminated in response to program abort.
ANR7833S Server thread 3 terminated in response to program abort.
I tried to find answer on forum, documentation, but i didn't find any answer.
Do you have any idea please ?
Thanks a lot
 
Hi,

well - I have seen this error before
ANR1368W Input volume 000057 contains sequence number 1397048914; volume sequence number 1 is required.

In my case it happened when I tried to restore TSM DB backed up on AIX to Linux - at that time my conclusion was Big vs Little Endian problem.
If you are sure the backup is from this very system, I would check device driver levels (plus IBM tape driver vs TSM device driver).

No other help here :(

Harry
 
Back
Top