<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to check linux for I/O errors ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-linux-for-i-o-errors/m-p/3065058#M73992</link>
    <description>The error are logged in logs in /var/log&lt;BR /&gt;&lt;BR /&gt;a way to see then interactively would be &lt;BR /&gt;&lt;BR /&gt;tail -f /var/log/messages&lt;BR /&gt;&lt;BR /&gt;have this running in one session and submit io intensive task in an other ( ex: like ls -lR /* )&lt;BR /&gt;&lt;BR /&gt;there are a few other command related to io&lt;BR /&gt;&lt;BR /&gt;# iostat 1 5 &lt;BR /&gt;&lt;BR /&gt;would display io statistics  5 time at 1 sec interval (also informe on page in page out)&lt;BR /&gt;&lt;BR /&gt;sar -d    ! display's output/input stat on device&lt;BR /&gt;&lt;BR /&gt;the best is man of iostat sar&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Sep 2003 16:25:38 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-09-11T16:25:38Z</dc:date>
    <item>
      <title>how to check linux for I/O errors ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-linux-for-i-o-errors/m-p/3065055#M73989</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;knows someone,&lt;BR /&gt;how to check linux for I/O errors ?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chris</description>
      <pubDate>Sat, 06 Sep 2003 12:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-linux-for-i-o-errors/m-p/3065055#M73989</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2003-09-06T12:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to check linux for I/O errors ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-linux-for-i-o-errors/m-p/3065056#M73990</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I/O errors would be displayed in /var/log/syslog or other log files.&lt;BR /&gt;&lt;BR /&gt;Disk I/O errors would look like this:&lt;BR /&gt;Aug 8 06:40:09 linux kernel: I/O error: dev 0b:00, sector 64&lt;BR /&gt;Aug 8 06:40:09 linux kernel: I/O error: dev 0b:00, sector 88&lt;BR /&gt;Aug 8 06:40:09 linux kernel: I/O error: dev 0b:00, sector 64&lt;BR /&gt;Aug 8 06:40:09 linux last message repeated 8 times&lt;BR /&gt;Aug 8 11:05:54 linux kernel: I/O error: dev 0b:00, sector 64&lt;BR /&gt;Aug 8 11:05:54 linux last message repeated 9 times&lt;BR /&gt; &lt;BR /&gt;Thanks,&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Sep 2003 01:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-linux-for-i-o-errors/m-p/3065056#M73990</guid>
      <dc:creator>Jean-Pierre Denis</dc:creator>
      <dc:date>2003-09-07T01:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to check linux for I/O errors ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-linux-for-i-o-errors/m-p/3065057#M73991</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;there is it not any command from shell&lt;BR /&gt;to run the disk check for I/O errors ???&lt;BR /&gt;&lt;BR /&gt;any other idea ?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;chris</description>
      <pubDate>Thu, 11 Sep 2003 16:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-linux-for-i-o-errors/m-p/3065057#M73991</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2003-09-11T16:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to check linux for I/O errors ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-linux-for-i-o-errors/m-p/3065058#M73992</link>
      <description>The error are logged in logs in /var/log&lt;BR /&gt;&lt;BR /&gt;a way to see then interactively would be &lt;BR /&gt;&lt;BR /&gt;tail -f /var/log/messages&lt;BR /&gt;&lt;BR /&gt;have this running in one session and submit io intensive task in an other ( ex: like ls -lR /* )&lt;BR /&gt;&lt;BR /&gt;there are a few other command related to io&lt;BR /&gt;&lt;BR /&gt;# iostat 1 5 &lt;BR /&gt;&lt;BR /&gt;would display io statistics  5 time at 1 sec interval (also informe on page in page out)&lt;BR /&gt;&lt;BR /&gt;sar -d    ! display's output/input stat on device&lt;BR /&gt;&lt;BR /&gt;the best is man of iostat sar&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 16:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-linux-for-i-o-errors/m-p/3065058#M73992</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-09-11T16:25:38Z</dc:date>
    </item>
  </channel>
</rss>

