<?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: IO Error using dd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903138#M105441</link>
    <description>And what are you using for a block size on your dd command?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 12 Feb 2003 20:13:01 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-02-12T20:13:01Z</dc:date>
    <item>
      <title>IO Error using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903136#M105439</link>
      <description>Hi ALL,&lt;BR /&gt;&lt;BR /&gt;I am using dd to transfer data between two logical volumes in two diff VG's and I am getting the following error&lt;BR /&gt;"I/O Error" &lt;BR /&gt;20001+0 records in &lt;BR /&gt;20000+1 records out&lt;BR /&gt;&lt;BR /&gt;why does this error occur , how can i fix this , the disks are fine as I do not see any scsi errors in my syslog or dmesg. &lt;BR /&gt;Thanks in adv,&lt;BR /&gt;Bugs_Bnny&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Feb 2003 20:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903136#M105439</guid>
      <dc:creator>Bugs_Bnny</dc:creator>
      <dc:date>2003-02-12T20:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: IO Error using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903137#M105440</link>
      <description>What's up doc?&lt;BR /&gt;&lt;BR /&gt;Anyway, does vgdisplay show the two VG to be identical in number and size of PE's?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 12 Feb 2003 20:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903137#M105440</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-12T20:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: IO Error using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903138#M105441</link>
      <description>And what are you using for a block size on your dd command?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 12 Feb 2003 20:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903138#M105441</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-12T20:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: IO Error using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903139#M105442</link>
      <description>dd does block by block copy.&lt;BR /&gt;if it is saying i/o error, then check with fsck on both lvols.</description>
      <pubDate>Wed, 12 Feb 2003 20:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903139#M105442</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-02-12T20:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: IO Error using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903140#M105443</link>
      <description>Looks like the source or destination hard disk has bad blocks. Use the command &lt;BR /&gt;dd if=/dev/rdsk/c0t1d0 of=/dev/null bs=1024k, to check to see if the command gives the same I/O Error. &lt;BR /&gt;Once again it depends whether the HDD is used as a physcial volume or it is a raw disk. If it is a physical volume and is part of a volume group, the lvm subsystem will take care about bad block relocation. &lt;BR /&gt;</description>
      <pubDate>Wed, 12 Feb 2003 20:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903140#M105443</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-02-12T20:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: IO Error using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903141#M105444</link>
      <description>You need to do an echo ${?} immediately upon the exit of dd to indicate the errno BUT it appears that you have reached the end of the lvol on the destination. The '+ 0' means that no partial blocks were read but the '+ 1' indicates that a partial block was written. If you are going to do this kind of transfer, you need to make certain that the destination is at least as big as the source. I would also specify a rather large blocksize (e.g. bs=8000k) to speed the process. &lt;BR /&gt;</description>
      <pubDate>Wed, 12 Feb 2003 20:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903141#M105444</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-02-12T20:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: IO Error using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903142#M105445</link>
      <description>I was just about to mention to make sure that your destination Logical Volume has the same number of extent as your Source Logical Volume.</description>
      <pubDate>Wed, 12 Feb 2003 20:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903142#M105445</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-02-12T20:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: IO Error using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903143#M105446</link>
      <description>This error you receive is most probably means that source volume has more physical extents than destination can keep (Pete is right). So dd did not finish reading source volume, but destination volume appeared reached its end&lt;BR /&gt;Eugeny</description>
      <pubDate>Wed, 12 Feb 2003 20:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903143#M105446</guid>
      <dc:creator>Eugeny Brychkov</dc:creator>
      <dc:date>2003-02-12T20:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: IO Error using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903144#M105447</link>
      <description>Thanks ALL !&lt;BR /&gt;&lt;BR /&gt;The destination lvol was smaller than the source lvol. Thank you for all your responses. I have assigned apporpriate points to everybody.&lt;BR /&gt;&lt;BR /&gt;Reagrds,&lt;BR /&gt;Bugs_Bnny&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Feb 2003 18:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-using-dd/m-p/2903144#M105447</guid>
      <dc:creator>Bugs_Bnny</dc:creator>
      <dc:date>2003-02-14T18:22:15Z</dc:date>
    </item>
  </channel>
</rss>

