<?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: frecover on linux? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347066#M344367</link>
    <description>&amp;gt;is there a way to use dd on one of our linux boxes to create a file from the tape that frecover can read?&lt;BR /&gt;&lt;BR /&gt;You would have to write a custom program.&lt;BR /&gt;&lt;BR /&gt;fbackup/frecover allow you to specify a remote tape drive, machine:device.  It mentions /usr/sbin/rmt or /etc/rmt.  I don't know if linux has them?&lt;BR /&gt;&lt;BR /&gt;You might be able to write a program to read the tape and then pipe it to frecover?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Jan 2009 04:05:20 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-01-29T04:05:20Z</dc:date>
    <item>
      <title>frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347064#M344365</link>
      <description>I have some 4mm DDS2 tapes from our old HP-UX server that I need to recover.  The problem is that they were created using fbackup and we don't have access to any HP-UX servers with a 4mm tape drive.   Is there any program that I can use on linux that will read the fbackup formatted tape?&lt;BR /&gt;&lt;BR /&gt;If not, is there a way to use dd on one of our linux boxes to create a file from the tape that frecover can read?&lt;BR /&gt;&lt;BR /&gt;TIA!&lt;BR /&gt;Chris.</description>
      <pubDate>Thu, 29 Jan 2009 00:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347064#M344365</guid>
      <dc:creator>GrayMatter_1</dc:creator>
      <dc:date>2009-01-29T00:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347065#M344366</link>
      <description>fbackup/frecover is HP-UX specific tool and not supported on Linux. AFAIK, there is not a work around</description>
      <pubDate>Thu, 29 Jan 2009 01:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347065#M344366</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-01-29T01:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347066#M344367</link>
      <description>&amp;gt;is there a way to use dd on one of our linux boxes to create a file from the tape that frecover can read?&lt;BR /&gt;&lt;BR /&gt;You would have to write a custom program.&lt;BR /&gt;&lt;BR /&gt;fbackup/frecover allow you to specify a remote tape drive, machine:device.  It mentions /usr/sbin/rmt or /etc/rmt.  I don't know if linux has them?&lt;BR /&gt;&lt;BR /&gt;You might be able to write a program to read the tape and then pipe it to frecover?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 04:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347066#M344367</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-29T04:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347067#M344368</link>
      <description>Thanks for the replies.  I will try the remote tape mount and let you know.  Below is the output of one of my attempts using dd.&lt;BR /&gt;&lt;BR /&gt;orion# mt -f /dev/st0 rewind&lt;BR /&gt;orion# mt -f /dev/st0 fsf&lt;BR /&gt;mt: /dev/st0: Input/output error&lt;BR /&gt;orion# mt -f /dev/st0 fsf&lt;BR /&gt;mt: /dev/st0: Input/output error&lt;BR /&gt;orion# dd if=/dev/st0 of=/tmp/orion/test2.tpe bs=1024k&lt;BR /&gt;dd: reading `/dev/st0': Input/output error&lt;BR /&gt;0+0 records in&lt;BR /&gt;0+0 records out&lt;BR /&gt;0 bytes (0 B) copied, 22.7909 seconds, 0.0 kB/s&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 16:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347067#M344368</guid>
      <dc:creator>GrayMatter_1</dc:creator>
      <dc:date>2009-01-29T16:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347068#M344369</link>
      <description>if i recall correctly, fbackup/frecover support "remote" tapes, in the form of &lt;BR /&gt;"machine:/dev/file".&lt;BR /&gt;&lt;BR /&gt;If that is correct, then you *might* be able to access the tape drive on the linux box from hpux.  I did find "rmt" on my linux installations, but I can't verify that it is compatible, nor do I know what, if any config is required.&lt;BR /&gt;&lt;BR /&gt;you might review the man page and give it a shot.</description>
      <pubDate>Thu, 29 Jan 2009 16:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347068#M344369</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-01-29T16:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347069#M344370</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;To read your tapes on Linux, use a standard utility like pax or tar.&lt;BR /&gt;&lt;BR /&gt;frecover has been deprecated in HP-UX and will not be available in the next release of HP-UX&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 29 Jan 2009 16:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347069#M344370</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-01-29T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347070#M344371</link>
      <description>Thanks.  I have read that fbackup is going away in later versions.  I have tried pax on my linux box to read the tape, but it does not appear that pax can read an fbackup tape.  See below.&lt;BR /&gt;&lt;BR /&gt;orion# mt -f /dev/st0 rewind&lt;BR /&gt;orion# pax -r -f /dev/st0&lt;BR /&gt;pax: Failed read on archive volume 1 &lt;INPUT /&gt;&lt;BR /&gt;pax: Attempting to recover from an archive read failure.&lt;BR /&gt;pax: End of archive volume 1 reached&lt;BR /&gt;&lt;BR /&gt;ATTENTION! pax archive volume change required.&lt;BR /&gt;/dev/st0 ready for archive tape volume: 1&lt;BR /&gt;Load the NEXT TAPE on the tape drive&lt;BR /&gt;Type "y" to continue, "." to quit pax, or "s" to switch to new device.&lt;BR /&gt;If you cannot change storage media, type "s"&lt;BR /&gt;Is the device ready and online? &amp;gt; .&lt;BR /&gt;Quitting pax!&lt;BR /&gt;pax: Sorry, unable to determine archive format.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 16:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347070#M344371</guid>
      <dc:creator>GrayMatter_1</dc:creator>
      <dc:date>2009-01-29T16:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347071#M344372</link>
      <description>I wouldn't expect "pax" to work in this case.  I can read/write cpio tapes and tar archives.  I does *not* say anything about being able to read fbackup.&lt;BR /&gt;&lt;BR /&gt;However, from the "man" pages of fbackup / frecover:&lt;BR /&gt;&lt;BR /&gt;-f device&lt;BR /&gt;&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;A device on the remote machine can be specified in the form machine:device. frecover creates a server process, /usr/sbin/rmt, on the remote machine to access the tape device. If /usr/sbin/rmt does not exist on the remote system, frecover creates a server process from /etc/rmt on the remote machine to access the tape device. The pattern matching capability does not apply to remote devices. Only raw magnetic tapes can be remote devices. The fast search marks capability is not used when accessing remote DDS devices.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;AND on my RedHat boxes, /sbin/rmt exists, so it may be as simple as creating the appropriate symbolic link....</description>
      <pubDate>Thu, 29 Jan 2009 17:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347071#M344372</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-01-29T17:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347072#M344373</link>
      <description>both fbakcup and frecover supports remote option as per manual.(when i tried last time myslf it did not work) But this need to be issued from an HP-UX box which is not possible in his case.</description>
      <pubDate>Thu, 29 Jan 2009 17:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347072#M344373</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-01-29T17:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347073#M344374</link>
      <description>GrayMatter said: "don't have access to any HP-UX servers with a 4mm tape drive."&lt;BR /&gt;&lt;BR /&gt;Santosh: "issued from an HP-UX box which is not possible in his case."&lt;BR /&gt;&lt;BR /&gt;While I agress the frecover command needs to be issued from HPUX, I don't see where he said that he didn't have one available, only that he didn't have one w/ the specific tape drive.</description>
      <pubDate>Thu, 29 Jan 2009 18:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347073#M344374</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-01-29T18:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347074#M344375</link>
      <description>@OldSchool -&lt;BR /&gt;&lt;BR /&gt;You are correct.  We have one HP-UX server with an Ultrium2 tape drive and I CAN'T move the 4mm tape from the linux box to the HP-UX box.&lt;BR /&gt;&lt;BR /&gt;I have been playing with frecover to access a remote tape drive, but I am having trouble getting it to access the tape drive.  But from what I have read, it sounds like this is what I need to get working.&lt;BR /&gt;&lt;BR /&gt;Our linux server with the 4mm tape drive is running Debian Stable.  When running interactive recovery from sam, or frecover from the command line, it complains that it can't connect to the tape drive when using &lt;HOSTNAME&gt;:/dev/st0.  When I get back to my desk, I will look for the rmt stuff.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;GM&lt;/HOSTNAME&gt;</description>
      <pubDate>Thu, 29 Jan 2009 18:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347074#M344375</guid>
      <dc:creator>GrayMatter_1</dc:creator>
      <dc:date>2009-01-29T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: frecover on linux?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347075#M344376</link>
      <description>man pages on linux for rmt state that it is usually started by rexec or rcmd, so if it doesn't work after making a symbolic link to it in the appropriate location, i'd check to insure that both of the above are enabled / working from the hp box to the linux box</description>
      <pubDate>Thu, 29 Jan 2009 19:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-on-linux/m-p/4347075#M344376</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-01-29T19:27:01Z</dc:date>
    </item>
  </channel>
</rss>

