<?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: corrupt block in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246306#M891807</link>
    <description>Thanks for your answer but I can not understand raw file. Commands dd has finished at I/O error and I donÂ´t know if it is hardware problem or software problem. How can I recognize it? Can command mediainit solve this problem? What I have to do whith this disk?&lt;BR /&gt;Thanks, Dad</description>
    <pubDate>Fri, 16 Apr 2004 07:26:52 GMT</pubDate>
    <dc:creator>Dagmar Bendová</dc:creator>
    <dc:date>2004-04-16T07:26:52Z</dc:date>
    <item>
      <title>corrupt block</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246300#M891801</link>
      <description>Hallo,&lt;BR /&gt;  Our system is running at OS HP-UX 11.00. Does any utility exist that can found out a corrupt block at disk? I need an utility that can work with raw devices. I tried stm. I can not understand the output file - raw file. There is an error - EIO 5 and description of the mistake is in hexadecimal mode.&lt;BR /&gt;Thanks Dadie</description>
      <pubDate>Tue, 13 Apr 2004 06:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246300#M891801</guid>
      <dc:creator>Dagmar Bendová</dc:creator>
      <dc:date>2004-04-13T06:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: corrupt block</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246301#M891802</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Diffecult, you could try&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/cxtydz of=dev/null bs=1024&lt;BR /&gt;&lt;BR /&gt;I'm not shore it will report the exact block.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 13 Apr 2004 06:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246301#M891802</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-04-13T06:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: corrupt block</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246302#M891803</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;U can always check thru' dd.&lt;BR /&gt;&lt;BR /&gt;dd if=&lt;RAW_DEVICE_FILE&gt; of=/dev/null&lt;BR /&gt;&lt;BR /&gt;U have to get input and output as same.&lt;BR /&gt;&lt;BR /&gt;if any mismatch u can conclude the bad blocks.&lt;BR /&gt;&lt;BR /&gt;Hope this will help you.&lt;BR /&gt;&lt;BR /&gt;suresh&lt;/RAW_DEVICE_FILE&gt;</description>
      <pubDate>Tue, 13 Apr 2004 06:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246302#M891803</guid>
      <dc:creator>SureshKumar_2</dc:creator>
      <dc:date>2004-04-13T06:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: corrupt block</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246303#M891804</link>
      <description>I have tried cmd dd with this result:&lt;BR /&gt;dd read error: Unknown error&lt;BR /&gt;1466160+0 records in&lt;BR /&gt;1466160+0 records out</description>
      <pubDate>Tue, 13 Apr 2004 07:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246303#M891804</guid>
      <dc:creator>Dagmar Bendová</dc:creator>
      <dc:date>2004-04-13T07:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: corrupt block</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246304#M891805</link>
      <description>Hi Dadie,&lt;BR /&gt;&lt;BR /&gt;Could you check the output from,&lt;BR /&gt;&lt;BR /&gt;# diskinfo -v /dev/rdsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;and check if the number of block correspond to the number of blocks from your dd command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 13 Apr 2004 08:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246304#M891805</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-04-13T08:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: corrupt block</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246305#M891806</link>
      <description>Hi dadie,&lt;BR /&gt;&lt;BR /&gt;there is a utility inside stm called the logtool which is used to read the raw logs created stm. execute stm and invoke the logtool utility and specify the location of the raw log file corresponding to your disk.  This utility will convert the raw log file into a readable format and will be displayed on the screen. &lt;BR /&gt;&lt;BR /&gt;but as robert said, dd is also a good util to check up the consistency of your disk&lt;BR /&gt;&lt;BR /&gt;With best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Tue, 13 Apr 2004 08:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246305#M891806</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-04-13T08:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: corrupt block</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246306#M891807</link>
      <description>Thanks for your answer but I can not understand raw file. Commands dd has finished at I/O error and I donÂ´t know if it is hardware problem or software problem. How can I recognize it? Can command mediainit solve this problem? What I have to do whith this disk?&lt;BR /&gt;Thanks, Dad</description>
      <pubDate>Fri, 16 Apr 2004 07:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupt-block/m-p/3246306#M891807</guid>
      <dc:creator>Dagmar Bendová</dc:creator>
      <dc:date>2004-04-16T07:26:52Z</dc:date>
    </item>
  </channel>
</rss>

