Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
help of tape drive installation
Name: redstone Date: July 31, 2003 at 14:49:16 Pacific OS: solaris8 CPU/Ram: 333
Comment:
Anyone has experience of tape drive installation on Ultra 10? I have a SCSI adapter installed in my Ultra 10. The DDS-3 tape drive is physically connected to the box via SCSI. But the solaris cannot pick it up. I'm following the docu called "12-24G 4mm DDS-3 tape drive installation user's guide" but not luck. There is nothing in /dev/rmt directory Please help!
Name: David Perry Date: July 31, 2003 at 16:25:12 Pacific
Reply:
You have to remake the /dev directory. Do any of the following:
reboot -- -r
touch /reconfigure ; reboot
devfsadm -v
0
Response Number 2
Name: redstone Date: August 1, 2003 at 05:46:35 Pacific
Reply:
I did. Nothing happened. Actually, I've tried on two different Ultra 10 and two SCSI cards just in case hardware problem. None of them works. Do I miss anything important on solaris configuration? Please help!
0
Response Number 3
Name: David Perry Date: August 1, 2003 at 06:11:03 Pacific
Reply:
Are these cards listed as compatible with the ultra 10 ? Not every pc compatible PCI card will work.
x1032a x6540a x6541a
What does the output of "show-dev" at the OK prompt tell you?
0
Response Number 4
Name: redstone Date: August 1, 2003 at 09:00:47 Pacific
Reply:
OK. It's working now. I think it's because of SCSI ID conflict. Appreciate your help.
0
Response Number 5
Name: David Perry Date: August 1, 2003 at 09:44:25 Pacific
Summary: I want to buy a tape drive for my lab that has about 10 computers run Sun Solaris 5.5.1. I have searched online and find out both AIT and DLT look good to satisfy my requirement. My questions is how c...
Summary: I tried the two options you gave me and it gave me bad command. I was wondering if there was any configering I had to do to the new tape drive before it would work. Also is there just a way to see if ...
Summary: Generally you don't need to mount a tape. You access it as a device. tar tvf /dev/rmt/0 will show you the contents of a tarfile on the tape in the first tape drive. If the tape was written in a differ...