<?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: disk issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685879#M382834</link>
    <description>"read error is there but the records in = records out." &lt;BR /&gt;&lt;BR /&gt;Upon completion of command, dd reports the number of input and output records:&lt;BR /&gt;&lt;BR /&gt;If the Input record is equal to the Output record, its suggest disk is functioning properly, if not its failing then.&lt;BR /&gt;&lt;BR /&gt;You can also use "diskinfo" command to check disk status. If the reported size is nonzero, disk is functioning properly.</description>
    <pubDate>Mon, 13 Sep 2010 11:38:51 GMT</pubDate>
    <dc:creator>Ishwar_1</dc:creator>
    <dc:date>2010-09-13T11:38:51Z</dc:date>
    <item>
      <title>disk issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685876#M382831</link>
      <description>Dear expert,&lt;BR /&gt;&lt;BR /&gt;while running dd getting following output.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c2t0d0 of=/dev/null bs=1024k dd read error: I/O error&lt;BR /&gt;7739+0 records in&lt;BR /&gt;7739+0 records out&lt;BR /&gt;&lt;BR /&gt;Please suggest is this indicate any disk failure even though records in is equal to records out. &lt;BR /&gt;Aman&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2010 10:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685876#M382831</guid>
      <dc:creator>Pluto_2</dc:creator>
      <dc:date>2010-09-13T10:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: disk issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685877#M382832</link>
      <description>Example for :- &lt;BR /&gt;Successful read of the first 64 megabytes of the disk:&lt;BR /&gt;# dd if=/dev/rdsk/c0t5d0 of=/dev/null bs=1024k count=64&lt;BR /&gt;64+0 records in&lt;BR /&gt;64+0 records out&lt;BR /&gt;Unsuccessful read of the whole disk:&lt;BR /&gt;# dd if=/dev/rdsk/c1t3d0 of=/dev/null bs=1024k&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;Find the below Link for your refrence:-&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;</description>
      <pubDate>Mon, 13 Sep 2010 10:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685877#M382832</guid>
      <dc:creator>Ishwar_1</dc:creator>
      <dc:date>2010-09-13T10:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: disk issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685878#M382833</link>
      <description>here i m confuse becuse even though read error is there but the records in = records out.</description>
      <pubDate>Mon, 13 Sep 2010 11:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685878#M382833</guid>
      <dc:creator>Pluto_2</dc:creator>
      <dc:date>2010-09-13T11:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: disk issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685879#M382834</link>
      <description>"read error is there but the records in = records out." &lt;BR /&gt;&lt;BR /&gt;Upon completion of command, dd reports the number of input and output records:&lt;BR /&gt;&lt;BR /&gt;If the Input record is equal to the Output record, its suggest disk is functioning properly, if not its failing then.&lt;BR /&gt;&lt;BR /&gt;You can also use "diskinfo" command to check disk status. If the reported size is nonzero, disk is functioning properly.</description>
      <pubDate>Mon, 13 Sep 2010 11:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685879#M382834</guid>
      <dc:creator>Ishwar_1</dc:creator>
      <dc:date>2010-09-13T11:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: disk issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685880#M382835</link>
      <description>&amp;gt;even though read error is there but the records in = records out.&lt;BR /&gt;&lt;BR /&gt;The records will match whether the disk is good or bad.  One failure indication is the fact that it said "read error", another is the fact that the record count doesn't match the size of the disk.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Ishwar: If the Input record is equal to the Output record, its suggest disk is functioning properly&lt;BR /&gt;&lt;BR /&gt;Why would you say that?  All it means is that it read N records, got an error and had no problems writing the records to /dev/null.</description>
      <pubDate>Mon, 13 Sep 2010 12:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685880#M382835</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-13T12:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: disk issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685881#M382836</link>
      <description>Hi,&lt;BR /&gt;Additionally you can check this out:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnCdisk&lt;BR /&gt;&lt;BR /&gt;to see if any not CLAIMED status available,&lt;BR /&gt;&lt;BR /&gt;and you can use;&lt;BR /&gt;&lt;BR /&gt;# echo 2400?20X | adb /dev/dsk/c2t0d0 &lt;BR /&gt;&lt;BR /&gt;to see if any badblock is there:&lt;BR /&gt;Command output should be as follows (if there are no disk errors). &lt;BR /&gt; &lt;BR /&gt;2400:           44454645        43543031           0     0&lt;BR /&gt;                0               0               0               0&lt;BR /&gt;                0               0               0               0&lt;BR /&gt;                0               0               0               0&lt;BR /&gt;                0               0               0               0&lt;BR /&gt;&lt;BR /&gt;Those counters indicate of BBDIR that BadBlockDirectory any Bad Sector occurs in any disk , these numbers will be registered into these counters;&lt;BR /&gt;So, any non zero numbers indicate bad blocks and that disk should be changed on the spot !&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2010 12:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-issue/m-p/4685881#M382836</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-09-13T12:56:52Z</dc:date>
    </item>
  </channel>
</rss>

