<?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: Mount a HP-UX tape device on a Linux machine in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298270#M12541</link>
    <description>Oscar,&lt;BR /&gt;The way to thank in this forum is by assigning points to the responses you've received.&lt;BR /&gt;regds,&lt;BR /&gt;Abdul.</description>
    <pubDate>Tue, 08 Jun 2004 08:25:17 GMT</pubDate>
    <dc:creator>Abdul Rahiman</dc:creator>
    <dc:date>2004-06-08T08:25:17Z</dc:date>
    <item>
      <title>Mount a HP-UX tape device on a Linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298263#M12534</link>
      <description>Hi,&lt;BR /&gt;We have two servers:&lt;BR /&gt;   1) A HP-UX 11.0 which is installed a DLT-8000 tape device;&lt;BR /&gt;   2) A Linux ASE without any tape device.&lt;BR /&gt;We want to build a backup routine on the Linux, saving the data on DLT device across the network.&lt;BR /&gt;Is possible to mount the DLT device (/dev/rmt/0mnb) on the Linux machine, so we can reference it as a Linux local device? How can we do that?&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Oscar&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 14:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298263#M12534</guid>
      <dc:creator>Jose Oscar Schmidt</dc:creator>
      <dc:date>2004-06-07T14:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a HP-UX tape device on a Linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298264#M12535</link>
      <description>You can not do this with a stanard HP-UX OS installation.  Its simply does not support that.&lt;BR /&gt;&lt;BR /&gt;Options:&lt;BR /&gt;scp the files across and use the backup device via a ssh command.&lt;BR /&gt;&lt;BR /&gt;Veritas Netbackup does make HP-UX tape devices available on the network to certain clients, at least for their product.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 Jun 2004 14:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298264#M12535</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-07T14:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a HP-UX tape device on a Linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298265#M12536</link>
      <description>You may have the following options for your backup from Linux to HP-UX tape drive.&lt;BR /&gt;&lt;BR /&gt;If you are doing a 'dump' backup from your linux system, you may be able to use the "rdump" command to backup.&lt;BR /&gt;#man rdump, for more info.&lt;BR /&gt;&lt;BR /&gt;Setup NFS to mount your Linux filesystems on the HP-UX box and backup through NFS.&lt;BR /&gt;&lt;BR /&gt;Or Use some standard backup software like Veritas or Legato to backup the whole environment in a client/server manner.&lt;BR /&gt;&lt;BR /&gt;rsync would be a better utility than scp if the filesystem changes are minor and you could copy only changed files to the remote system.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Abdul.</description>
      <pubDate>Mon, 07 Jun 2004 14:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298265#M12536</guid>
      <dc:creator>Abdul Rahiman</dc:creator>
      <dc:date>2004-06-07T14:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a HP-UX tape device on a Linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298266#M12537</link>
      <description>&lt;BR /&gt;You can not "remote" mount a tape drive unless your "backup" software has that facility. &lt;BR /&gt;&lt;BR /&gt;BUT you can CHEAT:&lt;BR /&gt;&lt;BR /&gt;linux box:&lt;BR /&gt;&lt;BR /&gt;DO ONCE:&lt;BR /&gt;/sbin/mknod /tmp/stuffing p&lt;BR /&gt;echo "+ +" &amp;gt;.rhosts&lt;BR /&gt;&lt;BR /&gt;TO DO BACKUPS:&lt;BR /&gt;cd /&lt;BR /&gt;tar -cvf /tmp/stuffing .&lt;BR /&gt;&lt;BR /&gt;ON HP BOX&lt;BR /&gt;&lt;BR /&gt;remsh linuxbox dd if=/tmp/stuffing | dd of=/dev/rmt/TAPEDRIVENAME&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 07 Jun 2004 14:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298266#M12537</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2004-06-07T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a HP-UX tape device on a Linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298267#M12538</link>
      <description>Or you can just do it directly with the remsh command and pipes:&lt;BR /&gt;&lt;BR /&gt;From hpux:&lt;BR /&gt;&lt;BR /&gt;remsh linuxbox "cd /;tar cvf -" | dd of=/dev/rmt/TAPEDEVICE&lt;BR /&gt;&lt;BR /&gt;If you're in remote-segments of the network, this also gives you the option to compress the stream to save bandwidth:&lt;BR /&gt;&lt;BR /&gt;remsh linux "cd /;tar zcvf -" | &lt;WRITE-TO-TAPE&gt;&lt;BR /&gt;&lt;BR /&gt;You can either write the compressed stream, or un-compress it before writing for better hardware-compression.&lt;BR /&gt;&lt;BR /&gt;We do similar backup's here from about 8 servers around the office.&lt;/WRITE-TO-TAPE&gt;</description>
      <pubDate>Mon, 07 Jun 2004 18:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298267#M12538</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-07T18:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a HP-UX tape device on a Linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298268#M12539</link>
      <description>I would do it in the following way ,&lt;BR /&gt;&lt;BR /&gt;1. NFS mount the Linux Filesystems onto HPUX and backup.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kapil Raj</description>
      <pubDate>Tue, 08 Jun 2004 05:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298268#M12539</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-08T05:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a HP-UX tape device on a Linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298269#M12540</link>
      <description>Thank you all.&lt;BR /&gt;&lt;BR /&gt;Oscar</description>
      <pubDate>Tue, 08 Jun 2004 06:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298269#M12540</guid>
      <dc:creator>Jose Oscar Schmidt</dc:creator>
      <dc:date>2004-06-08T06:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a HP-UX tape device on a Linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298270#M12541</link>
      <description>Oscar,&lt;BR /&gt;The way to thank in this forum is by assigning points to the responses you've received.&lt;BR /&gt;regds,&lt;BR /&gt;Abdul.</description>
      <pubDate>Tue, 08 Jun 2004 08:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-a-hp-ux-tape-device-on-a-linux-machine/m-p/3298270#M12541</guid>
      <dc:creator>Abdul Rahiman</dc:creator>
      <dc:date>2004-06-08T08:25:17Z</dc:date>
    </item>
  </channel>
</rss>

