- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Wrong driver
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2007 03:25 PM
11-08-2007 03:25 PM
Wrong driver
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
---------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2007 05:34 PM
11-08-2007 05:34 PM
Re: Wrong driver
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2007 05:35 PM
11-08-2007 05:35 PM
Re: Wrong driver
Did you enable schgr driver in kernel
Best Regards
Murat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2007 05:49 PM
11-08-2007 05:49 PM
Re: Wrong driver
Or is there any other way that I can check?
Just in case I missed out something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2007 05:55 PM
11-08-2007 05:55 PM
Re: Wrong driver
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2007 06:13 PM
11-08-2007 06:13 PM
Re: Wrong driver
schgr static static explicit
How should I proceed from here?