1826428 Members
3952 Online
109692 Solutions
New Discussion

Wrong driver

 
dctw
Frequent Advisor

Wrong driver

Hi,

Would really appreciate your help here.

I'm using MSL6000 Series Tape Library and the driver picked up in the system was incorrect.

It should be schgr but went to pick up sctl instead.

I've tried to remove the system file and ioscan it and it still pick up sctl.

FYI, this library is shared with a few servers but there's no issue for other servers.

Is there anything that I can do?

FYI.

Wrong driver :
---------------------------------------
% ioscan -fnC autoch
Class I H/W Path Driver S/W State H/W Type Description
==================================================================
========
autoch 1 1/0/4/1/0/4/0.1.15.255.0.0.0 sctl UNCLAIMED UNKNOWN HP MSL6000 Series
---------------------------------------

It should be :
---------------------------------------
% ioscan -fnC autoch
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
========
autoch 1 0/0/10/1/0/4/0.1.15.255.0.0.0 schgr CLAIMED DEVICE HP MSL6000 Series
/dev/rac/c13t0d0
---------------------------------------
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: Wrong driver

Did you check if "schgr" is included in the kernel?

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!   
Murat SULUHAN
Honored Contributor

Re: Wrong driver

Hi

Did you enable schgr driver in kernel

Best Regards
Murat
Murat Suluhan
dctw
Frequent Advisor

Re: Wrong driver

Yes I did.
Or is there any other way that I can check?

Just in case I missed out something.
Torsten.
Acclaimed Contributor

Re: Wrong driver

>> Yes I did.
Or is there any other way that I can check?

How you did this?

You can either open sam (if your system supports this) and check the kernel driver section, grep the system file or do
# what /stand/vmunix|grep schgr



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!   
dctw
Frequent Advisor

Re: Wrong driver

It's stated as follow :

schgr static static explicit


How should I proceed from here?