mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Adaptec 29160 + Promise Ultratrak100 TX8 problems
@ 2005-03-08 13:52 Maarten de Boer
  2005-03-09  1:42 ` Andrew Morton
  2005-03-21 23:31 ` Andrew Morton
  0 siblings, 2 replies; 5+ messages in thread
From: Maarten de Boer @ 2005-03-08 13:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: aic7xxx

Hello,

I am having nasty problems with an Adaptec 29160 and Promise
Ultratrak100 TX8 external RAID. (kernel 2.6.11)

Initially, I can access the RAID normally. I create a (small, for
testing) partition on it, and an ext3 filesystem. But when I start
writing, in no-time the RAID and the SCSI adapter get into a broken
state, and rebooting both RAID and Linux (simply rmmod/modprobe is not
enough) is the only way out.

I trigger this with a small test like creating 10000 files, or
extracting a kernel tar.gz.

In my /var/log/messages I find:

Mar  8 10:58:22 iua-file-2 kernel: (scsi3:A:0:0): data overrun detected in Data-out phase.  Tag == 0x2.
Mar  8 10:58:22 iua-file-2 kernel: (scsi3:A:0:0): Have seen Data Phase.  Length = 524288.  NumSGs = 33.
Mar  8 10:58:52 iua-file-2 kernel: scsi3:0:0:0: Attempting to queue an ABORT message
Mar  8 10:58:52 iua-file-2 kernel: CDB: 0x2a 0x0 0x0 0x2 0x8c 0x37 0x0 0x4 0x0 0x0
Mar  8 10:58:52 iua-file-2 kernel: scsi3: At time of recovery, card was not paused
Mar  8 10:58:52 iua-file-2 kernel: >>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<<
Mar  8 10:58:52 iua-file-2 kernel: scsi3: Dumping Card State in Data-out phase,
at SEQADDR 0x17b
Mar  8 10:58:52 iua-file-2 kernel: Card was paused

I have tried changing settings in the adaptec controller BIOS, I tried
lowering the global_tag_depth, all to no avail. And having the reboot
everytime it goes wrong makes trying things rather slow :-(

I googled for the messages, and found many people mentioning them, but
no solution.

I'd very much appreciate your help. Please Cc: me when replying, because
I am not subscribed to the lkml.

Kind regards,

Maarten

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Adaptec 29160 + Promise Ultratrak100 TX8 problems
  2005-03-08 13:52 Adaptec 29160 + Promise Ultratrak100 TX8 problems Maarten de Boer
@ 2005-03-09  1:42 ` Andrew Morton
  2005-03-09 12:59   ` Maarten de Boer
  2005-03-21 23:31 ` Andrew Morton
  1 sibling, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2005-03-09  1:42 UTC (permalink / raw)
  To: Maarten de Boer; +Cc: linux-kernel, aic7xxx

Maarten de Boer <mdeboer@iua.upf.es> wrote:
>
> I am having nasty problems with an Adaptec 29160 and Promise
>  Ultratrak100 TX8 external RAID. (kernel 2.6.11)

Does it work correctly under any other kernel versions?  If so, which?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Adaptec 29160 + Promise Ultratrak100 TX8 problems
  2005-03-09  1:42 ` Andrew Morton
@ 2005-03-09 12:59   ` Maarten de Boer
  2005-03-09 13:18     ` Maarten de Boer
  0 siblings, 1 reply; 5+ messages in thread
From: Maarten de Boer @ 2005-03-09 12:59 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, aic7xxx

> Does it work correctly under any other kernel versions?  If so, which?

I just tried with 2.4.29, and it has the same problems.

Maarten

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Adaptec 29160 + Promise Ultratrak100 TX8 problems
  2005-03-09 12:59   ` Maarten de Boer
@ 2005-03-09 13:18     ` Maarten de Boer
  0 siblings, 0 replies; 5+ messages in thread
From: Maarten de Boer @ 2005-03-09 13:18 UTC (permalink / raw)
  To: linux-kernel, aic7xxx

Hello,

I just connected an Ultratrak SX8000 instead of the Ultratrak100 TX8,
and it seems to work without a problem...

Maarten



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Adaptec 29160 + Promise Ultratrak100 TX8 problems
  2005-03-08 13:52 Adaptec 29160 + Promise Ultratrak100 TX8 problems Maarten de Boer
  2005-03-09  1:42 ` Andrew Morton
@ 2005-03-21 23:31 ` Andrew Morton
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Morton @ 2005-03-21 23:31 UTC (permalink / raw)
  To: Maarten de Boer; +Cc: linux-kernel, aic7xxx, linux-scsi

Maarten de Boer <mdeboer@iua.upf.es> wrote:
>
> Hello,
> 
> I am having nasty problems with an Adaptec 29160 and Promise
> Ultratrak100 TX8 external RAID. (kernel 2.6.11)

It would be helpful if you could retest 2.6.12-rc1 or, better,
2.6.12-rc1-mm1.

But afaik this remains unresolved?

> Initially, I can access the RAID normally. I create a (small, for
> testing) partition on it, and an ext3 filesystem. But when I start
> writing, in no-time the RAID and the SCSI adapter get into a broken
> state, and rebooting both RAID and Linux (simply rmmod/modprobe is not
> enough) is the only way out.
> 
> I trigger this with a small test like creating 10000 files, or
> extracting a kernel tar.gz.
> 
> In my /var/log/messages I find:
> 
> Mar  8 10:58:22 iua-file-2 kernel: (scsi3:A:0:0): data overrun detected in Data-out phase.  Tag == 0x2.
> Mar  8 10:58:22 iua-file-2 kernel: (scsi3:A:0:0): Have seen Data Phase.  Length = 524288.  NumSGs = 33.
> Mar  8 10:58:52 iua-file-2 kernel: scsi3:0:0:0: Attempting to queue an ABORT message
> Mar  8 10:58:52 iua-file-2 kernel: CDB: 0x2a 0x0 0x0 0x2 0x8c 0x37 0x0 0x4 0x0 0x0
> Mar  8 10:58:52 iua-file-2 kernel: scsi3: At time of recovery, card was not paused
> Mar  8 10:58:52 iua-file-2 kernel: >>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<<
> Mar  8 10:58:52 iua-file-2 kernel: scsi3: Dumping Card State in Data-out phase,
> at SEQADDR 0x17b
> Mar  8 10:58:52 iua-file-2 kernel: Card was paused
> 
> I have tried changing settings in the adaptec controller BIOS, I tried
> lowering the global_tag_depth, all to no avail. And having the reboot
> everytime it goes wrong makes trying things rather slow :-(
> 
> I googled for the messages, and found many people mentioning them, but
> no solution.
> 
> I'd very much appreciate your help. Please Cc: me when replying, because
> I am not subscribed to the lkml.
> 
> Kind regards,
> 
> Maarten
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-03-21 23:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-08 13:52 Adaptec 29160 + Promise Ultratrak100 TX8 problems Maarten de Boer
2005-03-09  1:42 ` Andrew Morton
2005-03-09 12:59   ` Maarten de Boer
2005-03-09 13:18     ` Maarten de Boer
2005-03-21 23:31 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®