<?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: gzip a large file question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711433#M60646</link>
    <description>Hi,&lt;BR /&gt;There is 2 gig limit. Here is the doc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=f4db301b102edc718a/screen=ckiDisplayDocument?docId=200000059774342" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=f4db301b102edc718a/screen=ckiDisplayDocument?docId=200000059774342&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Richard</description>
    <pubDate>Thu, 25 Apr 2002 20:33:45 GMT</pubDate>
    <dc:creator>someone_4</dc:creator>
    <dc:date>2002-04-25T20:33:45Z</dc:date>
    <item>
      <title>gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711432#M60645</link>
      <description>Hi there, I am trying to gzip up a large file of 3.7gb. It is an export of my Oracle dbase. When I gzip it, it returns :&lt;BR /&gt;&lt;BR /&gt;unknown error, (this is very unhelpful), has anyone else out there seen this before and how can I work out what is going wrong.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bruce&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Apr 2002 20:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711432#M60645</guid>
      <dc:creator>Bruce Duff</dc:creator>
      <dc:date>2002-04-25T20:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711433#M60646</link>
      <description>Hi,&lt;BR /&gt;There is 2 gig limit. Here is the doc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=f4db301b102edc718a/screen=ckiDisplayDocument?docId=200000059774342" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=f4db301b102edc718a/screen=ckiDisplayDocument?docId=200000059774342&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Richard</description>
      <pubDate>Thu, 25 Apr 2002 20:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711433#M60646</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-04-25T20:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711434#M60647</link>
      <description>I suggest downloading and installing the latest GNU gzip from gnu.org, there is a 2G limit on the default HPUX version.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Apr 2002 20:38:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711434#M60647</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-25T20:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711435#M60648</link>
      <description>Bruce,&lt;BR /&gt;&lt;BR /&gt;Have you tried splitting it using the split command and then gzip'ng it ?&lt;BR /&gt;&lt;BR /&gt;split -b &lt;BYTES&gt; oracle_datfile&lt;BR /&gt;&lt;BR /&gt;I would suggest splitting it by half ..&lt;BR /&gt;&lt;BR /&gt;then:&lt;BR /&gt;&lt;BR /&gt;mv xaa oracle_datfile_part1&lt;BR /&gt;mv xab oracle_datfile_part2&lt;BR /&gt;&lt;BR /&gt;gzip oracle_datfile*&lt;BR /&gt;&lt;BR /&gt;--------&lt;BR /&gt;Later to merge these ... just do:&lt;BR /&gt;&lt;BR /&gt;gzip -d oracle_datfile*&lt;BR /&gt;cat oracle_datfile* &amp;gt; oracle_datfile&lt;BR /&gt;&lt;BR /&gt;I haven't done this before, just a thought ...&lt;BR /&gt;&lt;BR /&gt;Take a backup of this dat file if you have enough space, else don't try this method.&lt;BR /&gt;&lt;BR /&gt;PS. Try only if you have enough space to back-up or if you cannot get the GNU zip for other company policy reasons&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shabu&lt;BR /&gt;&lt;/BYTES&gt;</description>
      <pubDate>Thu, 25 Apr 2002 21:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711435#M60648</guid>
      <dc:creator>SHABU KHAN</dc:creator>
      <dc:date>2002-04-25T21:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711436#M60649</link>
      <description>Try using compress and see if it works.</description>
      <pubDate>Fri, 26 Apr 2002 01:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711436#M60649</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-04-26T01:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711437#M60650</link>
      <description>Check the HP-UX portal the list contains the latest gzip binaries that supports files larger than 2GB.&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;here's a good discussion about it :&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x426c50011d20d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x426c50011d20d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Remember to ASIGN POINTS !!!!!!!!! :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Apr 2002 01:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711437#M60650</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2002-04-26T01:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711438#M60651</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why do you want to zip this export file? &lt;BR /&gt;&lt;BR /&gt;Note: In newer Oracle-Versions (I just can't remember the exact release, somtething beyond 8.X) you can export into several files!&lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Fri, 26 Apr 2002 05:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711438#M60651</guid>
      <dc:creator>Ulf Lipski</dc:creator>
      <dc:date>2002-04-26T05:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711439#M60652</link>
      <description />
      <pubDate>Sat, 27 Apr 2002 10:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711439#M60652</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-04-27T10:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711440#M60653</link>
      <description>bruce duff - This member has assigned points to 6 of 69 responses to his/her questions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Great help in finding them:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and get the newest gzip here (mar 2002)&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.3/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 27 Apr 2002 10:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711440#M60653</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-27T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711441#M60654</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;As everyone else mentioned already, gzip on HP-UX 11.00&lt;BR /&gt;is a 32 bit (PA-Risc 1.1) binary,&lt;BR /&gt;as far as I know it can't handle file sizes over 2GB.&lt;BR /&gt;&lt;BR /&gt;Here is my 2 cents worth:&lt;BR /&gt;&lt;BR /&gt;For the file you already have, use the following command:&lt;BR /&gt;&lt;BR /&gt;dd if=Original_File bs=8192k | gzip -c | dd of=compressed_file bs=8192k&lt;BR /&gt;&lt;BR /&gt;this should do the trick, the only downside is that of course the original file is not deleted as gzip usually does.&lt;BR /&gt;&lt;BR /&gt;My Oracle exports are always compressed cause they are usually over 15 GB in which case I do this to have export compress it directly.&lt;BR /&gt;&lt;BR /&gt;1) Create a FIFO (with mknod)&lt;BR /&gt;&lt;BR /&gt;2) Make sure that your output file on exp.par points to that fifo.&lt;BR /&gt;&lt;BR /&gt;3) Before running exp put a command similar to the one above on background, like this:&lt;BR /&gt;&lt;BR /&gt;dd if=fifo_file bs=8192k | gzip -c | dd of=destination_file bs=8192k&lt;BR /&gt;&lt;BR /&gt;4) run exp &lt;BR /&gt;&lt;BR /&gt;this will export the database and compress in one fell swoop.&lt;BR /&gt;&lt;BR /&gt;I find it very handy cause reading a 30 GB monster of tape can take a while just to recover a table. &lt;BR /&gt;&lt;BR /&gt;BTW the compress ratio I get is 1/3.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Daniel Cristini</description>
      <pubDate>Sat, 27 Apr 2002 20:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711441#M60654</guid>
      <dc:creator>Alberto Minichiello</dc:creator>
      <dc:date>2002-04-27T20:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711442#M60655</link>
      <description>You can confirm the gzip software version by "gzip -V" command.&lt;BR /&gt;# gzip -V&lt;BR /&gt;If the gzip version under 1.2.4, It don't support large file. but If the gzip version over 1.2.4A, It can handle large files(over 2GB).&lt;BR /&gt;and You can get the newest version from the below site.&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.3/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Apr 2002 23:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711442#M60655</guid>
      <dc:creator>Choi Eun Kyoung</dc:creator>
      <dc:date>2002-04-28T23:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: gzip a large file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711443#M60656</link>
      <description>Thanks everyone for your replies. There are two different apporaches to this problem.&lt;BR /&gt;&lt;BR /&gt;However , the real cause I feel was the old version of gzip installed on the server. 1.2.4 which couldnt cope with files &amp;gt; than 2gb. If you go to the hp software archive you can dowload the latest version which copes very well with large files. My export was 3.7gb. This issue has now been resolved. &lt;BR /&gt;&lt;BR /&gt;Thanks for your help again.&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Bruce&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2002 08:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gzip-a-large-file-question/m-p/2711443#M60656</guid>
      <dc:creator>Bruce Duff</dc:creator>
      <dc:date>2002-04-30T08:27:21Z</dc:date>
    </item>
  </channel>
</rss>

