<?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 to extract a file from media of make_tape_recovery in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024913#M429415</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To extract a single file from the make_tape_recovery image&lt;BR /&gt;&lt;BR /&gt;use the belwo syntax&lt;BR /&gt;# /usr/bin/mt -t /dev/rmt/1mn rew &lt;BR /&gt;# /usr/bin/mt -t /dev/rmt/1mn fsf 1 &lt;BR /&gt;# /usr/bin/tar xvf /dev/rmt/1m filename&lt;BR /&gt;&lt;BR /&gt;I could see you have used 1mn, use only 1m in the last command.&lt;BR /&gt;&lt;BR /&gt;TQ&lt;BR /&gt;Perumal</description>
    <pubDate>Fri, 26 Jan 2007 05:41:03 GMT</pubDate>
    <dc:creator>perumal_2</dc:creator>
    <dc:date>2007-01-26T05:41:03Z</dc:date>
    <item>
      <title>how to extract a file from media of make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024908#M429410</link>
      <description>&lt;BR /&gt;On one system&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/rmt/0m rew&lt;BR /&gt;mt -f /dev/rmt/0mn fsf 1&lt;BR /&gt;tar xvf /dev/rmt/0mn /etc/hosts&lt;BR /&gt;IO error.&lt;BR /&gt;&lt;BR /&gt;On the other system&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/rmt/1mn rew&lt;BR /&gt;mt -f /dev/rmt/1mn fsf 1&lt;BR /&gt;tar tvf /dev/rmt/1mn&lt;BR /&gt;Tar: blocksize = 2&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;mt -f /dev/rmt/1mn rew&lt;BR /&gt;mt -f /dev/rmt/1mn fsf 22&lt;BR /&gt;tar tvf /dev/rmt/1mn     It is OK.&lt;BR /&gt;tar xvf /dev/rmt/1mn /etc/hosts&lt;BR /&gt;&lt;BR /&gt;The file is not extracted and there is no error returned.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What's the problem?&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 04:22:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024908#M429410</guid>
      <dc:creator>chuanpeng.wang</dc:creator>
      <dc:date>2007-01-26T04:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a file from media of make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024909#M429411</link>
      <description>Hi,&lt;BR /&gt;are you talking about the same tape ?&lt;BR /&gt;First System&lt;BR /&gt;fsf 1&lt;BR /&gt;Second System&lt;BR /&gt;fsf 1&lt;BR /&gt;&lt;BR /&gt;then fsf 22  ??&lt;BR /&gt;&lt;BR /&gt;When you say tar tvf /dev/rmt/1mn It is OK does that mean /etc/hosts is shown in the listing ?&lt;BR /&gt;&lt;BR /&gt;You may need to re-position the tape to the correct fileset.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 04:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024909#M429411</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-26T04:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a file from media of make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024910#M429412</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;the sencond and third tests are on the same tape.&lt;BR /&gt;&lt;BR /&gt;In the third test, I can find files, but extract it failed.&lt;BR /&gt;&lt;BR /&gt;How to re-position the tape to the correct fileset?</description>
      <pubDate>Fri, 26 Jan 2007 04:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024910#M429412</guid>
      <dc:creator>chuanpeng.wang</dc:creator>
      <dc:date>2007-01-26T04:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a file from media of make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024911#M429413</link>
      <description>Hi chuanpeng.wang,&lt;BR /&gt;&lt;BR /&gt;Possible incompatibility of dds drive on host1 and host2.&lt;BR /&gt;&lt;BR /&gt;Drives and Media are only backwards compatible. &lt;BR /&gt;&lt;BR /&gt;rgs.</description>
      <pubDate>Fri, 26 Jan 2007 05:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024911#M429413</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2007-01-26T05:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a file from media of make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024912#M429414</link>
      <description>Hi rariasn &lt;BR /&gt; &lt;BR /&gt;You misunderstood.&lt;BR /&gt;I did the test just after make_tape_recovery on the same server.&lt;BR /&gt;&lt;BR /&gt;I have two servers and two tapes.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 05:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024912#M429414</guid>
      <dc:creator>chuanpeng.wang</dc:creator>
      <dc:date>2007-01-26T05:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a file from media of make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024913#M429415</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To extract a single file from the make_tape_recovery image&lt;BR /&gt;&lt;BR /&gt;use the belwo syntax&lt;BR /&gt;# /usr/bin/mt -t /dev/rmt/1mn rew &lt;BR /&gt;# /usr/bin/mt -t /dev/rmt/1mn fsf 1 &lt;BR /&gt;# /usr/bin/tar xvf /dev/rmt/1m filename&lt;BR /&gt;&lt;BR /&gt;I could see you have used 1mn, use only 1m in the last command.&lt;BR /&gt;&lt;BR /&gt;TQ&lt;BR /&gt;Perumal</description>
      <pubDate>Fri, 26 Jan 2007 05:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024913#M429415</guid>
      <dc:creator>perumal_2</dc:creator>
      <dc:date>2007-01-26T05:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a file from media of make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024914#M429416</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I will try to give you my thoughts:&lt;BR /&gt;&lt;BR /&gt;- the method to extract files from make_tape_recovery tape is:&lt;BR /&gt;&lt;BR /&gt;1) ioscan -fnCtape&lt;BR /&gt;be sure the device file for tape is /dev/rmt/0mn (I will suppose it is);&lt;BR /&gt;&lt;BR /&gt;2) use 'no rewind' device files on both mt commands (I see you used 'mt -f /dev/rmt/0m rew' on one system, I don't know whether it is just a typo or you really used it). Anyway the right method is:&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/rmt/0mn rew&lt;BR /&gt;mt -f /dev/rmt/0mn fsf 1&lt;BR /&gt;tar xvf /dev/rmt/0mn etc/hosts&lt;BR /&gt;&lt;BR /&gt;I wouldn't use the '/' on etc/hosts.&lt;BR /&gt;&lt;BR /&gt;Try those steps and let me know if you have still problems. If you see again I/O error I would suppose you are experiencing a problem to read the tape.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Fri, 26 Jan 2007 05:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024914#M429416</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2007-01-26T05:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a file from media of make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024915#M429417</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The sequece with fsf must work, if the tape has been created properly.&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/rmt/0m rew&lt;BR /&gt;mt -f /dev/rmt/0mn fsf 1&lt;BR /&gt;tar xvf /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;The only question: there is an option in make_tape_recovery to use cpio instead of tar. Could you check this ?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 06:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024915#M429417</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2007-01-26T06:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a file from media of make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024916#M429418</link>
      <description>mt -f /dev/rmt/0m rew &lt;BR /&gt;mt -f /dev/rmt/0mn fsf 1 &lt;BR /&gt;tar xvf /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;This is OK.&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 31 Jan 2007 20:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-file-from-media-of-make-tape-recovery/m-p/5024916#M429418</guid>
      <dc:creator>chuanpeng.wang</dc:creator>
      <dc:date>2007-01-31T20:37:44Z</dc:date>
    </item>
  </channel>
</rss>

