Tape Drive on Unix 7.1.1


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Tape Drive on Unix 7.1.1
# 1  
Old 09-05-2002
Tape Drive on Unix 7.1.1

I am trying to install a tape drive on this system (Unix 7.1.1)

where will I start?

1. Do I need to load the driver on the on board scsi? How?
2. Is there a driver for the tape drive itself?


Things done:
1. Terminated the device on the controller board.
# 2  
Old 09-09-2002
Hammer & Screwdriver easy way of "installation"

If the tape drive is connected to the controller type this:

drvconfig
tapes

cd /dev/rmt/
ls

if there are several entry´s the tape device is ative.

Write something on tape to test it:
touch /name_of_anything
tar cvf /dev/rmt/0 /name_of_anything

read the content of the tape:
tar tvf /dev/rmt/0

I hope this help you.
regards joerg
# 3  
Old 09-10-2002
tape drive

If you have any other problems or cant solve it goto this crowd.

www.irishsystems.com

they speclise in tape drives on linux amoung other stuff
# 4  
Old 09-10-2002
i am intriqued. what is "Unix 7.1.1"
# 5  
Old 09-11-2002
Hi Optimus_P,
could only be SCO Unixware 7.1.1.
ladwig
 
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. 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

3. HP-UX

HP-Unix 64 bit Tape Drive creating problem

Hello All, I have HP Openview storage data protector version 5.5. When I am going to write my backup I have an error message saying "Connot Open Device /dev/rmt/0mn" Follownig is my output: # ls -l /dev/rmt/0mn crw-rw-rw- 2 bin bin 205 0x080140 Jan 17 16:41 /dev/rmt/0mn # uname -a... (2 Replies)
Discussion started by: hellozishan
2 Replies

4. UNIX for Dummies Questions & Answers

installing unix tape drive

Hi, i installed a unix tape drive on my alphaserver. when i use a mt command it tells me there is no tape or device. I have used the hardware manager and it shows the tape is present. Can anyone help me understand why it cannot pick up the tape as a default? (1 Reply)
Discussion started by: ryks
1 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. Filesystems, Disks and Memory

DDS2 Tape Drive onto Linux/Unix

Knoppix, latest distribution is what I am using. I have a DDS2 tape drive. Recognised in Windows, etc. Cannot see it in UX/Lux. How do I mount it? How do I copy the data from the tape to another partition? What I need to do is transfer the contents of the DDS2 tape onto DVD. Simple. ... (1 Reply)
Discussion started by: rockgeek
1 Replies

7. UNIX for Advanced & Expert Users

linux/unix tape drive & AMANDA

Trying to set up AMANDA on my linux machine, with the DDS-3 HP Tape drive. Am having problems, in my amanda.conf it doesn't like /dev/st0 or /dev/st0nr and I need to have it as non rewinding, is there another command/params i can give it for the tape drive to be non rewinding? I'm trying to use... (1 Reply)
Discussion started by: kymberm
1 Replies

8. Cybersecurity

Unix backup to tape drive

does anyone know how I can make an automatic backup of files to a tape drive under UNIX. I have so many commands, I don't know which goes where. I have commands for the task scheduler, Cron and other unix commands. Please help. Very Urgent. Thanks (3 Replies)
Discussion started by: Cute
3 Replies
Login or Register to Ask a Question