- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to check linux for I/O errors ?
Operating System - Linux
1820259
Members
2950
Online
109622
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
Discussions
Discussions
Discussions
Forums
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
тАО09-06-2003 05:16 AM
тАО09-06-2003 05:16 AM
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2003 06:42 PM
тАО09-06-2003 06:42 PM
Re: how to check linux for I/O errors ?
Hi,
I/O errors would be displayed in /var/log/syslog or other log files.
Disk I/O errors would look like this:
Aug 8 06:40:09 linux kernel: I/O error: dev 0b:00, sector 64
Aug 8 06:40:09 linux kernel: I/O error: dev 0b:00, sector 88
Aug 8 06:40:09 linux kernel: I/O error: dev 0b:00, sector 64
Aug 8 06:40:09 linux last message repeated 8 times
Aug 8 11:05:54 linux kernel: I/O error: dev 0b:00, sector 64
Aug 8 11:05:54 linux last message repeated 9 times
Thanks,
JP
I/O errors would be displayed in /var/log/syslog or other log files.
Disk I/O errors would look like this:
Aug 8 06:40:09 linux kernel: I/O error: dev 0b:00, sector 64
Aug 8 06:40:09 linux kernel: I/O error: dev 0b:00, sector 88
Aug 8 06:40:09 linux kernel: I/O error: dev 0b:00, sector 64
Aug 8 06:40:09 linux last message repeated 8 times
Aug 8 11:05:54 linux kernel: I/O error: dev 0b:00, sector 64
Aug 8 11:05:54 linux last message repeated 9 times
Thanks,
JP
Open your Mind and use Open Source software...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2003 09:08 AM
тАО09-11-2003 09:08 AM
Re: how to check linux for I/O errors ?
hi
there is it not any command from shell
to run the disk check for I/O errors ???
any other idea ?
best regards
chris
there is it not any command from shell
to run the disk check for I/O errors ???
any other idea ?
best regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2003 09:25 AM
тАО09-11-2003 09:25 AM
Solution
The error are logged in logs in /var/log
a way to see then interactively would be
tail -f /var/log/messages
have this running in one session and submit io intensive task in an other ( ex: like ls -lR /* )
there are a few other command related to io
# iostat 1 5
would display io statistics 5 time at 1 sec interval (also informe on page in page out)
sar -d ! display's output/input stat on device
the best is man of iostat sar
hope this helps.
J-P
a way to see then interactively would be
tail -f /var/log/messages
have this running in one session and submit io intensive task in an other ( ex: like ls -lR /* )
there are a few other command related to io
# iostat 1 5
would display io statistics 5 time at 1 sec interval (also informe on page in page out)
sar -d ! display's output/input stat on device
the best is man of iostat sar
hope this helps.
J-P
Smile I will feel the difference
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP