<?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: use a tape on another system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208495#M168097</link>
    <description>We have made many discoveries since this thing started.&lt;BR /&gt;One.. for some unknown reason the operator had put a 90M tape into the HPsurestoredat40&lt;BR /&gt;drive. It will accept it but it won't write on it. &lt;BR /&gt;Once that was changed to a 120M tape the testing could be started all over again..&lt;BR /&gt;&lt;BR /&gt;Second.. apparently because we have a san based tape attached we MUST use the 0mn device since the kernel parameter st_san_safe forces all tapes classified as "stape" to use the no rewind devices.&lt;BR /&gt;&lt;BR /&gt;Patrick - the .rhosts and the /etc/hosts.equiv files were already in place.&lt;BR /&gt;&lt;BR /&gt;Trond - an intereting idea that works unless you have sockets, or links, uderneath the point you are backing up.  If you back up /tmp and it has a socket int it the socket doen't get backed up.  You simply receive an error message about it saying "is not a file. Not dumped".  There is a parameter that says for tar to "follow the symbolic link", but does that back up the link itself?  Unknown.&lt;BR /&gt;&lt;BR /&gt;Volker - Using your suggestion I was able to confirm that fbackup should work.  When you go through sam, it collects your information and then uses fbackup to do the work.  &lt;BR /&gt;&lt;BR /&gt;Ralph - Some nice ideas.. had not known of xvdump before... may use it in the future.&lt;BR /&gt;&lt;BR /&gt;FINAL Command was as follows using /tmp input&lt;BR /&gt;&lt;BR /&gt;fbackup -f remote_host:/dev/rmt/0mn -i /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks to all.</description>
    <pubDate>Thu, 04 Mar 2004 16:09:09 GMT</pubDate>
    <dc:creator>Charles Holland</dc:creator>
    <dc:date>2004-03-04T16:09:09Z</dc:date>
    <item>
      <title>use a tape on another system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208488#M168090</link>
      <description>Working on a rp7410 with 2 cell boards and each cell board has to vPars.  Only cellboard 0 has a tape drive.  Is there ANY way that I can use it to backup, say vg01 from one of the other vpars?  I've tried going through /net/private_lan_address/dev/rmt/0m tried exporting /dev/rmt from the OS with the tape on it... nothing!&lt;BR /&gt;&lt;BR /&gt;Can this be done?  If not why?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 03 Mar 2004 14:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208488#M168090</guid>
      <dc:creator>Charles Holland</dc:creator>
      <dc:date>2004-03-03T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: use a tape on another system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208489#M168091</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One way is to use fbackup. Look at -f option of fbackup in it's man page.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 03 Mar 2004 14:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208489#M168091</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-03T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: use a tape on another system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208490#M168092</link>
      <description>Thanks for the response, but when I try&lt;BR /&gt;fbackup -f private_lan:/dev/rmt/0m -i /tmp I get "could not open output file private_r3_prd:/dev/rmt/0mn" and I then have to answer no two times to get out of the process.&lt;BR /&gt;&lt;BR /&gt;It seems so close but dies a death.  I can't see a problem with the command but....&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 04 Mar 2004 09:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208490#M168092</guid>
      <dc:creator>Charles Holland</dc:creator>
      <dc:date>2004-03-04T09:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: use a tape on another system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208491#M168093</link>
      <description>If I recall correctly you must have remsh/rcp type capability between the two systems.  If you don't have it you will need to set up a .rhosts file in roots home dir or a /etc/hosts.equiv file.</description>
      <pubDate>Thu, 04 Mar 2004 09:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208491#M168093</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-03-04T09:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: use a tape on another system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208492#M168094</link>
      <description>Maybe not a better solution but an option is the remsh|dd trick.  Like:&lt;BR /&gt;tar cvf - . | remsh remote_system dd of=/dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Thu, 04 Mar 2004 09:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208492#M168094</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-03-04T09:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: use a tape on another system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208493#M168095</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can use SAM, but you neet to setup the remsh access.&lt;BR /&gt;&lt;BR /&gt;Make sure you have ".rhosts" in the home directory of User "root" on the machine with the tape. It should contain&lt;BR /&gt;&lt;BR /&gt;ip_of_host_to_backup root&lt;BR /&gt;&lt;BR /&gt;And have permissions "-rw-------".&lt;BR /&gt;&lt;BR /&gt;Test it as root from host_to_backup  with the command&lt;BR /&gt;&lt;BR /&gt;remsh ip_of_host_with_tape ls -l /tmp&lt;BR /&gt;&lt;BR /&gt;Should list the content of "/tmp" of the host_with_tape.&lt;BR /&gt;&lt;BR /&gt;Go into SAM -&amp;gt; local backup and use a remote backup device.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2004 13:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208493#M168095</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2004-03-04T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: use a tape on another system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208494#M168096</link>
      <description>Hi,&lt;BR /&gt;  &lt;BR /&gt;like Trond suggested, you can pipe the dump of any archiving or backup tool into a remote command on another host to write the dump to any appropriate device.&lt;BR /&gt; &lt;BR /&gt;However, tar (especially if you're not using GNU tar) may not be the best choice if you have to care for e.g. large files.&lt;BR /&gt;Therefore I would take the tool which is best suited for your filesystem.&lt;BR /&gt; &lt;BR /&gt;Since most of the filesystems on HP-UX by now are Veritas I would take their vxdump&lt;BR /&gt;(of course HP's fbackup should also work).&lt;BR /&gt;There's also no need for a trusted host relationship like .rhost.&lt;BR /&gt; &lt;BR /&gt;If you don't mind the cryptographic overhead you could also use SSH.&lt;BR /&gt; &lt;BR /&gt;E.g. as root &lt;BR /&gt; &lt;BR /&gt;# vxdump -0f - /home|ssh remote_host 'cat &amp;gt;/dev/rmt/0mn'&lt;BR /&gt; &lt;BR /&gt;If you need fancier blocking or conversion use dd instead of cat.</description>
      <pubDate>Thu, 04 Mar 2004 14:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208494#M168096</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-03-04T14:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: use a tape on another system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208495#M168097</link>
      <description>We have made many discoveries since this thing started.&lt;BR /&gt;One.. for some unknown reason the operator had put a 90M tape into the HPsurestoredat40&lt;BR /&gt;drive. It will accept it but it won't write on it. &lt;BR /&gt;Once that was changed to a 120M tape the testing could be started all over again..&lt;BR /&gt;&lt;BR /&gt;Second.. apparently because we have a san based tape attached we MUST use the 0mn device since the kernel parameter st_san_safe forces all tapes classified as "stape" to use the no rewind devices.&lt;BR /&gt;&lt;BR /&gt;Patrick - the .rhosts and the /etc/hosts.equiv files were already in place.&lt;BR /&gt;&lt;BR /&gt;Trond - an intereting idea that works unless you have sockets, or links, uderneath the point you are backing up.  If you back up /tmp and it has a socket int it the socket doen't get backed up.  You simply receive an error message about it saying "is not a file. Not dumped".  There is a parameter that says for tar to "follow the symbolic link", but does that back up the link itself?  Unknown.&lt;BR /&gt;&lt;BR /&gt;Volker - Using your suggestion I was able to confirm that fbackup should work.  When you go through sam, it collects your information and then uses fbackup to do the work.  &lt;BR /&gt;&lt;BR /&gt;Ralph - Some nice ideas.. had not known of xvdump before... may use it in the future.&lt;BR /&gt;&lt;BR /&gt;FINAL Command was as follows using /tmp input&lt;BR /&gt;&lt;BR /&gt;fbackup -f remote_host:/dev/rmt/0mn -i /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks to all.</description>
      <pubDate>Thu, 04 Mar 2004 16:09:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-tape-on-another-system/m-p/3208495#M168097</guid>
      <dc:creator>Charles Holland</dc:creator>
      <dc:date>2004-03-04T16:09:09Z</dc:date>
    </item>
  </channel>
</rss>

