SCO UNIXWare Backup Tape Stuck


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers SCO UNIXWare Backup Tape Stuck
# 8  
Old 03-19-2013
/dev/rct0 is usually the default device on SCO.

Also try /dev/rStp0, /dev/rStp1 and /dev/rStp2
# 9  
Old 03-19-2013
I just keep getting:

tape usage: tape [-<type>] <command> [device]
type: c (non-SCSI) or s (SCSI)
Cartridge tape commands:
reten - retension the tape
erase - erase and retension tape
reset - reset controller and drive
rewind - rewind tape controller
rfm - skip to next file

Is this telling me how I need to phrase my command ?

tape usage: tape [-<type>] <command> [device] type: c (non-SCSI) or s (SCSI)
# 10  
Old 03-19-2013
Yes, that is the syntax.

Try

Code:
 
tape -s reset /dev/rStp0
 
tape -s reset /dev/rStp1
 
tape -s reset /dev/rStp2

# 11  
Old 03-19-2013
I just keep getting the same message no matter what I type in:

# tape -s reset /dev/rStp0
Invalid device: /dev/rStp0
....then the syntax

Could it be something to do with the task scheduler that is set for the back up process:

Image
# 12  
Old 03-19-2013
Is rebooting the system not an option?

If so, as it reboots, press the eject button. It might work.
# 13  
Old 03-19-2013
Yes, but as people use it all day, it needs to be out of hours, so post 5pm.

Added to the fact that its an unsupported system with nobody to call upon if it dont come back on !!! Smilie

It's uptime is currently circa 10 years !
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. SCO

My UnixWare SCO Server

Hi, I'm new to this Unix world and have taken over looking after the I.T side of things at work, which includes the internal ERP system which runs on a UNIX SCO platform. My initial worry is what state this is in as its been on site over 20 years. What would be the first things to check on... (13 Replies)
Discussion started by: Mick_Dundee
13 Replies

2. SCO

Noob needs help with Sco Unixware 7.1

We are retiring a Unixware 7.1 server that has custom applications on it. It has Raid 5 and we would like to use the machine for other things. Is there a way we can image/clone to virtual machine file and run that VM within say Virtual PC 2007 or VMware? I am not aware of anything to do this. I... (20 Replies)
Discussion started by: ccd1977
20 Replies

3. AIX

Help DAT 72 tape stuck.

Hi everyone, I have a ibm p65 server with an internal DAT 72 tape drive. When I go to press the eject button the second light will blink for several minutes then stop. If I issue a tctl -f /dev/rmt0 status it tells me its available and gives back other information. Now if I try this tctl -f... (2 Replies)
Discussion started by: bsdtux
2 Replies

4. UNIX for Dummies Questions & Answers

Check backup file size on backup tape

Hi, I performed backup on tape and I want to append more files to my previous backup on the same backup tape. But before I do that I need to know the backup file size of the first backup I performed so that I know the available size on the backup tape. Can someone help me what command I will use... (0 Replies)
Discussion started by: ayhanne
0 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 Dummies Questions & Answers

SCO Unixware 7 download

According to this thread: https://www.unix.com/showthread.php?t=1 one guy says However, I cannot find any sco unixware7 iso download link in their download section (http://wdb1.sco.com/clbk_web/owa/dwn_customer), is it really for free, and if that is true, where can I download it? Thanks, (2 Replies)
Discussion started by: phalcos
2 Replies

7. UNIX for Dummies Questions & Answers

emergency help ! about unixware backup

MY question is : First I create emergency_disk successful ,and then I create emergency_rec with command " /sbin/emergency_rec ctape1 " (in single user mode) it prompt me as : "/tmp is busy " and "/usr/tmp/hwrdmon open failed errno 0X2 adapter enquiry failed for 1... (1 Reply)
Discussion started by: luckylwf
1 Replies

8. Filesystems, Disks and Memory

SCO Unixware 2.1

I am using SCO Unixware 2.1 & some PC clients are connected, suddenly one message appearslike : UX:strintercept error: dropping message this message starts coming repeatedly & agtre some time system hangs.I had to reset the system & now the problem is not there.Please suggest, why this is... (0 Replies)
Discussion started by: paprch
0 Replies
Login or Register to Ask a Question