<?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: tar of file 5GB in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008949#M911279</link>
    <description>not understand my  question &lt;BR /&gt;jairo.bak 5GB.&lt;BR /&gt;have a backup with tar1.13.25(supoort &amp;gt;2gb) ok.&lt;BR /&gt;in /usr/local/bin/tar -cvf /dev/rmt/0m jairo.BAK&lt;BR /&gt;so,for restore use tar1.13.25:&lt;BR /&gt;/usr/local/bin/tar -xvf /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;or I cant use the tar default of HPUx(/usr/bin/tar)without problems &lt;BR /&gt;</description>
    <pubDate>Thu, 26 Jun 2003 15:51:30 GMT</pubDate>
    <dc:creator>Jairo Campana</dc:creator>
    <dc:date>2003-06-26T15:51:30Z</dc:date>
    <item>
      <title>tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008943#M911273</link>
      <description>consult:&lt;BR /&gt;I did backup (file of 5GB.) with tar1.13.25 that its permit files  &amp;gt; 2gb&lt;BR /&gt;&lt;BR /&gt;my questions is:&lt;BR /&gt; for restore I must use the tar of default hpux11.0 (that it does not allow backup &amp;gt;2gb)or have use the tar1.13.25 .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 15:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008943#M911273</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-06-26T15:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008944#M911274</link>
      <description>HP has a tar upgrade that allows files up to 8 GB.  &lt;BR /&gt;&lt;BR /&gt;Make sure the target filesystem has largefiles enabled before you restore.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 26 Jun 2003 15:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008944#M911274</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-26T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008945#M911275</link>
      <description>This is one of the problems with using something like tar for large files.  As far as I know you MUST use an equivalent version of tar to do the restore since the native version of tar does not handle files larger than 2GB.&lt;BR /&gt;&lt;BR /&gt;You could try using the default version of tar, but I have a feeling it will not work.  You should install the tar 1.13.25 that you used on your other machine.&lt;BR /&gt;&lt;BR /&gt;An even better option would have been to use fbackup to back up the file.  fbackup handles large files and is also quite portable between HP-UX platforms and is native to HP-UX so there is nothing else to install.</description>
      <pubDate>Thu, 26 Jun 2003 15:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008945#M911275</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-06-26T15:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008946#M911276</link>
      <description>you did not understand my question</description>
      <pubDate>Thu, 26 Jun 2003 15:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008946#M911276</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-06-26T15:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008947#M911277</link>
      <description>You'll have to use the 1.13.25 (or latest) version of tar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 26 Jun 2003 15:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008947#M911277</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-26T15:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008948#M911278</link>
      <description>Use 'cksum' on the original and copied 5gb file to verify integrity of data.&lt;BR /&gt;&lt;BR /&gt;cksum original_file&lt;BR /&gt;cksum copied_file&lt;BR /&gt;&lt;BR /&gt;And I believe you'll need 13.25 on the destination machine.  So just 'ftp' or 'rcp' it over.  Should be in /usr/local/sbin but 'which tar'.&lt;BR /&gt;&lt;BR /&gt;Also, here's the download site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cict.fr/hppd/hpux/Gnu/tar-1.13.25/" target="_blank"&gt;http://hpux.cict.fr/hppd/hpux/Gnu/tar-1.13.25/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 15:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008948#M911278</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-26T15:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008949#M911279</link>
      <description>not understand my  question &lt;BR /&gt;jairo.bak 5GB.&lt;BR /&gt;have a backup with tar1.13.25(supoort &amp;gt;2gb) ok.&lt;BR /&gt;in /usr/local/bin/tar -cvf /dev/rmt/0m jairo.BAK&lt;BR /&gt;so,for restore use tar1.13.25:&lt;BR /&gt;/usr/local/bin/tar -xvf /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;or I cant use the tar default of HPUx(/usr/bin/tar)without problems &lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 15:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008949#M911279</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-06-26T15:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008950#M911280</link>
      <description>As my understanding, you move the backup to another machine without tar 1.13.25. I believe you should install the tar 1.13.25 to untar the backup.  &lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 15:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008950#M911280</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-26T15:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008951#M911281</link>
      <description>Once you use Gnu tar the only safe method is to use Gnu tar to restore. The patched version of HP's tar (that allows up to 8GB files) might work but Gnu tar WILL work.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 15:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008951#M911281</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-26T15:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008952#M911282</link>
      <description>yes,yeeeessss, twang: the questions is &lt;BR /&gt;I can or I cannot .&lt;BR /&gt;I must install in the other server tar1.13.25 for restore</description>
      <pubDate>Thu, 26 Jun 2003 15:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008952#M911282</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-06-26T15:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008953#M911283</link>
      <description>Yes, you must install Gnu Tar 1.13.25 on the server you are restoring to.</description>
      <pubDate>Thu, 26 Jun 2003 16:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008953#M911283</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-06-26T16:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008954#M911284</link>
      <description>That's what I said, I think!  You'll have to use the 1.13.25 version of tar to restore the file on the other server.  If it's not already installed, you will have to install it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 16:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008954#M911284</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-26T16:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008955#M911285</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Yes you must use the version that you made a tar for open it so you need to work with tar1.13.25 that you used!&lt;BR /&gt;&lt;BR /&gt;Also if you will have a newest version it also should work because of the suport backware.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Thu, 26 Jun 2003 21:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008955#M911285</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-26T21:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: tar of file 5GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008956#M911286</link>
      <description>!!! IMPORTANT: THESE EXAMPLES ONLY WORK IN KORN SHELL (KSH) !!! &lt;BR /&gt;&lt;BR /&gt;Use the UNIX pipe and split commands: &lt;BR /&gt;&lt;BR /&gt;Export command: &lt;BR /&gt;&lt;BR /&gt;echo|exp file=&amp;gt;(split -b 1024m - expdmp-) userid=scott/tiger tables=X &lt;BR /&gt;&lt;BR /&gt;Note: You can put any "exp" parameters. This is working only in ksh&lt;BR /&gt;&lt;BR /&gt;Import command: &lt;BR /&gt;&lt;BR /&gt;echo|imp file=&amp;lt;(cat expdmp-*) userid=scott/tiger tables=X &lt;BR /&gt;&lt;BR /&gt;Splitting and compressing at the same time: &lt;BR /&gt;&lt;BR /&gt;Export command: &lt;BR /&gt;&lt;BR /&gt;echo|exp file=&amp;gt;(compress|split -b 1024m - expdmp-) userid=scott/tiger tables=X &lt;BR /&gt;&lt;BR /&gt;Import command: &lt;BR /&gt;&lt;BR /&gt;echo|imp file=&amp;lt;(cat expdmp-*|zcat) userid=scott/tiger tables=X &lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 19:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-of-file-5gb/m-p/3008956#M911286</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-06-27T19:28:52Z</dc:date>
    </item>
  </channel>
</rss>

