public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* problem with hp C1537A tape drives
@ 2000-11-26 15:33 Paul Jakma
  2000-11-26 15:44 ` Mr. James W. Laferriere
  2000-11-26 18:27 ` Phil Randal
  0 siblings, 2 replies; 9+ messages in thread
From: Paul Jakma @ 2000-11-26 15:33 UTC (permalink / raw)
  To: linux-kernel

I have a problem with the aforementioned DDS-3 tape drives. I'm using
one with amanda for backups. But every now and then the nightly backup
fails with "I/O error" and i see the following in the system logs:

st0: Error with sense data: [valid=0] Info fld=0x0, Current st09:00:
sense key Aborted Command
Additional Sense indicates Data phase error

I try various things to get the drive to work again -> mt rewind, mt
retension, load and unload the tape. "scsi remove-single-device" ->
power off drive -> power up -> "scsi add-single-device". (it's not the
tape cause i've tried replacing tapes).

but nothing helps. now it mightn't be unreasonable to say the drive is
faulty, so i replaced the drive with an identical C1537A. And... same
thing happens again: after a couple of weeks of good backups i get the
same problem again.

Is there a known problem with SCSI tape drives? or with HP DDS-3
drives? What does the kernel error message mean? (it's all 0's so not
much i guess). What is a "Data Phase error"?

thanks in advance,

Paul Jakma.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problem with hp C1537A tape drives
  2000-11-26 15:33 problem with hp C1537A tape drives Paul Jakma
@ 2000-11-26 15:44 ` Mr. James W. Laferriere
  2000-11-26 15:53   ` Paul Jakma
  2000-11-26 18:27 ` Phil Randal
  1 sibling, 1 reply; 9+ messages in thread
From: Mr. James W. Laferriere @ 2000-11-26 15:44 UTC (permalink / raw)
  To: Paul Jakma; +Cc: linux-kernel


	Hello Paul ,  Could you add a little more info like which scsi
	chipset you are using & what the driver version is & what kernel
	version you are running also (One more )& how you have the drive
	chained to the scsi-bus .  Someplace there is a pointer on howto
	reset the scsi-bus from the /proc system , BUT the method is
	highly not recommended .  Hth ,  JimL

On Sun, 26 Nov 2000, Paul Jakma wrote:
> I have a problem with the aforementioned DDS-3 tape drives. I'm using
> one with amanda for backups. But every now and then the nightly backup
> fails with "I/O error" and i see the following in the system logs:
> st0: Error with sense data: [valid=0] Info fld=0x0, Current st09:00:
> sense key Aborted Command
> Additional Sense indicates Data phase error
> I try various things to get the drive to work again -> mt rewind, mt
> retension, load and unload the tape. "scsi remove-single-device" ->
> power off drive -> power up -> "scsi add-single-device". (it's not the
> tape cause i've tried replacing tapes).
> but nothing helps. now it mightn't be unreasonable to say the drive is
> faulty, so i replaced the drive with an identical C1537A. And... same
> thing happens again: after a couple of weeks of good backups i get the
> same problem again.
> Is there a known problem with SCSI tape drives? or with HP DDS-3
> drives? What does the kernel error message mean? (it's all 0's so not
> much i guess). What is a "Data Phase error"?
> thanks in advance,
> Paul Jakma.
       +----------------------------------------------------------------+
       | James   W.   Laferriere | System  Techniques | Give me VMS     |
       | Network        Engineer | 25416      22nd So |  Give me Linux  |
       | babydr@baby-dragons.com | DesMoines WA 98198 |   only  on  AXP |
       +----------------------------------------------------------------+

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problem with hp C1537A tape drives
  2000-11-26 15:44 ` Mr. James W. Laferriere
@ 2000-11-26 15:53   ` Paul Jakma
  2000-11-26 16:06     ` Mr. James W. Laferriere
  0 siblings, 1 reply; 9+ messages in thread
From: Paul Jakma @ 2000-11-26 15:53 UTC (permalink / raw)
  To: Mr. James W. Laferriere; +Cc: linux-kernel

Ooops.. yes.. that info might have been useful. :)

The box is a Compaq PL3000. Chipset is the onboard Sym 53c876, driven
by the ncr53c8xx driver. Drive is external.

Kernel is RH6.2 default 2.2.14-5.0smp.

On Sun, 26 Nov 2000, Mr. James W. Laferriere wrote:

>
> 	Hello Paul ,  Could you add a little more info like which scsi
> 	chipset you are using & what the driver version is & what kernel
> 	version you are running also (One more )& how you have the drive
> 	chained to the scsi-bus .  Someplace there is a pointer on howto
> 	reset the scsi-bus from the /proc system , BUT the method is
> 	highly not recommended .  Hth ,  JimL

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problem with hp C1537A tape drives
  2000-11-26 15:53   ` Paul Jakma
@ 2000-11-26 16:06     ` Mr. James W. Laferriere
  0 siblings, 0 replies; 9+ messages in thread
From: Mr. James W. Laferriere @ 2000-11-26 16:06 UTC (permalink / raw)
  To: Paul Jakma; +Cc: linux-kernel


	Hello Paul ,  Is the tape drive the only drive on that controller ?

 -	If it is the only drive then , I have just one suggestion
	-verify- all cables are seated correctly & -verify- that there
	is proper termination on the bus .

 -	If it is Not the only drive then ,
	Try grabbing an pci scsi card of known goodness & place the tape
	drive on that all by itself (just as a test) , making sure of
	proper termination .
	If that works then reveiw the configurations of the other
	drives/tapes/... that are on the bus causing problems .
		Hth ,  JimL

On Sun, 26 Nov 2000, Paul Jakma wrote:
> Ooops.. yes.. that info might have been useful. :)
> The box is a Compaq PL3000. Chipset is the onboard Sym 53c876, driven
> by the ncr53c8xx driver. Drive is external.
> Kernel is RH6.2 default 2.2.14-5.0smp.

> On Sun, 26 Nov 2000, Mr. James W. Laferriere wrote:
> > 	Hello Paul ,  Could you add a little more info like which scsi
> > 	chipset you are using & what the driver version is & what kernel
> > 	version you are running also (One more )& how you have the drive
> > 	chained to the scsi-bus .  Someplace there is a pointer on howto
> > 	reset the scsi-bus from the /proc system , BUT the method is
> > 	highly not recommended .  Hth ,  JimL
       +----------------------------------------------------------------+
       | James   W.   Laferriere | System  Techniques | Give me VMS     |
       | Network        Engineer | 25416      22nd So |  Give me Linux  |
       | babydr@baby-dragons.com | DesMoines WA 98198 |   only  on  AXP |
       +----------------------------------------------------------------+

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problem with hp C1537A tape drives
  2000-11-26 15:33 problem with hp C1537A tape drives Paul Jakma
  2000-11-26 15:44 ` Mr. James W. Laferriere
@ 2000-11-26 18:27 ` Phil Randal
  2000-11-26 19:25   ` Paul Jakma
  1 sibling, 1 reply; 9+ messages in thread
From: Phil Randal @ 2000-11-26 18:27 UTC (permalink / raw)
  To: linux-kernel, Paul Jakma

Date sent:      	Sun, 26 Nov 2000 15:33:00 +0000 (GMT)
From:           	Paul Jakma <paulj@itg.ie>
To:             	<linux-kernel@vger.kernel.org>
Subject:        	problem with hp C1537A tape drives

> I have a problem with the aforementioned DDS-3 tape drives. I'm using
> one with amanda for backups. But every now and then the nightly backup
> fails with "I/O error" and i see the following in the system logs:
> 
> st0: Error with sense data: [valid=0] Info fld=0x0, Current st09:00:
> sense key Aborted Command
> Additional Sense indicates Data phase error
> 
> I try various things to get the drive to work again -> mt rewind, mt
> retension, load and unload the tape. "scsi remove-single-device" ->
> power off drive -> power up -> "scsi add-single-device". (it's not the
> tape cause i've tried replacing tapes).
>
> but nothing helps. now it mightn't be unreasonable to say the drive is
> faulty, so i replaced the drive with an identical C1537A. And... same
> thing happens again: after a couple of weeks of good backups i get the
> same problem again.
> 
> Is there a known problem with SCSI tape drives? or with HP DDS-3
> drives? What does the kernel error message mean? (it's all 0's so not
> much i guess). What is a "Data Phase error"?

Ah, have you tried cleaning the tape heads?

The Compaq tape drive manuals have interesting cleaning
instructions...  With new tapes, the heads nead cleaning
far more frequently than you'd expect.  I've found it needs
two cleaning tape passes to clear this one. 

Cleaning solves a similar problem I get with these drives
and Backup Exec for Netware.

Phil

--------------------------------------------------------------------
Phil Randal                           Home: phil@rebee.clara.co.uk
Worcester, UK                               http://www.rebee.clara.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problem with hp C1537A tape drives
  2000-11-26 18:27 ` Phil Randal
@ 2000-11-26 19:25   ` Paul Jakma
  2000-11-26 19:51     ` Phil Randal
  2000-11-26 23:12     ` Mr. James W. Laferriere
  0 siblings, 2 replies; 9+ messages in thread
From: Paul Jakma @ 2000-11-26 19:25 UTC (permalink / raw)
  To: Phil Randal; +Cc: linux-kernel

On Sun, 26 Nov 2000, Phil Randal wrote:

> Ah, have you tried cleaning the tape heads?
>

the drive gets a run of a cleaning tape on a weekly basis.

> far more frequently than you'd expect.  I've found it needs
> two cleaning tape passes to clear this one.
>

uhmmm.... ok. I've now done multiple cleanning runs with multiple
cleaning tapes. let's see what happens when i try the amflush.

> Cleaning solves a similar problem I get with these drives
> and Backup Exec for Netware.
>

and guess what... it's worked for me too. doh! guess once a week is
not enough then.

apologies to the list my tape cluelessness.

> Phil

thanks,

--paulj

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problem with hp C1537A tape drives
  2000-11-26 19:25   ` Paul Jakma
