Tape Drive Configuration


 
Thread Tools Search this Thread
Operating Systems SCO Tape Drive Configuration
# 1  
Old 06-18-2010
Question 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 follows:
- Attached to adaptec 2940U2W - 7800 family
mkdev tape
1. Scsi tape drive
2. Scsi host adapter - blad for blad325
3. blad scsi host adapter - 0
4. scsi bus - 0
5. target id - 6
6. LUN of id - 0
and then updates the kernel.

When i try to backup or list contents of the tape drive using this command :- tar cvfb /dev/rStp0 20 /u i get this error:- tar: cannot open: /dev/rStp0
Please give a hand on this since am supposed to do full system backup.
Joseph Njoroge
Smilie

Last edited by njoroge; 06-18-2010 at 10:31 AM..
# 2  
Old 06-18-2010
Can you show us the contents of /etc/conf/cf.d/mscsi and the contents of /usr/adm/messages, only for the last boot.
# 3  
Old 06-18-2010
thanks for your reply. mscsi file is as follows: -
* ha = device name of SCSI host adapter driver e.g. ad
*ha attach number ID lun bus
wd Srom 1 0 0 0
blad Stp 0 6 0 0

messages report is as follows:-
device address vec dma comment
---------------------------------------------------------------------------
%adapter 0xCC00-0xCCFF 5 - type=blad ha=0 bus=0 id=7 fts=sto
%tape - - - type=S ha=0 id=6 lun=0 bus=0 ht=blad
mem: total = 261364k, kernel = 14464k, user = 246900k
swapdev = 1/41, swplo = 0, nswap = 786000, swapmem = 393000k
rootdev = 1/42, pipedev = 1/42, dumpdev = 1/41
kernel: Hz = 100, i/o bufs = 6652k


regards,
Njoroge
# 4  
Old 06-18-2010
If you run "mkdev tape", and display the current configuration, does it only show one tape drive. There were some issues with either 5.04 or 5.0.5
Did you make this tape the default tape.
What is the output of "tape status"
Is the hard drive attached to the same controller?
# 5  
Old 06-18-2010
It has been a while since I've used tape so consider the source.

IIRC, mkdev created 3 devices when it made tape. Are there other devices in /dev that could be your tape, or links to your tape.

On earlier versions you could modify /etc/default/tar to change the default line to point to the one device you use.

messages indicates that it found the drive, so I would anticipate that the issue is the name.
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. 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. 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

5. UNIX for Advanced & Expert Users

rs600 tape drive

Hello sir Please I just have tape blocked inside the tape drive of my server. My server have 2 tape drives configured but only one is available (rmt0). The problem is that i have a separed tape drive ready to be connected to my server and i wan to know how to make available the second tape drive ?... (0 Replies)
Discussion started by: sobnc
0 Replies

6. Solaris

Tape Drive Configuration - Help Needed

I have been working on this one for a few days. Any help/advice would be greatly appreciated. Hardware Machine: Sun Blade 2000 Tape Drives: HP Ultrium LTO2 002 (x2) (Inside an L40) Software OS: Solaris 8 st.conf uncommented lines: probe-scsi-all reports both drives. /dev/rmt is... (2 Replies)
Discussion started by: lucesean
2 Replies

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

8. UNIX for Advanced & Expert Users

Tape Drive error

I have a hp d 350 running on 10.2,im having a problem with the dds2 tape drive whenever i tried backing up larger files...i have remove the tape driver and add it using sam again but still the tape drive is not working .....is there a solution to this problem? # tar cvf /dev/rmt/0m priso.ds a... (3 Replies)
Discussion started by: giriplug
3 Replies
Login or Register to Ask a Question