tape drive


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers tape drive
# 1  
Old 04-24-2006
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 I do not know which type of backup files in my tape (cpio or tar) also I do not know device name like /dev/rStp0 or xStp0

how can I find it ?
thanks
Alice..
# 2  
Old 04-24-2006
List tape drives:
Code:
$ ls -l /dev/rmt

By the way, which platform you are using?

rgrds,
Tayyab
# 3  
Old 04-24-2006
sorry, I'm using SCO 5.0.7.


# ls -l /dev/rmt
total 0
crwxrwxrwx 5 root root 46, 0 Sep 8 2003 0b
crw-rw---- 5 root root 46, 8 Sep 8 2003 0bn
crwxrwxrwx 5 root root 46, 0 Sep 8 2003 Sc0s0
crw-rw---- 5 root root 46, 8 Sep 8 2003 Sc0s0n
crw-rw---- 2 root root 46, 16 Sep 8 2003 Sc0s0r
crwxrwxrwx 3 root root 46,128 Sep 8 2003 Sc0s0x
crwxrwxrwx 5 root root 46, 0 Sep 8 2003 c0s0
crw-rw---- 5 root root 46, 8 Sep 8 2003 c0s0n
crw-rw---- 2 root root 46, 16 Sep 8 2003 c0s0r
# 4  
Old 04-24-2006
Try to list the contents of tape with following commands:

CPIO:
Code:
#cpio -ict < /dev/rStp0

TAR:
Code:
#tar tvf < /dev/rStp0

and post the results.

regrds,
Tayyab
# 5  
Old 04-24-2006
I got the backup with version 3.2.4.2 and I want to restore it version 5.0.7
I get problem because of this ??
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. HP-UX

TAPE drive

I have used ioscan -fnC tape and the system identified the tape drive. what is the command to show a listing of what is on the tape? I have used ls /dev/rmt/rmt0 to no avail. can anyone help? Thanks in advance (10 Replies)
Discussion started by: Randydog
10 Replies

2. 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

3. 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

4. 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

5. 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

6. 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

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