mounting an external scsi tape drive


 
Thread Tools Search this Thread
Operating Systems Solaris mounting an external scsi tape drive
# 1  
Old 03-01-2005
mounting an external scsi tape drive

hi-

I just installed a quad gigaswift ethernet scsi card to my sunblade 150. I checked with the docs, and got all of the required drivers on the box. Now, I'm trying to mount an external scsi tape drive with no luck. I set the scsi address on the external drive to 0. Here's what I'm coming up with.

# mount -F autofs /dev/rmt/0 /tape
# tar -tvf /dev/rmt/0
/dev/rmt/0: directory not found

I believe my syntax is correct. Any input is appreciated.


ECB
# 2  
Old 03-01-2005
hmmmm, i don't think there is a possibility to create a filesystem on a tapedrive..... you do not need to mount a tape drive, just put your tape into the drive and wait ... when he has rewinded the tape type your:
tar tf /dev/rmt/0
to get the taple of contense.....

gP
# 3  
Old 03-01-2005
Thanks pressy. I changed the address on my external scsi drive to 4 to read tapes drives. Will give your reccomendation a shot.

ECB
# 4  
Old 03-01-2005
finding a scsi drive?

Still having the same problem. Keep getting dev/rmt/0 not found. tried mt -f dev/rmt/0. looked in the dev/rmt folder, didn't see any drive numbers. Tried rebooting with a boot -r option with no results.
# 5  
Old 03-01-2005
hmm... what type of drive are you using? a sun drive or 3rd partie?
# 6  
Old 03-02-2005
Quote:
Originally Posted by pressy
hmm... what type of drive are you using? a sun drive or 3rd partie?
I'm using a Sun tape drive. No nomenclature listed, except for "DDS-4" on the front. Didn't get far with a part number search as well.

at the ok prompt, I tried:

show-nets, and didn't see my any scsi listings,

I did a probe-scsi-all

/pci@1f,0/pci@5/pci@2/scsi@2,1

So I interpret that as the adapter is there, but no driver. I grabbed the CD, installed the drivers, and am going to try again.

going to try a boot -r next.

ECB
# 7  
Old 03-02-2005
nope... thats only the scsi controller the obp is testing. if you don't see the tape when you type probe-scsi-all, make sure it is plugged in correctly. you can see every drive in that probe, whether you have solaris driver or not...

gP
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Mounting Tape Drive

Sorry I posted it in wrong forum first. OK, I'm new to Unix (but an IT since DOS 6.2 era) Long story short I'm trying to help a friend who has failing Unix system which is perhaps 16 years old with SCO Openserver 3.4v4.2 with DDS90 Tape where they backup their data. I've setup a Dell Precision... (9 Replies)
Discussion started by: shunail
9 Replies

2. Hardware

Help with scsi tape drive problem

I've had a scsi hard drive, scsi tape drive, and cd rom working off an adaptec 29160 controller. Everything worked great until a few days ago. I begin getting tar format errors (running sco 5.0.6) on the tape drive and occasionally the entire system would hang up while trying to access data on... (0 Replies)
Discussion started by: powwm
0 Replies

3. Solaris

Connect an External SCSI Hard Drive to Ultra 80

Guys, I have googled and checked this forum in detail and couldn't find any satisfactory answers for my problem. I am trying to connect a external SCSI hard Drive(Sea Gate) to a Ultra 80. I connected it powered it up and at OK prompt did : boot -r system comes up and complains about not... (6 Replies)
Discussion started by: ajnabi
6 Replies

4. UNIX for Dummies Questions & Answers

Problems with SCSI card and tape drive

Currenty running SCO Openserver 6 at a Dell PowerEdge T300. I recently installed a driver for an Adaptec SCSI card (adpu320). When I connect a tape drive to it and re-start the system,it freezes and displays the following message: "WARNING: adpu320: Command timed out (ha= 4)" and the system... (2 Replies)
Discussion started by: RicardoM
2 Replies

5. AIX

Mounting Tape Drive from different partition

Dear all, I have a AIX server with logical 3 partitions and the server is connecting a tape drive. the first partition can successfully making a system backup to the tape but how can i fail to mount the tape to second and thrid partition. would anyone can help me to deal with it? what command... (3 Replies)
Discussion started by: rickhlwong
3 Replies

6. HP-UX

Mounting an external parallel hard drive

Can anyone please walk me through how to mount an external parallel (or scsi) hard drive in visualize C3000 machine? I also would like to mount "/var/sallie" directory in that external drive. My "/var/sallie" directory is running out of space so I would like to mount an external hard drive so that... (0 Replies)
Discussion started by: sallysallie
0 Replies

7. SCO

Installing SCSI Tape drive

Hello, I'm having some issues with installing SCSI tape drive on SCO 5.0.6 hardware config shows the following adapters %adapter 0xE800-0xE8FF 10 - type=alad ha=0 bus=0 id=7 fts=sto %adapter 0x0170-0x0177 15 - type=IDE ctlr=secondary dvr=wd %adapter - 3 - ... (3 Replies)
Discussion started by: ananth_ak
3 Replies

8. UNIX for Dummies Questions & Answers

External SCSI hard drive

Someone gave me a small external SCSI hard drive for my SunOS 5.8 test system. How do I make Unix see the hard drive? (2 Replies)
Discussion started by: FredSmith
2 Replies

9. UNIX for Dummies Questions & Answers

Connecting an external SCSI drive to a unix computer

I am interested in booting up my unix computer by connecting an external SCSI drive( intergraph) to it. The unix box is also an intergraph computer. Whenever I boot it, it gives me an error that says Drive not ready, Insert Boot Diskette in A. What am I doing wrong? Any input would be... (3 Replies)
Discussion started by: teruotor
3 Replies

10. UNIX for Dummies Questions & Answers

Scsi tape drive.

I'm running SCO OS 505 on a Compaq proliant 1600, and my tape drive will just not work. It was working properly and whent to Sh?ts when I tried to get the cd rom working. I have uninstalled any configured tape drive and rebooted and then configured a tape drive and rebooted still nothing. I'm... (4 Replies)
Discussion started by: kikkin
4 Replies
Login or Register to Ask a Question