HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCSI Resets
Operating System - HP-UX
1835626
Members
3539
Online
110081
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-18-2004 08:45 AM
08-18-2004 08:45 AM
SCSI Resets
I am having a lot of SCSI resets appear in my syslog file:
Aug 18 12:01:36 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 826160, bus: 4
Aug 18 12:01:36 acorn vmunix: SCSI: Reset detected -- lbolt: 826160, bus: 4
Aug 18 12:05:47 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 851260, bus: 4
Aug 18 12:05:47 acorn vmunix: SCSI: Reset detected -- lbolt: 851260, bus: 4
Aug 18 12:08:21 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 866660, bus: 4
Aug 18 12:08:21 acorn vmunix: SCSI: Reset detected -- lbolt: 866660, bus: 4
Aug 18 12:08:34 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 867960, bus: 4
Aug 18 12:08:34 acorn vmunix: SCSI: Reset detected -- lbolt: 867960, bus: 4
Aug 18 12:08:49 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 869460, bus: 4
Aug 18 12:08:49 acorn vmunix: SCSI: Reset detected -- lbolt: 869460, bus: 4
These tend to happen during any type of disk to disk backup. It appears, and this may be a total coinscience that my available memory drops quite a bit when this happens and doesn't seem to get cleared up. It eventually gets to a point where I must reboot my server.
Anyone have any suggestions? My patches are al up to date.
Aug 18 12:01:36 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 826160, bus: 4
Aug 18 12:01:36 acorn vmunix: SCSI: Reset detected -- lbolt: 826160, bus: 4
Aug 18 12:05:47 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 851260, bus: 4
Aug 18 12:05:47 acorn vmunix: SCSI: Reset detected -- lbolt: 851260, bus: 4
Aug 18 12:08:21 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 866660, bus: 4
Aug 18 12:08:21 acorn vmunix: SCSI: Reset detected -- lbolt: 866660, bus: 4
Aug 18 12:08:34 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 867960, bus: 4
Aug 18 12:08:34 acorn vmunix: SCSI: Reset detected -- lbolt: 867960, bus: 4
Aug 18 12:08:49 acorn vmunix: SCSI: Resetting SCSI -- lbolt: 869460, bus: 4
Aug 18 12:08:49 acorn vmunix: SCSI: Reset detected -- lbolt: 869460, bus: 4
These tend to happen during any type of disk to disk backup. It appears, and this may be a total coinscience that my available memory drops quite a bit when this happens and doesn't seem to get cleared up. It eventually gets to a point where I must reboot my server.
Anyone have any suggestions? My patches are al up to date.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 12:01 PM
08-18-2004 12:01 PM
Re: SCSI Resets
lbolt messages tend to mean there is some form of timeout.
You may want to look at the pvtimeout of your LUN's. If it is set to the default you may wish to change and see the result. This cahnge can be done on the fly.
pvdisplay -v /dev/dsk/cxtydz
pvchange -t 180 /dev/dsk/cxtydz
You might also look at your buffer cache as well. The general consensus is usually in the 300-500Mb range. (dbc_max_pct)
You may want to look at the pvtimeout of your LUN's. If it is set to the default you may wish to change and see the result. This cahnge can be done on the fly.
pvdisplay -v /dev/dsk/cxtydz
pvchange -t 180 /dev/dsk/cxtydz
You might also look at your buffer cache as well. The general consensus is usually in the 300-500Mb range. (dbc_max_pct)
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 01:13 PM
08-18-2004 01:13 PM
Re: SCSI Resets
Hi,
Besides what Tully states, another leading cause is a device on the bus in distress.
Whenever *any* device on the bus resets due to a HW fault - the entire bus resets. So it's possible you're getting indications of an impending HW failure. Could be a drive or it could be the HBA itself. Unfortunately the msg is not indicating the device - the numeric value is simply a date value - specifically seconds from 1/1/70. You should scan the syslog.log for any other SCSI msgs in search of the device.
Rgds,
Jeff
Besides what Tully states, another leading cause is a device on the bus in distress.
Whenever *any* device on the bus resets due to a HW fault - the entire bus resets. So it's possible you're getting indications of an impending HW failure. Could be a drive or it could be the HBA itself. Unfortunately the msg is not indicating the device - the numeric value is simply a date value - specifically seconds from 1/1/70. You should scan the syslog.log for any other SCSI msgs in search of the device.
Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP