dbTalk Databases Forums  

AIX 4mm Tape Woes

comp.databases.pick comp.databases.pick


Discuss AIX 4mm Tape Woes in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
prioritymgmt@gmail.com
 
Posts: n/a

Default AIX 4mm Tape Woes - 06-07-2007 , 05:36 PM






I have a D3 7.2 system on top of AIX 5.2. An IBM 7206-005 tape drive
(4mm) was installed, due to our other tape drive dying. The drive
installed on AIX automatically with a Block Size of 1024 and is
functional under AIX (a mksysb worked fine). I have tried it with a
block size of 0 or 512, with D3 setup as either a 4mm (/dev/rmt1.1
16384 d l) or as a SCT (/dev/rmt0.1 16384 q l) with label as 80 or
512. SCT setting with AIX 512 appears to work, but is causing data
loss. Not sure what to try next. Any ideas would be greatly
appreciated.

Thanks,
Jeff


Reply With Quote
  #2  
Old   
art
 
Posts: n/a

Default Re: AIX 4mm Tape Woes - 06-07-2007 , 06:46 PM






prioritymgmt (AT) gmail (DOT) com wrote:
Quote:
I have a D3 7.2 system on top of AIX 5.2. An IBM 7206-005 tape drive
(4mm) was installed, due to our other tape drive dying.
snip
Not sure what to try next. Any ideas would be greatly appreciated.
Jeff
We have an aix similar to yours, with a Sony external 4mm 12G tape
drive. I had to go down to the basement and turn it back on, we left it
connected to the network for reference, but off. The smit screen for
the 4mm drive looks like this:


Change / Show Characteristics of a Tape Drive

Type or select values in entry fields.
Press Enter AFTER making all desired changes.

[Entry Fields]
Tape Drive rmt2
Tape Drive type ost
Tape Drive interface scsi
Description Other SCSI Tape Drive
Status Available
Location 00-04-01-2,0
Parent adapter vscsi1
Connection address 2,0
BLOCK size (0=variable length) [0]
+# Use DEVICE BUFFERS during writes
yes +
Use EXTENDED file marks yes
+
RESERVE/RELEASE support no
+
BLOCK SIZE for variable length support [0]
+# DENSITY setting #1
[0] +# DENSITY setting #2
[0] +# Set
delay after a FAILED command [45]
+# Set timeout for the READ or WRITE command
[144] +


The corresponding line in the pick0 record was:

tape /dev/rmt2.1 16384 d ll # tape 5


Hope something in there helps! (Time to go put an old soldier back to bed!)

Art


Reply With Quote
  #3  
Old   
Ricky Ginsburg
 
Posts: n/a

Default Re: AIX 4mm Tape Woes - 06-08-2007 , 06:58 AM



<prioritymgmt (AT) gmail (DOT) com> wrote

Quote:
I have a D3 7.2 system on top of AIX 5.2. An IBM 7206-005 tape drive
(4mm) was installed, due to our other tape drive dying. The drive
installed on AIX automatically with a Block Size of 1024 and is
functional under AIX (a mksysb worked fine). I have tried it with a
block size of 0 or 512, with D3 setup as either a 4mm (/dev/rmt1.1
16384 d l) or as a SCT (/dev/rmt0.1 16384 q l) with label as 80 or
512. SCT setting with AIX 512 appears to work, but is causing data
loss. Not sure what to try next. Any ideas would be greatly
appreciated.

Thanks,
Jeff
Jeff - Running D3 7.2 on top of Linux, we run this script at bootup:

#!/bin/bash
mt -f /dev/nst0 defblksize 0
mt -f /dev/nst0 setblk 0
mt -f /dev/nst0 rewind

And set the permissions for /dev/nst0 to 777




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.