<?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: restore vg using dd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519960#M219675</link>
    <description>Matthew,&lt;BR /&gt;&lt;BR /&gt;It just occurred to me - you need to ensure that your logical volume definitions are identical.  They probably are but just in case . . . .&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 07 Apr 2005 05:35:56 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-04-07T05:35:56Z</dc:date>
    <item>
      <title>restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519958#M219673</link>
      <description>I have a pre-upgrade LUN copy of my applcation volume group LUN, that I wish to recover to. I.e regress applciation to pre-upgrade. I am thinking the easiest way to do this is via dd. high level process...&lt;BR /&gt;&lt;BR /&gt;1. mount both vg11 and vg11_copy&lt;BR /&gt;2. newfs all vg11 file systems&lt;BR /&gt;3. dd if=/dev/vg11_copy/rlvolA of=/dev/vg11/rlvolA&lt;BR /&gt;4. dd if=/dev/vg11_copy/rlvolB of=/dev/vg11/rlvolB&lt;BR /&gt;5. And so on.&lt;BR /&gt;6. Unmount vg11_copy&lt;BR /&gt;&lt;BR /&gt;2 questions. Is this the best way to do this... and if so what block size should I use, it's a 40Gb volume.</description>
      <pubDate>Thu, 07 Apr 2005 05:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519958#M219673</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2005-04-07T05:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519959#M219674</link>
      <description>Matthew,&lt;BR /&gt;&lt;BR /&gt;It sounds feasible.  Make sure you use the raw logical volumes (as you showed).  For block size, I would use 1024K.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg11_copy/rlvolA of=/dev/vg11/rlvolA bs=1024k&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Apr 2005 05:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519959#M219674</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-07T05:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519960#M219675</link>
      <description>Matthew,&lt;BR /&gt;&lt;BR /&gt;It just occurred to me - you need to ensure that your logical volume definitions are identical.  They probably are but just in case . . . .&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Apr 2005 05:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519960#M219675</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-07T05:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519961#M219676</link>
      <description>by that I take it you mean lv sizes etc...</description>
      <pubDate>Thu, 07 Apr 2005 05:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519961#M219676</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2005-04-07T05:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519962#M219677</link>
      <description>Exactly.  How was your LUN copy produced?  By dd, I hope.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Apr 2005 05:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519962#M219677</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-07T05:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519963#M219678</link>
      <description>It's a lun on an eva, created using business copy - a snapclone.</description>
      <pubDate>Thu, 07 Apr 2005 05:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519963#M219678</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2005-04-07T05:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519964#M219679</link>
      <description>Hmmmm, I'm not familiar with business copy but it still seems reasonable if it's an exact copy.  I don't suppose business copy has a business resore function, does it?  Or could you just business copy back, rather than dd?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Apr 2005 05:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519964#M219679</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-07T05:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519965#M219680</link>
      <description>I wish!! That's why I'm asking this question unfortunately! The VA version of business copy did... but I'm told there is no such functionality on the EVA.. which sucks as apart from this issue the EVA's are a fantastic product!</description>
      <pubDate>Thu, 07 Apr 2005 05:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519965#M219680</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2005-04-07T05:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519966#M219681</link>
      <description>One last question then... I'm testing the speed of this by setting the of=/dev/null.. how realistic will the timings be compared to writing it to actual disk? This is taking 2.5 minutes to dd 40Gb which is fantastic!!</description>
      <pubDate>Thu, 07 Apr 2005 06:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519966#M219681</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2005-04-07T06:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519967#M219682</link>
      <description>I expect it will be a bit slower when you're actually writing to disk, but it's just a sequential dump so it's pretty quick.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Apr 2005 06:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519967#M219682</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-07T06:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: restore vg using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519968#M219683</link>
      <description>Hi Mathew,&lt;BR /&gt;&lt;BR /&gt;There is a option of reverse sync in business copy &amp;amp; we have even tried this with our XP1024. If your EVA is supporting business copy then it should also support reverse copy, just cros check it.&lt;BR /&gt;&lt;BR /&gt;Moreover for copying 40Gb of data through dd should atleast take 5-6 Minutes. This is what is takes in our case with XP1024. Just share the exact time once you are finished with activity.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Thu, 07 Apr 2005 06:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-vg-using-dd/m-p/3519968#M219683</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-07T06:38:30Z</dc:date>
    </item>
  </channel>
</rss>

