- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCSI: Reset detected -- lbolt
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
01-06-2004 04:40 PM
01-06-2004 04:40 PM
SCSI: Reset detected -- lbolt
I have hundreds if not thousands of lines like these on my syslog.log and dmesg:
vmunix: SCSI: Reset detected -- lbolt: 485638206, bus: 0
they appear line after line almost every second... and no other details aside from that...
how do i know where my problem lies?
please help......
Thank you very much!!
ann
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 04:42 PM
01-06-2004 04:42 PM
Re: SCSI: Reset detected -- lbolt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 04:46 PM
01-06-2004 04:46 PM
Re: SCSI: Reset detected -- lbolt
1.A device not responding to SCSI requests or bad
2.SCSI connections not OK,check SCSI termination
3.Also you can try increasing the timeout on the device.
Just add your syslog.log file.we can find out the device creating problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 04:51 PM
01-06-2004 04:51 PM
Re: SCSI: Reset detected -- lbolt
i doubt that its a disk....
usually a disk has something like dev=1f... etc..
but my syslog.log only shows one liners that contain the lbolt/scsi reset message...
on an N4000, it could either be the core io or the system board...
any ideas if a scsi patch can fix it?
thanks!
ann
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 05:11 PM
01-06-2004 05:11 PM
Re: SCSI: Reset detected -- lbolt
Jan 7 08:45:30 scpauc1b vmunix: SCSI: Reset detected -- lbolt: 469037973, bus: 0
Jan 7 08:45:30 scpauc1b vmunix: SCSI: Reset detected -- lbolt: 469038024, bus: 0
Jan 7 08:45:31 scpauc1b vmunix: SCSI: Reset detected -- lbolt: 469038083, bus: 0
Jan 7 08:45:31 scpauc1b vmunix: SCSI: Reset detected -- lbolt: 469038134, bus: 0
no other details.. thats all there is...=(
help....
my ioscan also is hanging...
Thanks!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 05:48 PM
01-06-2004 05:48 PM
Re: SCSI: Reset detected -- lbolt
will determine that disk.
attach your syslog all entries reg. scsi lbolt errors.only then we can diagonise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 05:54 PM
01-06-2004 05:54 PM
Re: SCSI: Reset detected -- lbolt
1f converting to decimal is 31
#lsdev -b 31
will give you the device that should be disk
Ex.Just do a
#ll /dev/dsk|grep 020000
That should give you the disk
Then do a
#diskinfo
revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 07:01 PM
01-06-2004 07:01 PM
Re: SCSI: Reset detected -- lbolt
If your ioscan is hanging then one of your devices in one of your SCSI chains is faulty.
Try to type:
ioscan -fnkC ext_bus
The one that gives you instance 0 (underneath I) is the hardware path of the SCSI controller reporting the errors. When you know this, you should try to see what devices are attached to this SCSI controller.
ioscan -fnkC ext_bus shouldn't hang since you are only requesting a kernel scan, not a hardware scan of the actual machine.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 08:31 PM
01-06-2004 08:31 PM
Re: SCSI: Reset detected -- lbolt
Did you install OnlineDiag. You can have a look at your scsi chain and disk using stm.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 08:40 PM
01-06-2004 08:40 PM
Re: SCSI: Reset detected -- lbolt
If you use ODE then use xstm its more visually friendly than cstm or mstsm.
John.