1836620 Members
1846 Online
110102 Solutions
New Discussion

tape drive

 
piyut_2
Frequent Advisor

tape drive

gurus,

i am already just make zone at SAN switch to detect tape drive.than i run command "insf -e", but server doesn't detect tape drive yet.

whats wrong??
6 REPLIES 6
Peter Godron
Honored Contributor

Re: tape drive

piyut,
are you sure the system can see the tape drive?
ioscan -fnC tape
If not check cables and terminators
Any SCSI ID conflicts?
check dmesg
Once the machine can see the drive your insf command should work.
Regards
Henk Geurts
Esteemed Contributor

Re: tape drive

what does ioscan -fnC tape looks like ?
regards.
Borislav Perkov
Respected Contributor

Re: tape drive

Hi,
You should also check do you have enabled tape devices in your kernel, stape in kernel devices.
Regards,
Borislav
Tony Scully_2
Valued Contributor

Re: tape drive

Have you done an ioscan (no options) before the insf -e?

If the kernel module (driver) is not in the kernel you won't get the device file, but you should see 'something' in the ioscan.

Are you using zoning on the SAN switches?

If so then check tape device and the HBA WWNs are zoned.

can you post:

1. ioscan
2. ioscan -fnCtape

Cheers,

Tony
You CAN do that on HP
Hoang Chi Cong_1
Honored Contributor

Re: tape drive

Is there any missing when config zoning function with SAN?
Show me the output of:
#ioscan -fC tape

I think you need to rebuild the kernel.

Regard,
HoangChiCong
Looking for a special chance.......
piyut_2
Frequent Advisor

Re: tape drive

dears,

i found the problem,via SAM, tape drive can't be found, then i add from menu actions.there are confirmations that many drivers not been instaled yet.so i install drivers via sam and need reboot.after reboot,system can detect tape drive.

many thanks for you all