- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: I/O 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
07-29-2001 10:44 PM
07-29-2001 10:44 PM
I/O error
with the access to a file, I got an error message:
CAN NOT stat: (I/O error).
On what can it interpret, is soon broken the HD?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2001 10:49 PM
07-29-2001 10:49 PM
Re: I/O error
# dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=256k
dd(1m) will return an error if it cannot read a block, otherwise it will read the complete disk.
Best regards,
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2001 10:56 PM
07-29-2001 10:56 PM
Re: I/O error
Try reading your entire disk with
dd if=/dev/dsk/cxdytz of=/dev/null bs=4k
you should get a result
xyz blocks in
xyz blocks out,
otherwise an error messages which could indicate a defect disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 01:29 AM
07-30-2001 01:29 AM
Re: I/O error
1. If the light on disk is continously, that's means disk problem ( Replace it, hope mirrored or backed-up !).
2. Execute dd command ( as mentioned in previous response), if it did not terminates then it could be one of two cases :
2.1. Disk problem ( check also with "lvdisplay -v /dev/vgxx/lvol* ? more" and check for "stale", if so it's a disk problem ).
2.2. Check with ioscan ( it could be a controller problem ).
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 01:38 AM
07-30-2001 01:38 AM
Re: I/O error
the "dd" approach is good, but not sufficiant.
I had a case, where I was able to READ an entire disk, but is was defective and no WRITES where possible.
Contact HP-support to get a password for the diagnostics and read out the errorlogs of the disks in question (or let them do it iof they are able to dial in).
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 04:15 AM
07-30-2001 04:15 AM
Re: I/O error
I white also in which direction I do not move should
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 05:02 AM
07-30-2001 05:02 AM
Re: I/O error
When configured in Raid5, it should normally require more than one disk to fail, before you get an I/O error... The array's logs should help here again.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG