<?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: Remote Backup in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349089#M10539</link>
    <description>Usually it is under 4.x&lt;BR /&gt;/dev/nrmt0h&lt;BR /&gt;under 5.x&lt;BR /&gt;/dev/ntape/nrmt0h&lt;BR /&gt;&lt;BR /&gt;If the status is the same, it should not be a problem. Did you upgrade the os or use MAKEDEV to create the old style tape devices?&lt;BR /&gt;&lt;BR /&gt;You are backing the sun on the alpha tape, right?&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Aug 2004 09:25:59 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2004-08-04T09:25:59Z</dc:date>
    <item>
      <title>Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349083#M10533</link>
      <description>Hi...&lt;BR /&gt;&lt;BR /&gt;I have to make a backup and the machine hasnÂ´t got a tape drive. So I thought (like in SUN) to make a remote backup.&lt;BR /&gt;&lt;BR /&gt;But it couldnÂ´t be possible. I got the following answer:&lt;BR /&gt;seb085:vdump 0uf seb087:/dev/nrmt0h /in&lt;BR /&gt;vdump: can't open dev &amp;lt;&amp;gt;; [2] No such file or directory&lt;BR /&gt;&lt;BR /&gt;So It's supposed to make a backup via NFS?.&lt;BR /&gt;&lt;BR /&gt;Thks in adva</description>
      <pubDate>Wed, 04 Aug 2004 05:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349083#M10533</guid>
      <dc:creator>Sebastian_23</dc:creator>
      <dc:date>2004-08-04T05:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349084#M10534</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if the tru64 machine has os 5.x then the tape devices are in /devices/(n)tape&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 06:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349084#M10534</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-08-04T06:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349085#M10535</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you are right. Mount the file system to be backed up using NFS to Tru64 machine.&lt;BR /&gt;then use either tar,cpio,dd,or vdump to backup</description>
      <pubDate>Wed, 04 Aug 2004 07:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349085#M10535</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-08-04T07:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349086#M10536</link>
      <description>Can you post how you tried to do it?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 07:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349086#M10536</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-08-04T07:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349087#M10537</link>
      <description>why so complicated?&lt;BR /&gt;&lt;BR /&gt;# rsh remotealpha '/sbin/vdump -0 -u -b 60 -f - /fileset' | dd of=/dev/nrmt0h bs=60k&lt;BR /&gt;# rsh dumphost 'dd if=/dev/nrmt0h bs=60k'|vrestore -x -v -f -&lt;BR /&gt;&lt;BR /&gt;in v5.x you must use the devices michael suggest instead of /dev/nrmt0h</description>
      <pubDate>Wed, 04 Aug 2004 08:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349087#M10537</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2004-08-04T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349088#M10538</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is the command:&lt;BR /&gt;rsh seb087 '/sbin/vdump 0uf /dev/nrmt0h' /in&lt;BR /&gt;&lt;BR /&gt;And as Ralf said I tried the "rsh" and it is working ok, I've just make a test and it's going ok.&lt;BR /&gt;&lt;BR /&gt;I checked de status of my tape drive, just for the /dev/ntape/rmt0h and for the /dev/nrmt0h and te status is the same, is there any problem if I use the second one?&lt;BR /&gt;&lt;BR /&gt;Thks Everybody</description>
      <pubDate>Wed, 04 Aug 2004 09:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349088#M10538</guid>
      <dc:creator>Sebastian_23</dc:creator>
      <dc:date>2004-08-04T09:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349089#M10539</link>
      <description>Usually it is under 4.x&lt;BR /&gt;/dev/nrmt0h&lt;BR /&gt;under 5.x&lt;BR /&gt;/dev/ntape/nrmt0h&lt;BR /&gt;&lt;BR /&gt;If the status is the same, it should not be a problem. Did you upgrade the os or use MAKEDEV to create the old style tape devices?&lt;BR /&gt;&lt;BR /&gt;You are backing the sun on the alpha tape, right?&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 09:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349089#M10539</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-08-04T09:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349090#M10540</link>
      <description>Michel,&lt;BR /&gt;&lt;BR /&gt;Just IÂ´ve installed a SMF Active &amp;amp; SLEE in this Alpha DS15.&lt;BR /&gt;The point is that this machine hasnt got a tape drive, so I have to make the backup into de PSMF, another machine.&lt;BR /&gt;&lt;BR /&gt;My doubt was because I was told to use the /dev/nrmt0h not to rewind and I used it, and it worked ok. I was a little confused with the example about OS 5.X, but itÂ´s ok no problem with this.&lt;BR /&gt;&lt;BR /&gt;Thks ag</description>
      <pubDate>Wed, 04 Aug 2004 09:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349090#M10540</guid>
      <dc:creator>Sebastian_23</dc:creator>
      <dc:date>2004-08-04T09:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349091#M10541</link>
      <description>norewind device is necessary if you want to create more than one saveset per tape otherwise tape will be rewind after end of saveset.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 12:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349091#M10541</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2004-08-04T12:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349092#M10542</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;could you not use 'rvdump', to save having to create NFS mounts,etc. this would allow you to use a tape device not on your local machine&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2004 03:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349092#M10542</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2004-08-05T03:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349093#M10543</link>
      <description>rvdump is not part of all Tru64 distributions and the rsh method works with every version.</description>
      <pubDate>Thu, 05 Aug 2004 04:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/remote-backup/m-p/3349093#M10543</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2004-08-05T04:23:51Z</dc:date>
    </item>
  </channel>
</rss>

