Magnetic Tape


 
Thread Tools Search this Thread
Operating Systems Solaris Magnetic Tape
# 1  
Old 06-06-2008
Magnetic Tape

Hello All,

I am facing some problem with magnetic tape drive.

Backups are coming properly with the tapes that we had previously mt st give o/p as below ..

root@server1:/
2ksh# mt st
Quantum Super DLT 320 tape drive:
sense key(0x6)= Unit Attention residual= 0 retries= 0
file no= 0 block no= 0

But we purchased some few more tapes for which backups are not coming .. performed seperate write test but it fails as well

root@server1:/dev/rmt
7ksh# tar -xvf /file1
tar: tape blocksize error

mt st gives the following o/p

root@server1:/
1ksh# mt st
Quantum Super DLT 320 tape drive:
sense key(0x0)= No Additional Sense residual= 0 retries= 0
file no= 0 block no= 0


The tape specifications of the old and new tapes are same.

Is the problem lying in the difference that we can see in the sense key?
# 2  
Old 06-07-2008
source: docs.sun.com: Solaris Handbook for SMCC Peripherals


* Your system is able to access the tape drive and a tape cartridge is present, if the following status is displayed:


Archive QIC-150 tape drive:
sense key(0x0)= nosense residual= 0 retries= 0
file no= 0 block no= 0

sense key= nosense indicates that your system was able to access the tape and there were no errors. You can then use any of the backup commands described in the following sections.

* The following information tells you that the tape drive was just reset, powered on, or a tape cartridge was recently installed.


Archive QIC-150 tape drive:
sense key(0x6)= unit attention residual= 0 retries= 0
file no= 0 block no=0

In this case, execute the mt -f /dev/rmt/0 status command again until the sense key(0x6)= unit attention advisory message is replaced with the sense key(0x0)= nosense message.

* If the following status is displayed, your system is unable to access the tape.


/dev/rmt/0: no tape loaded or drive offline

In this case, insert a tape and execute the mt -f /dev/rmt/0 status command again.




Also, to further test have you tried doing a lowlevel tar and restore? I think the device for low level tar should be /dev/rmt/0l or 1l (L)
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to decrypt audio data from magnetic tapes?

Hi Everyone, Apologise if this is not the right section where to post the following: I have worked for some weeks on a system which records audio calls coming from various channels of a TDM network. The voice logger once the disk was full of audio data, backed it up on magnetic tapes... (2 Replies)
Discussion started by: NICEPeppino
2 Replies

2. AIX

Ejecting tape on AIX & Some Tape commands

I am trying to use this command to eject the tape mt -f /dev/rmt/0 unload but it gives me error mt -f /dev/rmt/0 unload mt: 0511-575 unload is not a recognized subcommand. Usage: mt Subcommand Valid subcommands are: weof eof fsf bsf ... (5 Replies)
Discussion started by: filosophizer
5 Replies

3. UNIX for Advanced & Expert Users

Listing/copying files from magnetic optical disk

I am trying to list the name of files on an MOD - I use the command tar vtf /MOD_DRIVE|more and I get a nice list of filenames/directories on this particular MOD. When I put in another MOD that contains software options I get the error "directory checksum error". I would like to be able to... (2 Replies)
Discussion started by: drew_holm
2 Replies

4. SCO

Tape Status shows 2 Hard errors and 5 Underruns on new tape

when I do a tape status /dev/rStp0 I get the following on a new tape and I have tried several: Status : ready beginning-of-tape soft errors : 0 hard errors: 2 underruns: 5 My BackupEdge has stopped backing up my system because it asks for a new volume yet my total system data is under 20... (5 Replies)
Discussion started by: psytropic
5 Replies

5. UNIX for Dummies Questions & Answers

Mounting DLT tape and to backup file to tape

Hi there: I'm new here Can anyone help me: I have DS15 Alpha server : Unix 5.1B Now i need to connect a DLVT VS80 1U Rackmount Tape Drive unit. What is the exact comman to mount the DLTape IV?? How do i make backuo @ copy file to the tape? Thanx to all (0 Replies)
Discussion started by: ayzeayem
0 Replies

6. UNIX for Advanced & Expert Users

Space free on tape /delete a single file on tape

Hi, I' using a sun solaris server, I would like to known if there is the possibility to control how many space is free on a tape and how I can delete a single file on a tape. Thanks DOMENICO (3 Replies)
Discussion started by: Minguccio75
3 Replies

7. UNIX for Dummies Questions & Answers

MSR magnetic stripe card reader

Hi all I am working on MSR110 ...Can anyone plz tell me how to use the configuration commands with magnetic reader???. Please help me out as i have to develop API in C on linux platform.MSR110 is not responding to the configuration commands. Please help... Regards Mahima (0 Replies)
Discussion started by: mahima_er
0 Replies

8. Programming

Magnetic card readers

i can't find any info on developing for magnetic card readers in the unix environment. I'm developing a POS system and i want it to include credit card verification. Any direction would be hot... (6 Replies)
Discussion started by: Gekko
6 Replies
Login or Register to Ask a Question