- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCSI Read error in dmesg
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-12-2003 10:49 PM
01-12-2003 10:49 PM
SCSI Read error in dmesg
blkno: 32, sectno: 2292, offset: 32768, bcount: 7."
syslog also shows crtical event code 199
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2003 11:20 PM
01-12-2003 11:20 PM
Re: SCSI Read error in dmesg
Check your syslog files.
/var/adm/syslog/syslog.log
If you find that error in this file during the last 24 hours, you should check your scsi connections / cables and devices.
Sorry, but i cannot read your attachment,
so i have to guess.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2003 11:34 PM
01-12-2003 11:34 PM
Re: SCSI Read error in dmesg
You have a read error trying to access the raw disk with minor number 0x031000. Run
$ ll /dev/rdsk | grep "0x0310000"
to find out which disk. Then you can try to read from the whole disk:
$ dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=1024k
If this aborts with an i/o error your disk is probably broken.
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 12:09 AM
01-13-2003 12:09 AM
Re: SCSI Read error in dmesg
if the 'dd' run fine and you can not find any read-error.
# dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=1k
Then please check if there are any timeouts set.
# lvdisplay -v /dev/vgXY/lvolX | grep -i time
# pvdisplay -v /dev/dsk/cXtYdZ | grep -i time
Remember on each disk which contains filesystems you should NEVER set the timeout other then default (30sec).
Then check if SCSI, LVM, FILESYSTEM (vxfs) patches are installed.
Hope that helps.
Regards,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 12:17 AM
01-13-2003 12:17 AM
Re: SCSI Read error in dmesg
It should give you the correct disk device
Just do a dd on that disk
ALso do a diskinfo on that disk and check whether the disk gives out the proper information.
REvert