<?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: ERROR backing up using DUMP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034062#M910690</link>
    <description>Take a look at warning section of "dump"'s manpage:&lt;BR /&gt; WARNINGS&lt;BR /&gt;      dump will not backup a file system containing large files.&lt;BR /&gt;</description>
    <pubDate>Sat, 26 Jul 2003 01:09:44 GMT</pubDate>
    <dc:creator>twang</dc:creator>
    <dc:date>2003-07-26T01:09:44Z</dc:date>
    <item>
      <title>ERROR backing up using DUMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034060#M910688</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I am using hpux 11.11.  Just recently mounted a 34gig hard drive.  Tried to back up the mount point on the 34gig.&lt;BR /&gt;&lt;BR /&gt;I got the error as follow:&lt;BR /&gt;&lt;BR /&gt;DUMP:  Dumping /dev/vg03/ri3vol1 (/mnt4) to /dev/rmt/0mn&lt;BR /&gt;DUMP:  This is an HP long file name filesystem&lt;BR /&gt;DUMP: ERROR: cannot dump a large files filesystem&lt;BR /&gt;DUMP: ERROR: /dev/vg03/ri3vol1 is an HP large file filesystem&lt;BR /&gt;DUMP: the ENTIRE dump is aborted&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any helps would be greatly appreciated...&lt;BR /&gt;&lt;BR /&gt;Sonny</description>
      <pubDate>Fri, 25 Jul 2003 19:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034060#M910688</guid>
      <dc:creator>Sonny Le</dc:creator>
      <dc:date>2003-07-25T19:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR backing up using DUMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034061#M910689</link>
      <description>The message tells the story here.&lt;BR /&gt;&lt;BR /&gt;The utility you are using can NOT dump files bigger than 2 Gigabytes on a tape.&lt;BR /&gt;&lt;BR /&gt;Sorry, thank you for playing, try another utility.&lt;BR /&gt;&lt;BR /&gt;Try fbackup.&lt;BR /&gt;&lt;BR /&gt;Sam Backup &amp;amp; Recovery Choose a device back up files and directories interactively.&lt;BR /&gt;&lt;BR /&gt;Omniback/Dataprotector will work if you have that.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 25 Jul 2003 19:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034061#M910689</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-25T19:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR backing up using DUMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034062#M910690</link>
      <description>Take a look at warning section of "dump"'s manpage:&lt;BR /&gt; WARNINGS&lt;BR /&gt;      dump will not backup a file system containing large files.&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Jul 2003 01:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034062#M910690</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-26T01:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR backing up using DUMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034063#M910691</link>
      <description>You need to use &lt;BR /&gt;fbackup for support for large files.&lt;BR /&gt;&lt;BR /&gt;Native tools does not support large files i.e. &amp;gt;2GB tar,cpio&lt;BR /&gt;&lt;BR /&gt;you can get the GNU version of tar which can support large files from here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnome/guiTAR-0.1.4/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnome/guiTAR-0.1.4/&lt;/A&gt;</description>
      <pubDate>Sun, 27 Jul 2003 14:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034063#M910691</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-07-27T14:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR backing up using DUMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034064#M910692</link>
      <description>If you absolutely MUST use dump and are absolutely CERTAIN that you DON'T have any files larger than 2GB on your system you could try turning off largefiles support for this mountpoint.&lt;BR /&gt;&lt;BR /&gt;# fsadm -o nolargefiles /mountpointname&lt;BR /&gt;&lt;BR /&gt;This may solve your problem, but if you need largefiles support, use fbackup as recommended above.</description>
      <pubDate>Sun, 27 Jul 2003 14:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-backing-up-using-dump/m-p/3034064#M910692</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-07-27T14:45:32Z</dc:date>
    </item>
  </channel>
</rss>

