- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error messages in syslog.log
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-30-2001 01:54 AM
11-30-2001 01:54 AM
There are two K classes machine1/2 who share an AutoRAID system and DLT's. They are in a ServiceGuard cluster. The first gets a very verbose lbolt msg the second gets a short lbolt. I'm assuming it is a shared device as the times of the messages are close.
Any pointers?
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 02:08 AM
11-30-2001 02:08 AM
Re: Error messages in syslog.log
nothing to worry about here.
I'm having this SCSI resets in my MC/SG Cluster too. I once asked HP what it was and they told me it had something to do with the cluser lock disk.
I' can't remember the exact reasons they told me, but this seems to be quite normal.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 02:19 AM
11-30-2001 02:19 AM
Re: Error messages in syslog.log
I also get SCSI resets from ServiceGuard with regard to the cluster lock disk.
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 02:48 AM
11-30-2001 02:48 AM
Re: Error messages in syslog.log
http://europe-support.external.hp.com/cki/bin/doc.pl/sid=d18c08141036ac46bb/screen=ckiDisplayDocument?docId=200000057370871
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 02:55 AM
11-30-2001 02:55 AM
Re: Error messages in syslog.log
The scsi resets ae normally caused by a bad controller, a cable that is too
long, or bad termination.
PHKL_24004 s700_800 11.00 SCSI IO Subsystem Cumulative Patch
PHCO_23875 s700_800 11.00 cumulative SAM/ObAM patch
PHCO_24437 s700_800 11.00 LVM commands cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 06:21 AM
11-30-2001 06:21 AM
Re: Error messages in syslog.log
I would get those messages from the RAID during backup. It turned out that the controller was unhappy, but there were real performance issues (crashing, etc). make sure you're patched up and if you're still seeing them or really worried about it, have the controller looked at. Maybe it needs a firmware update or something. I'd just keep an eye on it but you don't need to panic.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 08:16 AM
11-30-2001 08:16 AM
Re: Error messages in syslog.log
o How do you know it is the AutoRAID that is causing these errors. Where in the jumble of numbers does it point to the AutoRAID?
o The AutoRAID had it's firmware upgraded and relavent AR patches.
Cheers
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 08:50 AM
12-04-2001 08:50 AM
Re: Error messages in syslog.log
Many thanks
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:40 AM
12-05-2001 06:40 AM
SolutionSorry this is late, the thread got lost. Anyway, I think that you can identify the device from the syslog, but you'd have to be able to decifer the jumble of numbers there.
You could try to expand the timeout value to try to reduce the lbolts. Use pvchange -t 180 to change the default time from 30 to 180, which might help. If you don't have it, you could also throw OnlineDiagnostics (STM) on and run it through to see if any hardware issues pop up.
I was going to send you a link to a thread that had some info, but the entire thread vanished. Anyway, there was one that had how to read those things, so I'll put it in here. Maybe it will help.
{response by Michael Lampi}
{original error:}
SCSI:Abort Tag -- lbolt: 91143746, dev: 1f02a000, io_id: 26b2e26
{more stuff here}
The device driver handling the I/O is 0x1f = 31 decimal. This is the disk drive character device driver.
the bus handling the request is 0x02.
the SCSI ID of the device is 0xa, which translates into SCSI ID 10.
This particular drive did not respond to a SCSI command within the driver timeout period.
{end}
maybe that will help pin down where the problem was. Good luck!
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:49 AM
12-05-2001 06:49 AM
Re: Error messages in syslog.log
Here is the link I was looking for. just for your reference.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd0a1663ce855d511abcd0090277a778c,00.html
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 08:36 AM
12-05-2001 08:36 AM
Re: Error messages in syslog.log
Tim