<?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 do you copy from one raw volume to another? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369056#M626232</link>
    <description>If you are copying from raw -&amp;gt; raw then yes you have to use "dd".  The cp, cpio etc are dependant on an underlying filesytem (HFS,VxFS etc).  Since your are talking raw volumes (presumably raw database volumes) then there is no notion of filesystems/files here.&lt;BR /&gt;&lt;BR /&gt;You should use the block device (ie lvol02) as this is buffered, and will be faster than the character (rlvol02) device.</description>
    <pubDate>Tue, 31 Aug 2004 09:53:33 GMT</pubDate>
    <dc:creator>Simon Hargrave</dc:creator>
    <dc:date>2004-08-31T09:53:33Z</dc:date>
    <item>
      <title>How do you copy from one raw volume to another?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369055#M626231</link>
      <description>I haven't worked with raw volumes for years.  I forget how.&lt;BR /&gt;&lt;BR /&gt;Do we just:&lt;BR /&gt;&lt;BR /&gt;..dd  if=/dev/vg20/rlvol02  of=/dev/vg21/rlvol02  bs=4096k&lt;BR /&gt;&lt;BR /&gt;Are there other commands for copying raw volumes?  cp, cpio, etc..?&lt;BR /&gt;&lt;BR /&gt;You use the "r"-lvol02 name, right?  Not the "lvol02" name...&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2004 09:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369055#M626231</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2004-08-31T09:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do you copy from one raw volume to another?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369056#M626232</link>
      <description>If you are copying from raw -&amp;gt; raw then yes you have to use "dd".  The cp, cpio etc are dependant on an underlying filesytem (HFS,VxFS etc).  Since your are talking raw volumes (presumably raw database volumes) then there is no notion of filesystems/files here.&lt;BR /&gt;&lt;BR /&gt;You should use the block device (ie lvol02) as this is buffered, and will be faster than the character (rlvol02) device.</description>
      <pubDate>Tue, 31 Aug 2004 09:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369056#M626232</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-08-31T09:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do you copy from one raw volume to another?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369057#M626233</link>
      <description>Actually, in my experiments, the raw device was always faster than the cooked.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 31 Aug 2004 09:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369057#M626233</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-08-31T09:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do you copy from one raw volume to another?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369058#M626234</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes when copying from raw to raw you should use the "dd" command&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Tue, 31 Aug 2004 09:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369058#M626234</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-08-31T09:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do you copy from one raw volume to another?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369059#M626235</link>
      <description>Hi,&lt;BR /&gt;some months before, i just try the same action, and my conclusion is &lt;BR /&gt;1) dd is the best way,&lt;BR /&gt;2) on raw device,&lt;BR /&gt;3) but bs=1024k is for me the faster way.&lt;BR /&gt;&lt;BR /&gt;It is also very useful to verify an complete disk, with something like :&lt;BR /&gt;dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;Take a look at :&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=454369" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=454369&lt;/A&gt;&lt;BR /&gt;for a complete thread on the block size argument.&lt;BR /&gt;&lt;BR /&gt;Olivier.</description>
      <pubDate>Wed, 01 Sep 2004 09:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369059#M626235</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-09-01T09:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do you copy from one raw volume to another?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369060#M626236</link>
      <description>Raw devices should always be faster but as an adminstrator,  you lose virtually all the tools to manage it.  To me, a raw device isn't worth losing that functionality; but it's my opinion!  &lt;BR /&gt;&lt;BR /&gt;If the source device is being used by a filesystem, will the file system be accessible by the fs?  I don't think so but want to confirm that.</description>
      <pubDate>Wed, 01 Sep 2004 11:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369060#M626236</guid>
      <dc:creator>Spike Burkhardt</dc:creator>
      <dc:date>2004-09-01T11:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do you copy from one raw volume to another?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369061#M626237</link>
      <description>When you are using DD or any disk copy methods , both the LV size needs to be same.&lt;BR /&gt;&lt;BR /&gt;If LV sizes are same, then you have an easy option of using mirroring&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 &lt;LVNAME&gt;&lt;BR /&gt;then split with&lt;BR /&gt;&lt;BR /&gt;lvsplit &lt;LV name=""&gt;/&lt;BR /&gt;&lt;BR /&gt;Now you have identical copy of the LV in two places.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Mohan&lt;BR /&gt;&lt;/LV&gt;&lt;/LVNAME&gt;</description>
      <pubDate>Sat, 16 Oct 2004 23:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-you-copy-from-one-raw-volume-to-another/m-p/3369061#M626237</guid>
      <dc:creator>Mohanraj Ramasamy</dc:creator>
      <dc:date>2004-10-16T23:41:55Z</dc:date>
    </item>
  </channel>
</rss>

