<?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 while unzipping--urgent in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649006#M240265</link>
    <description>You have to use GNU's tar to do this, &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.15.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.15.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;# tar -zxvf &lt;YOUR_FILE.TAR.GZ&gt; &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/YOUR_FILE.TAR.GZ&gt;</description>
    <pubDate>Thu, 13 Oct 2005 23:19:39 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-10-13T23:19:39Z</dc:date>
    <item>
      <title>error while unzipping--urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649003#M240262</link>
      <description>Hello gurus,&lt;BR /&gt;I am trying to clone an oracle apps on HP-UX 11.11.I made 5 big tar files(each more than two GB) and zipped them with this command&lt;BR /&gt;tar cvf &lt;FILENAME&gt; | zip filename.tar.zip -&lt;BR /&gt;Took the backup on a DDS3 tape with tar command with following command&lt;BR /&gt;tar -cvf /dev/rmt/1m &lt;FILES path=""&gt;&lt;BR /&gt;then i took these files on destination server.I restored these file with following command&lt;BR /&gt;tar -xvf /dev/rmt/1m &lt;FILES path=""&gt;&lt;BR /&gt;Now i am trying to unzip and untar these files using the following command&lt;BR /&gt;unzip &lt;FILENAME.TAR.GZ&gt; | tar xvf -&lt;BR /&gt;After unziping for 2 gb,the system shows a write error disk full.&lt;BR /&gt;I have checked following things already&lt;BR /&gt;1) The large files option is enabled for the volume.&lt;BR /&gt;2) There is lot of space for the file so no space problem.&lt;BR /&gt;3) The ulimit is unlimited.&lt;BR /&gt;&lt;BR /&gt;Please tell where i m wrong and why i am getting this error and how to solve this problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bhushan&lt;BR /&gt;&lt;/FILENAME.TAR.GZ&gt;&lt;/FILES&gt;&lt;/FILES&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 13 Oct 2005 12:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649003#M240262</guid>
      <dc:creator>Bhushan Bumber</dc:creator>
      <dc:date>2005-10-13T12:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: error while unzipping--urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649004#M240263</link>
      <description>&lt;BR /&gt;Did you try using gunzip instead ?&lt;BR /&gt;&lt;BR /&gt;There is some good information on the FAQ section of this page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gzip.org/" target="_blank"&gt;http://www.gzip.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;about the file sizes of .gz archives I believe</description>
      <pubDate>Thu, 13 Oct 2005 12:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649004#M240263</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-10-13T12:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: error while unzipping--urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649005#M240264</link>
      <description>standard tar/gzip both have size limitations. 2 GB to be exact.&lt;BR /&gt;&lt;BR /&gt;The standard JFS/vxfs filesystem in HP-UX also has that limiation.&lt;BR /&gt;&lt;BR /&gt;You can patch tar/gzip to get the limit up to at least 8 GB.&lt;BR /&gt;&lt;BR /&gt;You can use fsadm to enable largefiles on a filesystem if its beg enough and newfs if you don't care about what data is on it.&lt;BR /&gt;&lt;BR /&gt;Based on your post I'd say your zip utilities need to be patched.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 13 Oct 2005 13:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649005#M240264</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-13T13:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: error while unzipping--urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649006#M240265</link>
      <description>You have to use GNU's tar to do this, &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.15.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.15.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;# tar -zxvf &lt;YOUR_FILE.TAR.GZ&gt; &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/YOUR_FILE.TAR.GZ&gt;</description>
      <pubDate>Thu, 13 Oct 2005 23:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649006#M240265</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-13T23:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: error while unzipping--urgent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649007#M240266</link>
      <description>Also, PHCO_29229 (Cumulative tar(1) patch) supports 8 GB!!! &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/patchDetail.do?admit=-1335382922+1129264156930+28353475&amp;amp;BC=patch.breadcrumb.main%7Cpatch.breadcrumb.pdb%7Cpatch.breadcrumb.search%7C&amp;amp;patchid=PHCO_29229&amp;amp;context=hpux%3A800%3A11%3A00" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/patchDetail.do?admit=-1335382922+1129264156930+28353475&amp;amp;BC=patch.breadcrumb.main%7Cpatch.breadcrumb.pdb%7Cpatch.breadcrumb.search%7C&amp;amp;patchid=PHCO_29229&amp;amp;context=hpux%3A800%3A11%3A00&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 13 Oct 2005 23:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-unzipping-urgent/m-p/3649007#M240266</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-13T23:30:18Z</dc:date>
    </item>
  </channel>
</rss>

