<?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: Oracle backup; tar max. filesize limitation in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830690#M24360</link>
    <description>Here is where you can download gnu tar for HP-UX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.15.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.15.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-tjh</description>
    <pubDate>Wed, 02 Aug 2006 06:39:31 GMT</pubDate>
    <dc:creator>Thomas J. Harrold</dc:creator>
    <dc:date>2006-08-02T06:39:31Z</dc:date>
    <item>
      <title>Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830683#M24353</link>
      <description>Hello, dear colleagues!&lt;BR /&gt;I faced a problem in backup Oracle dbf-files to Ultrium 230. I tried to tar file, which has size about 17 Gb and got a fail.&lt;BR /&gt;Those files I’m trying to backup are "read-only" in Enterprise Console and can be made "offline", also.&lt;BR /&gt;Could anybody tell me the way to backup big files to tape?&lt;BR /&gt;I used &lt;BR /&gt;'tar cvf /dev/rmt/0m `cat dbffiles`' to proceed the operation.</description>
      <pubDate>Wed, 26 Jul 2006 00:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830683#M24353</guid>
      <dc:creator>Alexander Yereshenko</dc:creator>
      <dc:date>2006-07-26T00:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830684#M24354</link>
      <description>Does your tar operation fail immediately, or after a delay?  Is data spinning to tape before the failure?&lt;BR /&gt;&lt;BR /&gt;-tjh</description>
      <pubDate>Thu, 27 Jul 2006 09:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830684#M24354</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2006-07-27T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830685#M24355</link>
      <description>Basic tar has between a 2 and 4 Gb limit, though newer versions can bypass that.&lt;BR /&gt;&lt;BR /&gt;For your purposes, I'd use "dd" or "amanda" instead.</description>
      <pubDate>Thu, 27 Jul 2006 09:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830685#M24355</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-07-27T09:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830686#M24356</link>
      <description>I would suggest the use of star, see also this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1045972" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1045972&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also use cpio to avoid the sile limit problem.</description>
      <pubDate>Thu, 27 Jul 2006 10:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830686#M24356</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-27T10:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830687#M24357</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;17 GB is not a filesize limit that I know about on the OS. 8 GB may be, but not 17.&lt;BR /&gt;&lt;BR /&gt;I do not believe this backup method should be used.&lt;BR /&gt;&lt;BR /&gt;A professional product like Veritas Netback or Legato should be licensed to back up files of this size.&lt;BR /&gt;&lt;BR /&gt;If you must use tar, don't make a gigantic tar file that includes all your files, do it like this.&lt;BR /&gt;&lt;BR /&gt;cd /databasedir&lt;BR /&gt;tar cvf /dev/rmt/0m *&lt;BR /&gt;&lt;BR /&gt;issue tar rvf commands to ammend the archive.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Jul 2006 11:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830687#M24357</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-27T11:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830688#M24358</link>
      <description>First of all Iâ  d like to thank you all who tried to help me with my question. Honestly, I realized that I had created threat in "Linux" section only after I had submitted the form. My fault.&lt;BR /&gt;We use HP-UX 11.11 on our rp7420 server.&lt;BR /&gt;&lt;BR /&gt;Thomas J. Harrold: I think, I should say that tar failed after some period of time. Iâ  ve got this message from it: "tar: Size of /path_to_my_file/file_name.dbf &amp;gt; 8GB.  Not dumped."&lt;BR /&gt;&lt;BR /&gt;Alan: we have installed the new version of tar to our system and as you could read in my answer to Thomas above, tar couldnâ  t dump the file that exceeded 8 Gb.&lt;BR /&gt;&lt;BR /&gt;Ivan Ferreira: Thank you for the URL. But I donâ  t need to make backup to the network device. But donâ  t you think that in comparison with cpio fbackup suggests more efficient disk tape usage, more easy listing the files on tape and so on?&lt;BR /&gt;&lt;BR /&gt;Steven E. Protter: How do you do. I meant that filesize exceeds the number that tar was allowed to dump. Itâ  s not filesystem limitation, Iâ  m agreeing with you.&lt;BR /&gt;I think, youâ  re right, that itâ  s better for us to use some professional backup program, but now Iâ  ve got a task to make backup of our system as soon as possible.&lt;BR /&gt;What do you think about fbackup utility? Does it allow creating something like "multivolume archive" on several tapes? I didnâ  t find anything about this way of fbackup work in manuals and here on the forum.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 03:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830688#M24358</guid>
      <dc:creator>Alexander Yereshenko</dc:creator>
      <dc:date>2006-08-02T03:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830689#M24359</link>
      <description>From what I recall, fbackup does allow multi-volume backups.  I believe that gnu tar will also allow multi-volume backups.  &lt;BR /&gt;&lt;BR /&gt;I use gnu tar, but I'm not sure I've ever tried it with files &amp;gt; 8GB.&lt;BR /&gt;&lt;BR /&gt;Can you talk to your DBA's about breaking up the 17GB .dbf file into smaller files?  It would be safer, in case you ever suffer corruption, and need to reload. &lt;BR /&gt;&lt;BR /&gt;-tjh</description>
      <pubDate>Wed, 02 Aug 2006 06:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830689#M24359</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2006-08-02T06:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830690#M24360</link>
      <description>Here is where you can download gnu tar for HP-UX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.15.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.15.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-tjh</description>
      <pubDate>Wed, 02 Aug 2006 06:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830690#M24360</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2006-08-02T06:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830691#M24361</link>
      <description>Thomas J. Harrold: We have downloaded new version of tar already, but it had worked so: &lt;BR /&gt;'$ ./tar&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libintl.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;Abort'&lt;BR /&gt;I'll try to create multi-volume backup with fbackup and write you about results.</description>
      <pubDate>Wed, 02 Aug 2006 22:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830691#M24361</guid>
      <dc:creator>Alexander Yereshenko</dc:creator>
      <dc:date>2006-08-02T22:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830692#M24362</link>
      <description>Fbackup/frecover are HP-UX only commands; there are no Linux versions.</description>
      <pubDate>Wed, 02 Aug 2006 23:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830692#M24362</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-02T23:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830693#M24363</link>
      <description>A. Clay Stephenson: You're right. As I wrote before, it was my fault, sorry.&lt;BR /&gt;Could you help me to move this thread to HP-UX section, please?</description>
      <pubDate>Wed, 02 Aug 2006 23:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830693#M24363</guid>
      <dc:creator>Alexander Yereshenko</dc:creator>
      <dc:date>2006-08-02T23:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830694#M24364</link>
      <description>Alexander,&lt;BR /&gt;&lt;BR /&gt;There are 3 runtime dependency packages for gnu tar. &lt;BR /&gt;&lt;BR /&gt;They are: &lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/libgcc-4.1.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/libgcc-4.1.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.14.6/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.14.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.10/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.10/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are links to these on the gnu tar download page.  &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;-tjh&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 07:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830694#M24364</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2006-08-03T07:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830695#M24365</link>
      <description>Hello, Thomas!&lt;BR /&gt;I have downloaded all packages you have advised to. I'll install its on today, hopefully, and will check that tar will say about.&lt;BR /&gt;I've tried to make multi-volume backup with fbackup on yesterday but didn't realize the result yet. I have made backup 244 Gb of data onto 200 Gb tape (Ultrium 230 tape drive), and it haven't caused any error about overflowing the space. Is it normal situation, don't you know?&lt;BR /&gt;By the way, could you help move this thread to HP-UX section? I really in trouble with it.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 23:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830695#M24365</guid>
      <dc:creator>Alexander Yereshenko</dc:creator>
      <dc:date>2006-08-03T23:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup; tar max. filesize limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830696#M24366</link>
      <description>Alexander,&lt;BR /&gt;&lt;BR /&gt;You are probably getting hardware compression when you write to your ultrium tape.  It's possible, depending on the data you are backing up (oracle especially), to get 3:1 or even 4:1 compression.&lt;BR /&gt;&lt;BR /&gt;Let me know how your testing with gnu tar works out.  &lt;BR /&gt;&lt;BR /&gt;I think we'll need a forum administrator to move this thread to it's proper location (HPUX administration). &lt;BR /&gt;&lt;BR /&gt;I'll see if I can get someone to help out.&lt;BR /&gt;&lt;BR /&gt;-tjh</description>
      <pubDate>Fri, 04 Aug 2006 07:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-backup-tar-max-filesize-limitation/m-p/3830696#M24366</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2006-08-04T07:47:20Z</dc:date>
    </item>
  </channel>
</rss>

