- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCSI error
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
10-13-2004 02:42 PM
10-13-2004 02:42 PM
I encountered some problems yesterday in one of my servers. My application was very slow so I rebooted the server using command "shutdown -ry 0". The server didn't go up and it hanged. I performed power cycle and it started ok. I checked on the syslog and found the ff:
Oct 13 16:43:12 above message repeats 19 times
Oct 13 16:43:02 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,
Oct 13 16:43:12 above message repeats 19 times
Oct 13 16:43:12 vmunix:
Oct 13 16:43:12 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,
Oct 13 16:43:23 vmunix:
Oct 13 16:43:23 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,
Oct 13 16:43:33 vmunix:
Oct 13 16:43:33 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,
Oct 13 16:43:43 vmunix:
Oct 13 16:43:43 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,
Oct 13 16:43:54 vmunix:
Oct 13 16:43:54 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,
Oct 13 16:44:04 vmunix:
Oct 13 16:44:04 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,
Oct 13 16:50:57 vmunix:
I checked for hardware failures but didn't see any. No amber light on the disks. Any idea about my problem will be very much appreaciated. Btw, we are using K-class platform. Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:56 PM
10-13-2004 02:56 PM
Re: SCSI error
It looks like your error messages are complaining about the device c0t5d0. Your power cycle might have fixed it for now, but I would be suspicious of that device. Usually when these kind of errors pop up and then disappear, they reappear on me at 2:00am on a weekend. :)
Here is a link to a post that discusses how to decipher the device field in the error messages:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=180363
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 03:23 PM
10-13-2004 03:23 PM
SolutionLooks like there are intermittent failures on the disk c0t5d0. A quick way to find the device is to do ll /dev/dsk |grep 05000
Since these are only Read errors, there may not be any data corruption. However, if you see Write Errors, then you would need to unmount all the filesystems (pvdisplay /dev/dsk/c0t5d0) and do an 'fsck' on them.
If they keep on occuring (/var/adm/syslog/syslog.log), then I suggest you take a backup of these filesystems and replace the disk and restore the data.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 08:20 PM
10-13-2004 08:20 PM
Re: SCSI error
I would get a new disk and mirror the old one to it. If the original disk fails, break the mirror and your system should still be ok.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 12:38 AM
10-14-2004 12:38 AM
Re: SCSI error
The error relates to the disk currently that is read error & will not be a problem like the data getting corruputed but it is better to get the disk replaced ,the replacement can be done by different ways mentioned by others in this thread.
Rgds
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 01:06 AM
10-14-2004 01:06 AM
Re: SCSI error
this will be giving you the device the syslog is reporting on.
More ways to analyse on this device would be:
pvdisplay -v /dev/dsk/c5t0d0
diskinfo /dev/rdsk/c5t0d0
echo "selclass type disk; info; wait; infolog" | cstm | more
And also if you can have outage, just try unmounting the filesystem on the disk and do fsck, and mount them back. You will have a confidence taking steps..
Thanks
Prashant