|
|
|
|
|
|
| Author |
Message |
J.A. Gutierrez *nix forums beginner
Joined: 25 Mar 2003
Posts: 25
|
Posted: Thu May 05, 2005 8:32 am Post subject:
HP Surestore DAT24
|
|
|
I'm trying to make work a HP Surestore DAT24 on SGI Octane
(IRIX64 6.5.24f); so I added the usual lines to
/var/sysgen/master.d/scsi:
{ DATTAPE, TPDAT, 2, 6, "HP", "C1537A" /*DAT*/, 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|MTCAN_PART|MTCAN_PREV|
MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
MTCAN_SILI|MTCAN_SEEK|MTCAN_CHTYPEANY|MTCAN_COMPRESS,
40,4*60, 4*60, 5*60, 3*3600, 512, 64*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
and autoconfig -fv the system; but when I try to boot with
the unit connected (to external SCSI bus), system won't boot.
All it says is:
ql1: <6>Command timeout, draining ctlr IO for as long as 10 seconds
ql1d3: <6>SCSI command timeout: 1 commands: <6>0x28 <6>
Note: "hinv" from prom monitor shows the tape
--
PGP and other useless info at \
http://webdiis.unizar.es/~spd/ \
finger://daphne.cps.unizar.es/spd \ Timeo Danaos et dona ferentes
ftp://ivo.cps.unizar.es/pub/ \ (Virgilio) |
|
| Back to top |
|
 |
Tristram Scott *nix forums beginner
Joined: 18 Apr 2005
Posts: 31
|
Posted: Thu May 05, 2005 10:58 am Post subject:
Re: HP Surestore DAT24
|
|
|
J.A. Gutierrez <spd@daphne.cps.unizar.es> wrote:
| Quote: |
I'm trying to make work a HP Surestore DAT24 on SGI Octane
(IRIX64 6.5.24f); so I added the usual lines to
/var/sysgen/master.d/scsi:
{ DATTAPE, TPDAT, 2, 6, "HP", "C1537A" /*DAT*/, 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|MTCAN_PART|MTCAN_PREV|
MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
MTCAN_SILI|MTCAN_SEEK|MTCAN_CHTYPEANY|MTCAN_COMPRESS,
40,4*60, 4*60, 5*60, 3*3600, 512, 64*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
|
Mine says almost the same, except:
40, 4*60, 4*60, 5*60, 3*3600, 512, 512*512,
I'm not sure of the significance of the last entry on that line.
Note that just because it shows up in the prom hinv doesn't mean that it is
working completely. I have a DDS2 drive which exists in the hinv, but gives
SCSI timeouts whenever I try and use it.
Do you have another machine you can attach it to in order to verify drive is
okay? You might also be able to verify the cable and terminator with another
device, such as a CDROM.
Are there any other devices connected to the external SCSI bus?
I have one of the C1537A drives around somewhere. It was working when I took it
out, so if you want another drop me an email.
--
Dr Tristram J. Scott
Energy Consultant |
|
| Back to top |
|
 |
Neil Rothwell *nix forums beginner
Joined: 06 May 2005
Posts: 1
|
Posted: Fri May 06, 2005 5:54 am Post subject:
Re: HP Surestore DAT24
|
|
|
On Thu, 5 May 2005 08:32:42 +0000 (UTC), "J.A. Gutierrez"
<spd@daphne.cps.unizar.es> wrote:
| Quote: |
I'm trying to make work a HP Surestore DAT24 on SGI Octane
(IRIX64 6.5.24f); so I added the usual lines to
/var/sysgen/master.d/scsi:
{ DATTAPE, TPDAT, 2, 6, "HP", "C1537A" /*DAT*/, 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|MTCAN_PART|MTCAN_PREV|
MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
MTCAN_SILI|MTCAN_SEEK|MTCAN_CHTYPEANY|MTCAN_COMPRESS,
40,4*60, 4*60, 5*60, 3*3600, 512, 64*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
|
Here's what I have, internal HP DAT24 in a Fuel, IRIX 6.5.24m
{ DATTAPE, TPDAT, 2, 6, "HP", "C1537A" /*DAT*/, 0, 0, {0},
/* note: this drive uses modeselect page 0xf for compression control;
* most of the other drives supporting compression use page 0x10 */
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|MTCAN_PART|MTCAN_PREV|
MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
MTCAN_SILI|MTCAN_SEEK|MTCAN_CHTYPEANY|MTCAN_COMPRESS,
/* minimum delay on i/o is 12 minutes, because when a retry is
* performed, the drive retries a number of times, and then
* rewinds to BOT, repositions, and tries again. */
40,12*60, 12*60, 12*60, 3*3600, 512, 64*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 }, |
|
| Back to top |
|
 |
J.A. Gutierrez *nix forums beginner
Joined: 25 Mar 2003
Posts: 25
|
Posted: Fri May 06, 2005 7:26 am Post subject:
Re: HP Surestore DAT24
|
|
|
Tristram Scott <tristram.scott@ntlworld.com> wrote:
: J.A. Gutierrez <spd@daphne.cps.unizar.es> wrote:
:>
:> I'm trying to make work a HP Surestore DAT24 on SGI Octane
:> (IRIX64 6.5.24f); so I added the usual lines to
:> /var/sysgen/master.d/scsi:
: Mine says almost the same, except:
: 40, 4*60, 4*60, 5*60, 3*3600, 512, 512*512,
: I'm not sure of the significance of the last entry on that line.
I think it is the "recommended" block size. I guess you will
get more speed with 512...
: Do you have another machine you can attach it to in order to verify drive is
: okay? You might also be able to verify the cable and terminator with another
: device, such as a CDROM.
I will try; but the unit was working some time ago on Indy/6.2
: Are there any other devices connected to the external SCSI bus?
Yes, a CD-ROM and a disk drive. I tried to connect only the
disk and the DAT, but it made no difference.
--
PGP and other useless info at \
http://webdiis.unizar.es/~spd/ \
finger://daphne.cps.unizar.es/spd \ Timeo Danaos et dona ferentes
ftp://ivo.cps.unizar.es/pub/ \ (Virgilio) |
|
| Back to top |
|
 |
Guest
|
Posted: Fri May 06, 2005 6:17 pm Post subject:
Re: HP Surestore DAT24
|
|
|
The SCSI error messages point to a hardware problem, your sw settings
should usually not result in such messages.
I would check the cable and terminator. |
|
| Back to top |
|
 |
J.A. Gutierrez *nix forums beginner
Joined: 25 Mar 2003
Posts: 25
|
Posted: Mon May 09, 2005 9:10 am Post subject:
Re: HP Surestore DAT24
|
|
|
roaldly@gmail.com wrote:
: The SCSI error messages point to a hardware problem, your sw settings
: should usually not result in such messages.
: I would check the cable and terminator.
I will try another cable (already tried two).
The drive is working, I just tested it on a PPC G4 and
Retrospect can use it (same terminator, different cable)
--
PGP and other useless info at \
http://webdiis.unizar.es/~spd/ \
finger://daphne.cps.unizar.es/spd \ Timeo Danaos et dona ferentes
ftp://ivo.cps.unizar.es/pub/ \ (Virgilio) |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Fri Jan 09, 2009 6:22 am | All times are GMT
|
|
Bankruptcy | Credit Cards | Credit Cards | Secured Loans | 3dge Viral Emails
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|