configure tape drive to sun solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris configure tape drive to sun solaris 10
# 1  
Old 06-16-2009
configure tape drive to sun solaris 10

Hi everyone.
Im new to Sun Solaris or the Unix environment. My only background is the DOS command in windows and a little bit of c++ programming. I always worked with troubleshooting hardware and software issues with windows.
Now that I need to configure tape drives using sun solaris, I had trouble starting up as most resources on the internet is thru Sun Solaris 9 and the only available version from sun is version 10.
I installed it already but had trouble connecting an external tape drive.i did probe-scsi-all, but it says not found.so i thought,maybe i need boot -r command to detect the newly installed device, but boot -r is not found also, i tried touch /reconfigure ;reboot, but when i tried devfsadm, still no result. there is no dev/rmt directory either.the system is on dual-boot with windows so i know that the tape drive and scsi device is working fine.
sorry,for the very detailed explanation, im really new to this one.
any suggestion is very much appreciated.thanks a lot.
# 2  
Old 06-17-2009
if probe-scsi-all didn't show the device check the hardware and make sure everything is actually compatible.
# 3  
Old 06-17-2009
hi seg. thanks a lot.
just to follow up... i have IBM Thinkcentre .. with dual boot to Sun and Windows. I also have a PCI SCSI card and connected the tape drive. The HCL from sun does not list the compatible SCSI card for SUn solaris 10.
Is there any way to verify if its compatible.. ? thanks again.
# 4  
Old 06-17-2009
There is no probe-scsi-all command on x86 hardware.
Have a look at BigAdmin HCL: Sun Device Detection Tool to check your SCSI card support.
# 5  
Old 06-17-2009
Thanks a lot guys.SmilieSmilie
I installed the sun device detection tool and verified that the pci scsi adapter is not compatible.
I may need to read more about beginner's guide in solaris as I really dont know where to start.Smilie

-----Post Update-----

another follow up guys..

i removed the scsi card that i originally installed.. it turned out that the card is only compatible with sun os 32-bit and not 64-bit..
when i changed it to another scsi card, i was able to detect it thru cfgadm, it shows the scsi-bus, and it says connected but the status is unknown.
i use devfsadm to configure it but no luck as there is no /dev/rmt/0 directory or if i use " for foo in 0 1 2 3 4 5 6 and check the status using mt -f status,it says not found.
i tried to use /var/adm to verify the activity of scsi drive but says cannot execute.
sorry guys, im at lost now after sun is able to detect the scsi card and tape drive., i guess the question now is how to configure the scsi and tape drive so that i can start a backup..
thanks again..
# 6  
Old 06-17-2009
the cfgadm -al (as root) gives something like this

Ap_Id Type Receptacle Occupant Condition
c0 scsi-bus connected configured unknown
c1 scsi-bus connected configured unknown

it it shows unconfigured try to configure it

cfgadm -c xxx (xxx is the number you see in cfgadm)

after run a devfsadm
# 7  
Old 06-17-2009
thanks gnom..
it now says connected and configured.. though condition is still "unknown', unlike other devices like usb wherein, condition says "ok"

then i use the command:
for foo in 0 1 2 3 4 5 6
> do
> mt-f/dev/rmt/$foo status
>done

to determine the directory of my tape drive but everything says "not found"..
i will try to research and get back here..

thanks again..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Install ext DLT Sun Tape drive on V445 Solaris 10

I have a SunFire V445 running Solaris 10 and am adding a Sun DLT tape drive. From the OK prompt the probe-scsi-all does see the drive and it is the proper target of 4. When I do the boot -- -r it does build the /dev/rmt directories correctly and the links to /devices appear correct as well. When I... (8 Replies)
Discussion started by: chastings
8 Replies

2. Solaris

Sun E220R + HP (SCSI) LTO Ultrium Tape Drive

Hi all, this time I'd need a help from an advanced Solaris system admin :rolleyes: I attached a HP StorageWorks Ultrium 215 Tape Drives - Overview - c00059530 - HP Business Support Center to my Sun E220R and it got recognized immediately (probe-scsi-all). Now the operating system boot process... (8 Replies)
Discussion started by: pseudocoder
8 Replies

3. AIX

SUN StorageTek tape drive with AIX 5.1

Hi, I have recently purchase a SUN Storage Tek desktop LTO 4 HH tape drive and connected to a IBM AIX 5.1 server. The server can detect the tape device. Can someone please advice urgently. Thanks (4 Replies)
Discussion started by: Caully
4 Replies

4. Solaris

Configure New LTO-2 Tape Drive

Can I do this live? Or, do I need to do a probe-scsi-all after doing a stop/A? (10 Replies)
Discussion started by: jgordon
10 Replies

5. AIX

How to mount internal tape drive of sun machine in AIX 5.3

Hi, Help required! How to mount internal tape drive of sun machine in AIX 5.3 (0 Replies)
Discussion started by: ashwin.krishna
0 Replies

6. Solaris

how to install tape drive on sun ver 5.9

hi, need your help mentors I have external SCSI tape DRIVE COmpaq 15/30 GB DLT and I dont know how to install these and how to view if it is working. I'm also have another disk taken form my old sun and I want to use these also but my problem how I able to mount. hope anyone can help me ... (9 Replies)
Discussion started by: eykyn17
9 Replies

7. UNIX for Dummies Questions & Answers

DDS-2 Sun tape drive

Hey guys, I'm trying to mount a SUN DDS-2 tape drive on a SUN Ultra 80 machine running Solaris 9. I had the SCSI drive connected at time of install, I'm very new to Solaris so I don't know if Solaris would detect the drive like that and install some form of device driver. But, what im posting... (2 Replies)
Discussion started by: kingdbag
2 Replies

8. Filesystems, Disks and Memory

help installing Sun 8mm unipack scsi tape drive

Hi all, please help I am stuck. I have installed a external unipack scsi tape drive. The tape drive is Exabyte Eliant 820. All I did was connected scsi cable and power it on. When issued "probe-scsi-all" command, the tape is correctly identified. However, when issued "dmesg | more" command, the... (4 Replies)
Discussion started by: dennis
4 Replies

9. Filesystems, Disks and Memory

Tape Drive Connected to a Sun Ultra 10/Solaris 2.7

I have a Sun Ultra 10/Solaris 2.7 with a differential SCSI card connected to a Supter DLt1 Tape Drive. When I boot the machine, and I do a probe-scsi-all in the very beginning of the boot process. It shows up correctly. If I wait for the boot process to proceed and then I do a probe-scsi-all, I get... (1 Reply)
Discussion started by: brv
1 Replies

10. UNIX for Advanced & Expert Users

How to configure tape drive on SUN

I am trying to configure DAT Tape drive on SUN E220 system but I don't have SUN keyboard. I am using a tty terminal k/b. What are my alternavtives? Is there any way to send interupts to the system on OK prompt using tty kb for probe SCSI. Thanks in advance. (2 Replies)
Discussion started by: s_aamir
2 Replies
Login or Register to Ask a Question