<?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 mount point from tape backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-mount-point-from-tape-backup/m-p/3588286#M230970</link>
    <description>Many Thanks for the help! I used the script as you suggested. It worked perfectly!   Unfortunately when I forwarded the tape to the mount point that I still got an error message about it not being a vxdump tape.  So I decided that since the drive has been causing problems for some time now, the backup was probably bad and so I used an older tape and it did repopulate the drive.&lt;BR /&gt;&lt;BR /&gt;PS. I don't know why the backup was done using the vxdump and then the dd.  I will try to re-write it using rvxdump.  thanks for the suggestion.</description>
    <pubDate>Fri, 22 Jul 2005 13:51:57 GMT</pubDate>
    <dc:creator>Mary Capistrant</dc:creator>
    <dc:date>2005-07-22T13:51:57Z</dc:date>
    <item>
      <title>restore mount point from tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-mount-point-from-tape-backup/m-p/3588283#M230967</link>
      <description>Please help.&lt;BR /&gt;We have a machine running HPUX 11i that has two physical volumes, which are also volume groups called, vg00 and vg01.  Well vg01 died and so was replaced. I am now trying to restore the information onto vg01 from a backup tape.  Unfortunately the machine does not have a tape drive so it was backed up over the net with the following command :&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/vxdump -u -0 -b 64 -f - /home | (remsh &lt;MACHINE with="" tape="" drive=""&gt; /usr/bin/dd of=/dev/rmt/0mn bs=64k 2&amp;gt;&amp;amp;1) tee /tmp/tmp.2222&lt;BR /&gt;(unfortunately the originator of the script has moved on to another job) &lt;BR /&gt;&lt;BR /&gt;How do I reverse this command and restore the missing data to the newly installed physical volume?&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Mary&lt;BR /&gt;&lt;/MACHINE&gt;</description>
      <pubDate>Fri, 22 Jul 2005 01:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-mount-point-from-tape-backup/m-p/3588283#M230967</guid>
      <dc:creator>Mary Capistrant</dc:creator>
      <dc:date>2005-07-22T01:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: restore mount point from tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-mount-point-from-tape-backup/m-p/3588284#M230968</link>
      <description>Make sure your /home is empty, then: -&lt;BR /&gt;&lt;BR /&gt;# cd /home&lt;BR /&gt;# (remsh &lt;MACHINE with="" tape="" drive=""&gt; /usr/bin/dd if=/dev/rmt/0mn bs=64k 2&amp;gt;&amp;amp;1) | vxrestore -f - -r -v &lt;BR /&gt;&lt;BR /&gt;the "-f -" part of vxrestore and vxdump is telling it to write to stdout or read from stdin.  This is then written/read from the pipe over remsh.&lt;BR /&gt;&lt;BR /&gt;However I'm not sure why the previous administrator wouldn't have used rvxdump, which allows a vxdump to a remote tape drive?&lt;BR /&gt;&lt;/MACHINE&gt;</description>
      <pubDate>Fri, 22 Jul 2005 01:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-mount-point-from-tape-backup/m-p/3588284#M230968</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-07-22T01:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: restore mount point from tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-mount-point-from-tape-backup/m-p/3588285#M230969</link>
      <description>Hi Mary,&lt;BR /&gt;&lt;BR /&gt;Good day to you !&lt;BR /&gt;Use vxrestore to restore, check the man page of vxrestore for more details :&lt;BR /&gt;&lt;BR /&gt;# man vxrestore&lt;BR /&gt;&lt;BR /&gt;Check this url also regarding vxrestore :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5971-4772/apas08.html" target="_blank"&gt;http://docs.hp.com/en/5971-4772/apas08.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Fri, 22 Jul 2005 01:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-mount-point-from-tape-backup/m-p/3588285#M230969</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-07-22T01:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: restore mount point from tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-mount-point-from-tape-backup/m-p/3588286#M230970</link>
      <description>Many Thanks for the help! I used the script as you suggested. It worked perfectly!   Unfortunately when I forwarded the tape to the mount point that I still got an error message about it not being a vxdump tape.  So I decided that since the drive has been causing problems for some time now, the backup was probably bad and so I used an older tape and it did repopulate the drive.&lt;BR /&gt;&lt;BR /&gt;PS. I don't know why the backup was done using the vxdump and then the dd.  I will try to re-write it using rvxdump.  thanks for the suggestion.</description>
      <pubDate>Fri, 22 Jul 2005 13:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-mount-point-from-tape-backup/m-p/3588286#M230970</guid>
      <dc:creator>Mary Capistrant</dc:creator>
      <dc:date>2005-07-22T13:51:57Z</dc:date>
    </item>
  </channel>
</rss>

