<?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 disk for I/O error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328198#M341602</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at this document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Tue, 23 Dec 2008 20:43:20 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2008-12-23T20:43:20Z</dc:date>
    <item>
      <title>How to check disk for I/O error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328197#M341601</link>
      <description>Hey guys how do you check a disk for I/O error&lt;BR /&gt;&lt;BR /&gt;Also is there a log somewhere to check this.</description>
      <pubDate>Tue, 23 Dec 2008 20:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328197#M341601</guid>
      <dc:creator>C_V</dc:creator>
      <dc:date>2008-12-23T20:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to check disk for I/O error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328198#M341602</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at this document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 23 Dec 2008 20:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328198#M341602</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-12-23T20:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to check disk for I/O error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328199#M341603</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;...This will run for quite a while depending on the disk size.  You should see the same number of records in as out.&lt;BR /&gt;&lt;BR /&gt;Notice the use of the raw device file to bypass the Unix buffer cache.  Notice too, the use of a large blocksize to speed the process.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 23 Dec 2008 20:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328199#M341603</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-12-23T20:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to check disk for I/O error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328200#M341604</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;These docs is reffer by When_Good_Disks_Go_Bad_WP.pdf doc.&lt;BR /&gt;&lt;BR /&gt;These are the methods to check the disk is bad or good&lt;BR /&gt;&lt;BR /&gt;# ioscan -fCdisk&lt;BR /&gt;Class I H/W Path Driver S/W State H/W Type Description&lt;BR /&gt;===================================================================&lt;BR /&gt;disk 0 8/4.5.0 sdisk CLAIMED DEVICE SEAGATE ST34572WC&lt;BR /&gt;disk 1 8/4.8.0 sdisk UNCLAIMED UNKNOWN SEAGATE ST34572WC&lt;BR /&gt;disk 2 8/16/5.2.0 sdisk CLAIMED DEVICE TOSHIBA CD-ROM XM-5401TA&lt;BR /&gt;&lt;BR /&gt;Note:Only disks in state CLAIMED are currently accessible by the system. Disks in other states such as NO_HW or disks that are completely missing from the ioscan output are suspicious.&lt;BR /&gt;In this example, the disk at hardware path 8/4.8.0 is not accessible. &lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c1t2d3 | grep &lt;BR /&gt;"PV Status"&lt;BR /&gt;PV Status unavailable&lt;BR /&gt;&lt;BR /&gt;Note:if the pvdisplay command is able to report a valid status (unavailable/available) for it. Otherwise, the disk is unattached&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c0t5d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c0t5d0:&lt;BR /&gt;vendor: SEAGATE&lt;BR /&gt;product id: ST34572WC&lt;BR /&gt;type: direct access&lt;BR /&gt;size: 0 Kbytes&lt;BR /&gt;bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;Note:In this example the size is 0, so the disk is malfunctioning.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c1t3d0 of=/dev/null bs=1024k &amp;amp;&lt;BR /&gt;dd read error: I/O error&lt;BR /&gt;0+0 records in 0+0 records out&lt;BR /&gt;&lt;BR /&gt;Note:If the disk is functioning properly, no I/O errors are reported.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 24 Dec 2008 05:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328200#M341604</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-12-24T05:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to check disk for I/O error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328201#M341605</link>
      <description>Thanks All :)</description>
      <pubDate>Sat, 27 Dec 2008 08:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-disk-for-i-o-error/m-p/4328201#M341605</guid>
      <dc:creator>C_V</dc:creator>
      <dc:date>2008-12-27T08:18:15Z</dc:date>
    </item>
  </channel>
</rss>

