Re: SLES9 DB2 Restore Problem with 3590 tapes

2006-04-10 Thread Jose Raul Baron
@VM.MARIST.EDU Asunto: Re: SLES9 DB2 Restore Problem with 3590 tapes On Thu, 6 Apr 2006 22:15:19 -0400 Neale Ferguson [EMAIL PROTECTED] wrote: It's not the tape error per se but the code in the kernel. X'' will give you an operation exception and the kernel will throw up its hands and give

Re: SLES9 DB2 Restore Problem with 3590 tapes

2006-04-07 Thread Cornelia Huck
On Thu, 6 Apr 2006 22:15:19 -0400 Neale Ferguson [EMAIL PROTECTED] wrote: It's not the tape error per se but the code in the kernel. X'' will give you an operation exception and the kernel will throw up its hands and give up. That's the expected behaviour since the code threw a BUG(),

Re: SLES9 DB2 Restore Problem with 3590 tapes

2006-04-07 Thread Heiko Carstens
On Thu, Apr 06, 2006 at 11:15:19PM -0400, Neale Ferguson wrote: From the console log: Krnl Code: 00 00 b9 04 00 2b b9 04 00 3c c0 e5 ff ff e9 61 e3 30 b1 18 It's not the tape error per se but the code in the kernel. X'' will give you an operation exception and the kernel will throw up

Re: SLES9 DB2 Restore Problem with 3590 tapes

2006-04-07 Thread Stefan Bader
The cause for the crash was the BUG() statement in ll_rw_blk.c (if you have the sources installed you could look there what was the problem there). Seems something in the tape block device didn't go too well. But first of all. Is it really intentional to use the block device at all? Why not

Re: SLES9 DB2 Restore Problem with 3590 tapes

2006-04-07 Thread Michael Holzheu
Raul Baron [EMAIL PROTECTED] Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU 07.04.2006 00:39 Please respond to Linux on 390 Port LINUX-390@VM.MARIST.EDU To LINUX-390@VM.MARIST.EDU cc Subject SLES9 DB2 Restore Problem with 3590 tapes Hi, all. I am currently trying to restore a DB2

SLES9 DB2 Restore Problem with 3590 tapes

2006-04-06 Thread Jose Raul Baron
Hi, all. I am currently trying to restore a DB2 backup copy I had done into 3590 tape. I proceeded like this: BACKUP == - modprobe tape_3590 - chccwdev -e 0.0.0800 - mt -f /dev/rtibm0 setblk 2048 - chmod +777 /dev/rtibm0 - db2 backup db lnxr89 to /dev/rtibm0 compress RESTORE === -

Re: SLES9 DB2 Restore Problem with 3590 tapes

2006-04-06 Thread Neale Ferguson
From the console log: Krnl Code: 00 00 b9 04 00 2b b9 04 00 3c c0 e5 ff ff e9 61 e3 30 b1 18 It's not the tape error per se but the code in the kernel. X'' will give you an operation exception and the kernel will throw up its hands and give up. Is this the latest tape mod you have for this