- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how can I check current driver for a device?
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
03-29-2005 11:03 PM
03-29-2005 11:03 PM
how can I check current driver for a device?
We have a problem with some disks that gets a EMS Notification, event# 100376. Which says:
----------- snip --------------------------
Description of Error:
The device was unsuccessful in processing the current request message
because the message contained an invalid command operation code. The
request was not processed.
Probable Cause / Recommended Action:
The error most likely indicates that the device is not fully supported by
the current driver. This may or may not cause a problem in the operation
of the device.
--------------------snap---------------
In the STM, all 6 disks are yellow and says "Information incomplete". Those are SCSI Disks (DGCC4400WDR10). One of the disks is "Unknown" in STM, but it's a SCSI disk (DGCC4400WD).
Does anybody know how I can check which driver that's used and which version the driver is. In the STM I can see that it's a "Fibre Channel Driver (Mass_Storage)". But how can I get the version and how do I upgrade it?
We are running HP-UX 11.00 on an L2000 9000/800.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 11:20 PM
03-29-2005 11:20 PM
Re: how can I check current driver for a device?
Could you post the output of
# ioscan -fnCdisk
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 11:28 PM
03-29-2005 11:28 PM
Re: how can I check current driver for a device?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 11:46 PM
03-29-2005 11:46 PM
Re: how can I check current driver for a device?
On the driver version, please use
ioscan -fnkCfc to gather the fc adapter names and then /opt/fcms/bin/tdutil /dev/tdN for the adapters' driver version.
(ioscan -fknd will give You the driver that attached to the fc adapter, but not it's version)
You can also ask EMC^2 for the utility 'emcgrab' (also found at their ftp site) and have them analyze the output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 02:55 AM
03-30-2005 02:55 AM
Re: how can I check current driver for a device?
The ioscan output looks let's me think of two scenarios, both of them unrelated to driver (same is used for the other disks) and ems (which is only reporting).
- The LUN got unreachable
-> is there an alternate path for it?
-> is the zoning okay?
-> was it mapped away in the Clariion?
- The LUN is gone
-> it might have become unbound in the Clariion (open EMC^2 call...)
use /opt/Navisphere/bin/navicli -h
/opt/Navisphere/bin/navicli -h
A manual page can be found at:
http://cowofdoom.com/~galt/public_html_old/stories/navicli-man.txt
If You have two SPs in it, there are two IPs and You should poll both logs.
If the Clariion reports everything to be ok, I'd try diskinfo etc. on the lost LUN. (but I probably never saw a Clariion reporting everything to be ok)
If You want, attach the STM formatted log from logtool to Your next post.