- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LBOLT errors indicative of impending hard drive fa...
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
02-26-2006 05:10 AM
02-26-2006 05:10 AM
What confuses me about this is that the drive in question will often continue to work after the inital errors. Diskinfo may show the disk being fine. Small amounts of data may be written to it. Sometimes if a large amount of data is written to it the LBOLT error return sometimes they don't. When the drive is replaced the problems are gone.
What I've gradually come to assume is that the disk is "going bad" and I need to replace it as soon as possible. However, I've never understood what "going bad" would actually mean? And why would it generate LBOLT errors? Could a hard drive begin operating inefficiently and therefore generate LBOLT errors becuase its timeout value needs to be increased?
Has anyone had the same experience but come to a more satisfactory explanation of the cause? Any insight would be appreciated.
Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 07:03 AM
02-26-2006 07:03 AM
Re: LBOLT errors indicative of impending hard drive failure?
The link below should through some light on the issue.
http://unix.derkeiler.com/Mailing-Lists/HP-UX-Admin/2003-09/0006.html
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 07:42 AM
02-26-2006 07:42 AM
Re: LBOLT errors indicative of impending hard drive failure?
is good. One of the things that you learn in a solid state physics lab is just how much even a one-time modest overtemperature
exposure can permanently alter the characteristics of a semiconducter. Often not enough to completely disable a junction but enough to make it marginal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 05:08 PM
02-26-2006 05:08 PM
SolutionThese lbolts can be caused by hardware or software. A timeout can occur because of a hardware issue as noted above or by a software issue.
If the operating system holds a spinlock for a long time (several
seconds), it can cause interrupts to be missed by the SCSI driver.
This results in the SCSI driver erroneously thinking that the device
did not complete the operation (in fact, it did, but the SCSI driver
never got the notification). This is recorded as a "Request Timeout".
An "Abort averted" is a timeout that "almost happened"; it actually
did time out, but the notification was received by the driver just as
it was about to send an Abort msg to the device to cancel the request.
And a "First party detected bus hang" is often the result of the driver
losing communication w/ the card, which can occur when the driver doesn't
acknowledge interrupts in a timely fashion -- one of several possible
consequences of holding a spinlock for "too long".
This type of error can be corrected by increasing the timeout with
pvchange -t
Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2006 03:43 AM
02-27-2006 03:43 AM
Re: LBOLT errors indicative of impending hard drive failure?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2006 04:08 AM
02-27-2006 04:08 AM
Re: LBOLT errors indicative of impending hard drive failure?
Your so-called "LBOLT" errors result from many causes and w/o seeing those, it's difficult to be very specific. Timeouts are but one form of error. As a general rulke, if the i/o errors are confined to a single disk then replace the disk; if the i/o errors appear on multiple devices on the same SCSI bus then look at the controller, termination, and cabling. One of the most surprising aspects of SCSI technology is that often even an unterminated SCSI bus will almost work well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 09:08 AM
02-28-2006 09:08 AM
Re: LBOLT errors indicative of impending hard drive failure?
What kind of hardware are you experiencing these SCSI timeouts on?
On the older FWD SCSI interfaces with external storage, these problems would occur relatively randomly due to cabling issues. In fact, many of the problems were caused by usng cables between the HBA and disk enclosures, and between daisy-chained enclosures, that were too *short*. The fix was to use slightly longer cables.
It's also possible that one or more of your cables has been bent too severely and the wiring inside has been distorted, causing impedance "bumps" that cause noise on the bus.
Of course, there's also the possibility of flaky terminators and rogue electronics on drives, causing the drives to "not play well with others".
SCSI can provide lots of entertaining puzzle-solving activity time...entertaining when your job isn't in jeopardy, anyway...
Best Regards,
Dave