<?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: vxdump vs dd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083068#M143104</link>
    <description>Rick,&lt;BR /&gt; &lt;BR /&gt;The obvious questions:&lt;BR /&gt; &lt;BR /&gt;First, this is a VxVM file system, right?&lt;BR /&gt; &lt;BR /&gt;Second, you are planning on dumping to an intermediate tape and then using vxrestore, right?&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Given that this is exactly what vxdump/vxrestore was created for, I would lean toward using them.  No idea on the relative speed of each approach, however.  It might be interesting to do some comparisons.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Pete&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Wed, 01 Oct 2003 13:34:23 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-10-01T13:34:23Z</dc:date>
    <item>
      <title>vxdump vs dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083066#M143102</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Going to be transferring large amounts of data from 1 array to another array. &lt;BR /&gt;&lt;BR /&gt;Question - which is the better command to use, dd or vxdump? What are the differences?</description>
      <pubDate>Wed, 01 Oct 2003 13:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083066#M143102</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2003-10-01T13:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: vxdump vs dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083067#M143103</link>
      <description>for differences, dd performs a low-level byte copy of the disk, whereas vxdump copy at the filesystem level. Either one will get the job done for you. If you will have both filesystems mounted at the same time, I would use find . -print |cpio -pdm /mntpnt.</description>
      <pubDate>Wed, 01 Oct 2003 13:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083067#M143103</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-10-01T13:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: vxdump vs dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083068#M143104</link>
      <description>Rick,&lt;BR /&gt; &lt;BR /&gt;The obvious questions:&lt;BR /&gt; &lt;BR /&gt;First, this is a VxVM file system, right?&lt;BR /&gt; &lt;BR /&gt;Second, you are planning on dumping to an intermediate tape and then using vxrestore, right?&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Given that this is exactly what vxdump/vxrestore was created for, I would lean toward using them.  No idea on the relative speed of each approach, however.  It might be interesting to do some comparisons.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Pete&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 13:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083068#M143104</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-10-01T13:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: vxdump vs dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083069#M143105</link>
      <description>If both arrays will be mounted on the same server, I will urge you to use [vx]dump/[vx]restore no matter which volume manager (LVM or VxVM):&lt;BR /&gt;&lt;BR /&gt;vxdump 0f - /srcfs|(cd /tgtfs;vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;If array is on a remote server (set authentication for root, ie. SSH, remsh or rsh ... you know this):&lt;BR /&gt;&lt;BR /&gt;On source server do,&lt;BR /&gt;&lt;BR /&gt;vxdump 0f - /srcfs | rsh tgtserver "(cd /tgtfs;vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;rsh can be substituted with ssh,remsh...etc.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 13:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083069#M143105</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-10-01T13:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: vxdump vs dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083070#M143106</link>
      <description>Nelson:&lt;BR /&gt;&lt;BR /&gt;Why would you urge vxdump usage over dd?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 14:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083070#M143106</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2003-10-01T14:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: vxdump vs dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083071#M143107</link>
      <description>dd is best suited for RAW copies -- that is if your target and source disk or LVOLS or VOL are sized exactly the same. dd is your only means if you have data that is actually stored raw .. ie. Oracle and Sybase instances that use raw devices.&lt;BR /&gt;&lt;BR /&gt;vxdump/vxrestore is the safest IMHO if transferring/migrating data accross filesystems as it takes care of links (bad or good), permissions and ownerships... cpio I will use at directory level copies although latest versions of VxFS (3.4) already supports dumping directories instead of whole filesystems.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 14:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083071#M143107</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-10-01T14:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: vxdump vs dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083072#M143108</link>
      <description>Many thanks to all responses!</description>
      <pubDate>Wed, 01 Oct 2003 14:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxdump-vs-dd/m-p/3083072#M143108</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2003-10-01T14:34:45Z</dc:date>
    </item>
  </channel>
</rss>

