Operating System - HP-UX
1850098 Members
2444 Online
104050 Solutions
New Discussion

Re: Installed a SCSI card to rx2660 nothing on ioscan

 
SOLVED
Go to solution
f. halili
Trusted Contributor

Installed a SCSI card to rx2660 nothing on ioscan

Hello everyone,

I installed a SCSI card to our RX2660, and connected our DAT72 tape drive. I did an ioscan and still could not see the drive. Any thoughts?

Thanks,
f. halili
derekh
5 REPLIES 5
Torsten.
Acclaimed Contributor
Solution

Re: Installed a SCSI card to rx2660 nothing on ioscan

I assume you have an "UNKNOWN" entry in ioscan because of a missing stape driver.

Install the stape driver and you will see the device

# kcmodule stape=static

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Deepak Kr
Respected Contributor

Re: Installed a SCSI card to rx2660 nothing on ioscan

Use sam to do the changes and a reboot is required for this change.
"There is always some scope for improvement"
Tim Nelson
Honored Contributor

Re: Installed a SCSI card to rx2660 nothing on ioscan

11.23 and above no longer enables a number of drivers by default like 11.11 did.

If the system does not have that type of hardware at install then it will not be included.

kcmodule stape=static and force stape to static. Might wish to force on all your servers if you intend to eventually connect a tape drive in the future.

f. halili
Trusted Contributor

Re: Installed a SCSI card to rx2660 nothing on ioscan

I checked stape and schgr and they are already static.

# kcmodule | grep stape
stape static explicit
# kcmodule | grep schgr
schgr static explicit


Thanks,
f. halili
derekh
f. halili
Trusted Contributor

Re: Installed a SCSI card to rx2660 nothing on ioscan

.
derekh