- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Where can I find more information on the follo...
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-19-2008 08:09 AM
03-19-2008 08:09 AM
Where can I find more information on the following log entry?
Mar 19 07:13:17 lark kernel: mptbase: ioc0: WARNING - IOCStatus(0x0007): Invalid Field
Sometimes I see 0x0002 and other values... where are they defined?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2008 07:40 AM
03-22-2008 07:40 AM
Re: Where can I find more information on the following log entry?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2008 04:40 AM
03-24-2008 04:40 AM
Re: Where can I find more information on the following log entry?
[root@quark /]# locate mptbase
/lib/modules/2.4.21-32.0.1.EL/kernel/drivers/addon/fusion_20505/mptbase_20505.o
/lib/modules/2.4.21-32.0.1.EL/kernel/drivers/addon/fusion_20511/mptbase_20511.o
/lib/modules/2.4.21-32.0.1.EL/kernel/drivers/message/fusion/mptbase.o
/lib/modules/2.4.21-32.0.1.ELsmp/kernel/drivers/addon/fusion_20505/mptbase_20505.o
/lib/modules/2.4.21-32.0.1.ELsmp/kernel/drivers/addon/fusion_20511/mptbase_20511.o
/lib/modules/2.4.21-32.0.1.ELsmp/kernel/drivers/message/fusion/mptbase.o
/lib/modules/2.4.21-40.ELsmp/kernel/drivers/message/fusion/mptbase.o
/lib/modules/2.4.21-40.EL/kernel/drivers/message/fusion/mptbase.o
/lib/modules/2.4.21-50.ELsmp/kernel/drivers/message/fusion/mptbase.o
/lib/modules/2.4.21-50.EL/kernel/drivers/message/fusion/mptbase.o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2008 09:21 AM
03-24-2008 09:21 AM
Re: Where can I find more information on the following log entry?
Quick google also returned this from an Intel page. May not be the same thing, but could point you in the right direction. Might have processes/application not clearing IOCTL status flags similar to case below.
Defect fixes
â ¢ Issue: Incorrect Inquiry data returned as a result of a ssp passthrough Inquiries.
Reported by: Customer
To Reproduce: Have a OEM System Health agent running on a system with a PCI-E SAS host adapter with a disk drive attached. Run a script that repeatedly issues ssp passthrough Inquiries to the SAS disk drive. Note that some of the Inquiries only return 4 bytes of data and the data is incorrect.
Description of Change: Changed code top clear driver IOCTL status flags before each IOCTL request is issued, instead of after. Some IOCTL requests were not clearing those flags so that subsequent request completions were examining stale data, causing the command to fail with no status data. The issue only occurred with PCI-E SAS HBAâ s since they return an IOCStatus of 0x07 (Invalid Field) whereas PCI-X SAS HBAs return IOCStatus of 0x02 (Busy) for Toolbox commands with ISTWI_READ_WRITE_TOOL that are issued by the System Health agent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 06:26 AM
03-25-2008 06:26 AM
Re: Where can I find more information on the following log entry?
The value 0x0007 is from the ioc_status variable, which is read from the I/O Controller hardware.
You would need the hardware programming documentation to go any further than that.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 11:51 AM
03-25-2008 11:51 AM
Re: Where can I find more information on the following log entry?
I'm assuming the IOCStatus of 0x0007 deals with the MSL 6030 library doing it's POC/inventory and not responding to any controller commands.
Will research further.