<?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: Recovering a file which is backedup using dd command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089181#M144401</link>
    <description>oops, didn't read your post correctly.  Bernhard has the correct answer to your question.</description>
    <pubDate>Thu, 09 Oct 2003 05:29:57 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2003-10-09T05:29:57Z</dc:date>
    <item>
      <title>Recovering a file which is backedup using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089177#M144397</link>
      <description>Dear Gurus,&lt;BR /&gt;&lt;BR /&gt;I have taken backup of 10 RAW LOGICAL VOLUMES using the below command&lt;BR /&gt;#dd if=/dev/vgsg/rt1.dbf of=/dev/rmt/0mn bs=8k&lt;BR /&gt;#dd if=/dev/vgsg/rt2.dbf of=/dev/rmt/0mn bs=8k&lt;BR /&gt;#dd if=/dev/vgsg/rt3.dbf of=/dev/rmt/0mn bs=8k&lt;BR /&gt;&lt;BR /&gt;Now i want to restore the rt3.dbf file.Can u pls let me know the procedure for recovering the same.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Vishwanath.A</description>
      <pubDate>Thu, 09 Oct 2003 05:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089177#M144397</guid>
      <dc:creator>A.Vishwanath_2</dc:creator>
      <dc:date>2003-10-09T05:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Recovering a file which is backedup using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089178#M144398</link>
      <description>Just reverse the "if" and "of" devices as in&lt;BR /&gt; &lt;BR /&gt;dd if=/dev/rmt/0mn of=/dev/vgsg/rt1 bs=8k</description>
      <pubDate>Thu, 09 Oct 2003 05:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089178#M144398</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-09T05:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Recovering a file which is backedup using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089179#M144399</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;assuming you dd'ed all three files on a single tape (you used no-rewind device file) and want to restore ONLY the third tapefile, you would have to make sure to rewind the tape to the beginning, move forward two tapefiles, then extract the third tapefile.&lt;BR /&gt; &lt;BR /&gt;mt -f /dev/rmt/0m rewind&lt;BR /&gt;mt -f /dev/rmt/0mn fsf 2&lt;BR /&gt;dd if=/dev/rmt/0mn of=/dev/vgsg/rt3.dbf bs=8k&lt;BR /&gt;mt -f /dev/rmt/0m rewind&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 09 Oct 2003 05:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089179#M144399</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-10-09T05:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Recovering a file which is backedup using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089180#M144400</link>
      <description>% dd if=/dev/rmt/0m of=/dev/&lt;RAW device=""&gt; bs=&lt;ORACLE block="" size=""&gt;&lt;/ORACLE&gt;&lt;/RAW&gt;</description>
      <pubDate>Thu, 09 Oct 2003 05:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089180#M144400</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-09T05:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Recovering a file which is backedup using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089181#M144401</link>
      <description>oops, didn't read your post correctly.  Bernhard has the correct answer to your question.</description>
      <pubDate>Thu, 09 Oct 2003 05:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089181#M144401</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-09T05:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Recovering a file which is backedup using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089182#M144402</link>
      <description>It this is a Oracle restore,you can also use the dbv (dbverify) utility to verify the restoration.&lt;BR /&gt;&lt;BR /&gt;revert on further help!</description>
      <pubDate>Thu, 09 Oct 2003 05:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recovering-a-file-which-is-backedup-using-dd-command/m-p/3089182#M144402</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-09T05:33:21Z</dc:date>
    </item>
  </channel>
</rss>

