TAPE drive


 
Thread Tools Search this Thread
Operating Systems HP-UX TAPE drive
# 8  
Old 08-01-2014
I've added ICODE tags to your text to make the command and output clearer like this:-

Quote:
I entered: [ICODE]tar -tvm /dev/rmt/0m[/ICODE] the system returned: [ICODE]Tar: tape read error[/ICODE]

Do you actually mean the command: tar -tvf /dev/rmt/0m instead? I would think that the m flag would error anyway. This would suggest that it is not a tar format tape. What install instructions do you have? There is probably a clue in there. Maybe it's just extracting an installer script that we can then examine. What do you have from the supplier?


Robin
# 9  
Old 08-01-2014
I actually did use tar -tvf /dev/rmt/0m

sorry for the FAT finger

Last edited by Scott; 08-02-2014 at 03:32 PM.. Reason: Code tags
# 10  
Old 08-02-2014
The m option is probally a type or?
I would do following, en look what can read the tape:
Code:
mt -f /dev/rmt/0m rewind && echo ok
mt -f /dev/rmt0m status && echo okidoki
tar -tvf /dev/rmt/0m 
cpio -itv /dev/0m

dd if=/dev/rmt/0m of=/tmp/0m.dd #should always work to read the tape
                             of=/dev/null #just test reading

#If you have hp-ux software on tape, you can use swinstall directly or use swcopy
#to check have it on disk as well. 
swcopy -s /dev/rmt/0m \* @ /full_path_to/depot
swinstall -s /full_path_to/depot -x patch_match_target=true SOFTWARENAME


Last edited by Scott; 08-02-2014 at 03:32 PM.. Reason: Use code tags, please...
This User Gave Thanks to rene_metaal For This Post:
# 11  
Old 01-06-2015
turns out it was a bad tape drive
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Quantum tape drive

Hi, Using Redhat 5.7. I have Quantum tape drive connected to the server. I am trying to install the Netbackup software. Just wondering how can I see the Quantum is connected to the server. is any command I run to see the tape drive is connected? I used to work on Solaris, I used to do... (1 Reply)
Discussion started by: samnyc
1 Replies

2. SCO

Tape Drive Logs?

I've recently been tasked with "refurbishing" an HP Proliant ML370 running SCO 5.0...something. This is primarily used for legacy support and is kept on a shelf for safe keeping. The scope of work includes hardware diagnostics and blowing the dust out. I have run HP diagnostics on the array,... (1 Reply)
Discussion started by: v1corp
1 Replies

3. Solaris

Help with tape drive

Hey folks, Linux admin here, forced to use Opensolaris to try to use ufsdump/ufsrestore to get some data of some old tapes. I've got Opensolaris 2009.06 on x86 and a Sony SDX-700V. As a "control" experiment, I booted the system with a Linux live CD and the tape drive worked perfectly. ... (2 Replies)
Discussion started by: eddy_sysad
2 Replies

4. SCO

Tape Drive Configuration

Dear All, I have a tape drive which has worked for offer 3yrs properly on SCO Openserver Release = 3.2v5.0.5. I tried to clean it all invain. I did a fresh installation of unix of the same OS and did the configuration still didn't bear fruits. The tape is a scsi and the configuration is as... (4 Replies)
Discussion started by: njoroge
4 Replies

5. AIX

Tape Drive

I have tape drive in one Lpar. when i saw that time tape is in defined state. After that i deleted the tape drive using the rmdev -R command. Then fired the cfgmgr -v command. But I am not getting the tape drive. Now the drive is even not in defined state also. It is not shown the tape drive. How... (1 Reply)
Discussion started by: pernasivam
1 Replies

6. UNIX for Dummies Questions & Answers

tape drive

Hi, I need to restore my tape backup, when I type "tape status" it gives; status : ready beginning-of-tape write-protected soft errors : 0 hard errors : 0 underruns : 3 but... (4 Replies)
Discussion started by: alisevA3
4 Replies

7. Linux

Installing tape drive?

Hello. I have Redhat 8.0 on a laptop. Working good. I wanted to install the tape drive that is physically attached to it. The tape drive worked fine under Windows98SE. It's one of those parallel QIC-80 drives and I confirmed that it is supported by FTape. It appears that FTape might already... (0 Replies)
Discussion started by: RuralTurtle
0 Replies

8. UNIX for Dummies Questions & Answers

Tape drive install

I'm trying to install a tape drive on a compaq SCO OS 505. well I have gone through the mkdev tape comands and what have you yet no luck. when I reboot and do a simple tape rewind it gives me an error no such device etc.etc. IS there a diference in the xct0 and rct0 a the default? help.. (2 Replies)
Discussion started by: kikkin
2 Replies
Login or Register to Ask a Question