Even though I'm under 6.5.28, the LTO3 isn't really rolled into the operating system. I hammered away at the /var/sysgen/master.d/scsi file, and rebuilt the kernel several times, but the drive hangs when I try to read it back. I've tried a couple of different setups, each time getting the same result.
This appeared to write out 380GB fine, but I wasn't able to get it to read back at all:
unit hangs with a device error - required power cycle to wake up.
---
a little closer. This one ran better, but hung after reading back about a thousand frames (12GB):
This appeared to write out 380GB fine, but I wasn't able to get it to read back at all:
Code: Select all
/* Quantum LTO3 / Ultrium 3 */
{ DATTAPE, TPDAT, 8, 7, "CERTANCE", "ULTRIUM 3", 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_AUDIO|MTCAN_SEEK|MTCAN_CHTYPEANY|MTCAN_COMPRESS,
40, 5*60, 20*60, 20*60, 3*3600, 512, 512*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
tape@fortune8:~/SCRIPTS[6]> hinv | grep -i tape
Tape drive: unit 6 on SCSI controller 2: DLT
Tape drive: unit 6 on SCSI controller 3: DLT
Tape drive: unit 6 on SCSI controller 6: DAT
Tape drive: unit 6 on SCSI controller 7: DLT
tape@fortune8:~/SCRIPTS[7]> mt -t /dev/rmt/tps6d6 stat
Controller: SCSI
Device: CERTANCE: ULTRIUM 3 17703106
Status: 0x20242
Drive type: DAT
Media : READY, writable, at BOT
tape@fortune8:~/SCRIPTS[8]>
unit hangs with a device error - required power cycle to wake up.
---
a little closer. This one ran better, but hung after reading back about a thousand frames (12GB):
Code: Select all
/* Quantum LTO3 / Ultrium 3 */
{DATTAPE, TPDAT, 8, 7, "CERTANCE", "ULTRIUM 3", 0, 0, {0},
MTCAN_BSF | MTCAN_BSR | MTCAN_APPEND | MTCAN_SETMK |
MTCAN_PREV | MTCAN_SYNC | MTCAN_SPEOD | MTCAN_CHKRDY |
MTCAN_VAR | MTCAN_SETSZ | MTCAN_SILI | MTCAN_SEEK |
MTCAN_COMPRESS,
40, 5*60, 10*60, 10*60, 3*3600, 512, 256*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char*) 0},
Code: Select all
tape@fortune8:~[1]> mt -t /dev/rmt/tps6d6 stat
Controller: SCSI
Device: CERTANCE: ULTRIUM 3 17703106
Status: 0x20262
Drive type: DAT
Media : READY, writable, at BOT
tape@fortune8:~[2]> hinv | grep -i tape
Tape drive: unit 6 on SCSI controller 2: DLT
Tape drive: unit 6 on SCSI controller 3: DLT
Tape drive: unit 6 on SCSI controller 6: DAT
Tape drive: unit 6 on SCSI controller 7: DLT
tape@fortune8:~[3]
------------------------------------------------
I saw it on TV, it must be real!
------------------------------------------------
I saw it on TV, it must be real!
------------------------------------------------