<?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 Using dd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183015#M552765</link>
    <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I've read some of the forum topics regarding this subject but would appreciate some guidance on the subject.&lt;BR /&gt;&lt;BR /&gt;I am investigating copying Oracle .dbf files from one filesystem to another using 'dd' for example:&lt;BR /&gt;&lt;BR /&gt;dd if=/fs1/file1.dbf of=/fs2/file1.dbf &amp;amp;&lt;BR /&gt;dd if=/fs1/file2.dbf of=/fs2/file2.dbf &amp;amp;&lt;BR /&gt;dd if=/fs1/file3.dbf of=/fs2/file3.dbf &amp;amp;&lt;BR /&gt;&lt;BR /&gt;I have not included the 'bs=' option as I am currently testing different variations from 128k - 4096k (The trade-off being the system time)&lt;BR /&gt;&lt;BR /&gt;The reason for this approach is:&lt;BR /&gt;a) The files are greater than 2GB in size&lt;BR /&gt;b) It appears to be relatively fast.&lt;BR /&gt;&lt;BR /&gt;The Database is offline and as such the files are static.&lt;BR /&gt;&lt;BR /&gt;What I am asking is:&lt;BR /&gt;A) Is this, probably, the best method?&lt;BR /&gt;B) Can anyone highlight any potential issues with this approach?&lt;BR /&gt;&lt;BR /&gt;Thanks in anticipation.&lt;BR /&gt;Paul</description>
    <pubDate>Mon, 22 Jun 2009 11:33:26 GMT</pubDate>
    <dc:creator>Paul Procter</dc:creator>
    <dc:date>2009-06-22T11:33:26Z</dc:date>
    <item>
      <title>Using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183015#M552765</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I've read some of the forum topics regarding this subject but would appreciate some guidance on the subject.&lt;BR /&gt;&lt;BR /&gt;I am investigating copying Oracle .dbf files from one filesystem to another using 'dd' for example:&lt;BR /&gt;&lt;BR /&gt;dd if=/fs1/file1.dbf of=/fs2/file1.dbf &amp;amp;&lt;BR /&gt;dd if=/fs1/file2.dbf of=/fs2/file2.dbf &amp;amp;&lt;BR /&gt;dd if=/fs1/file3.dbf of=/fs2/file3.dbf &amp;amp;&lt;BR /&gt;&lt;BR /&gt;I have not included the 'bs=' option as I am currently testing different variations from 128k - 4096k (The trade-off being the system time)&lt;BR /&gt;&lt;BR /&gt;The reason for this approach is:&lt;BR /&gt;a) The files are greater than 2GB in size&lt;BR /&gt;b) It appears to be relatively fast.&lt;BR /&gt;&lt;BR /&gt;The Database is offline and as such the files are static.&lt;BR /&gt;&lt;BR /&gt;What I am asking is:&lt;BR /&gt;A) Is this, probably, the best method?&lt;BR /&gt;B) Can anyone highlight any potential issues with this approach?&lt;BR /&gt;&lt;BR /&gt;Thanks in anticipation.&lt;BR /&gt;Paul</description>
      <pubDate>Mon, 22 Jun 2009 11:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183015#M552765</guid>
      <dc:creator>Paul Procter</dc:creator>
      <dc:date>2009-06-22T11:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183016#M552766</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;a) Probably not the best method. An OS copy will work very well with the database offline.&lt;BR /&gt;&lt;BR /&gt;b) Database corruption, high i/o, though the method should pass rigorous testing.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 22 Jun 2009 11:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183016#M552766</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-22T11:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183017#M552767</link>
      <description>Hi Paul:&lt;BR /&gt;&lt;BR /&gt;I think some simple timeings with and without 'bs' will convince you that blocking reduces the overall copy time.&lt;BR /&gt;&lt;BR /&gt;The file size has nothing to do with using or not using 'bs'.  Using 'bs' means that no incore buffer-to-buffer copy occurs which speeds things up even more.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 22 Jun 2009 11:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183017#M552767</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-22T11:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183018#M552768</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;You did not ask this in your question I know, but my suggestion is to use vxdump|vxrestore commands to copy huge chinks of data from one place to another on the same system. In our SAN migration, we have found this to be the fastest way to replicate data from a filesystem on the old storage array to another filesystem on the new array.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Mon, 22 Jun 2009 11:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183018#M552768</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-06-22T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183019#M552769</link>
      <description>&lt;!--!*#--&gt;Guys,&lt;BR /&gt;&lt;BR /&gt;Many thanks for the information thus far:&lt;BR /&gt;&lt;BR /&gt;I'll investigate the database corruption, if the files are static though I'm hoping that won't be an issue.&lt;BR /&gt;&lt;BR /&gt;Best 'bs=' size at the moment is looking like 512k. When timed this gives the best throughput against the amount of system time utilised. &lt;BR /&gt;&lt;BR /&gt;Tried vxdump|vxrestore but this doesn't appear to work at file level (unless I'm missing something) however the information was useful for filesystems so thanks for that.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Mon, 22 Jun 2009 12:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183019#M552769</guid>
      <dc:creator>Paul Procter</dc:creator>
      <dc:date>2009-06-22T12:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183020#M552770</link>
      <description>----- Thread Closed -----</description>
      <pubDate>Thu, 11 Feb 2010 15:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-dd/m-p/5183020#M552770</guid>
      <dc:creator>Paul Procter</dc:creator>
      <dc:date>2010-02-11T15:33:17Z</dc:date>
    </item>
  </channel>
</rss>