@ 2000-11-26 19:51     ` Phil Randal
  2000-11-26 23:12     ` Mr. James W. Laferriere
  1 sibling, 0 replies; 9+ messages in thread
From: Phil Randal @ 2000-11-26 19:51 UTC (permalink / raw)
  To: Paul Jakma; +Cc: linux-kernel

> uhmmm.... ok. I've now done multiple cleanning runs with multiple
> cleaning tapes. let's see what happens when i try the amflush.
> 
> and guess what... it's worked for me too. doh! guess once a week is
> not enough then.
> 
> apologies to the list my tape cluelessness.

No problem - it's a relief to confirm that it's not Backup Exec's fault
on Netware.

Phil

--------------------------------------------------------------------
Phil Randal                           Home: phil@rebee.clara.co.uk
Worcester, UK                               http://www.rebee.clara.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problem with hp C1537A tape drives
  2000-11-26 19:25   ` Paul Jakma
  2000-11-26 19:51     ` Phil Randal
@ 2000-11-26 23:12     ` Mr. James W. Laferriere
  2000-11-27  0:14       ` Phil Randal
  1 sibling, 1 reply; 9+ messages in thread
From: Mr. James W. Laferriere @ 2000-11-26 23:12 UTC (permalink / raw)
  To: Paul Jakma; +Cc: Phil Randal, linux-kernel


	Hello Paul & Phil ,  Ouch !,  is this media that loose on the
	substrate that it leaves that much behind ?  Or is it something
	else ?  I'd really like to know what the problem is  ,  as I am
	seriously looking at putting DDS-III & IV 's into my backup
	schemes .  Tia ,  JimL

On Sun, 26 Nov 2000, Paul Jakma wrote:
> On Sun, 26 Nov 2000, Phil Randal wrote:
> > Ah, have you tried cleaning the tape heads?
> the drive gets a run of a cleaning tape on a weekly basis.
> > far more frequently than you'd expect.  I've found it needs
> > two cleaning tape passes to clear this one.
> uhmmm.... ok. I've now done multiple cleanning runs with multiple
> cleaning tapes. let's see what happens when i try the amflush.
> > Cleaning solves a similar problem I get with these drives
> > and Backup Exec for Netware.
> and guess what... it's worked for me too. doh! guess once a week is
> not enough then.
> apologies to the list my tape cluelessness.
> > Phil
> thanks,
> --paulj
       +----------------------------------------------------------------+
       | James   W.   Laferriere | System  Techniques | Give me VMS     |
       | Network        Engineer | 25416      22nd So |  Give me Linux  |
       | babydr@baby-dragons.com | DesMoines WA 98198 |   only  on  AXP |
       +----------------------------------------------------------------+

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problem with hp C1537A tape drives
  2000-11-26 23:12     ` Mr. James W. Laferriere
@ 2000-11-27  0:14       ` Phil Randal
  0 siblings, 0 replies; 9+ messages in thread
From: Phil Randal @ 2000-11-27  0:14 UTC (permalink / raw)
  To: Mr. James W. Laferriere; +Cc: linux-kernel


> 	Hello Paul & Phil ,  Ouch !,  is this media that loose on the
> 	substrate that it leaves that much behind ?  Or is it something
> 	else ?  I'd really like to know what the problem is  ,  as I am
> 	seriously looking at putting DDS-III & IV 's into my backup
> 	schemes .  Tia ,  JimL

Apparently yes - the Compaq manual says that new tapes shed a 
lot, and that cleaning has to be more frequent with them.  They
recommend (this is from memory) cleaning the tape drive after
just 6 hours use of a new tape, then less frequently thereafter.

I figured after reading the manual that a weekly clean should
normally suffice.

Phil


Phil
--------------------------------------------------------------------
Phil Randal                           Home: phil@rebee.clara.co.uk
Worcester, UK                               http://www.rebee.clara.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2000-11-27  0:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-26 15:33 problem with hp C1537A tape drives Paul Jakma
2000-11-26 15:44 ` Mr. James W. Laferriere
2000-11-26 15:53   ` Paul Jakma
2000-11-26 16:06     ` Mr. James W. Laferriere
2000-11-26 18:27 ` Phil Randal
2000-11-26 19:25   ` Paul Jakma
2000-11-26 19:51     ` Phil Randal
2000-11-26 23:12     ` Mr. James W. Laferriere
2000-11-27  0:14       ` Phil Randal

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