<?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 when unzipping in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949959#M789683</link>
    <description>Ravinder,&lt;BR /&gt;sadly the same result as when I had the problem:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=803569" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=803569&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Jan 2006 09:15:50 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2006-01-04T09:15:50Z</dc:date>
    <item>
      <title>error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949933#M789657</link>
      <description>Guys I am trying to unzip a file and I get the following error. It is a big file. Can anyone help?&lt;BR /&gt;&lt;BR /&gt;system:/u01/oradata/VIMC_DEV/AP# unzip paf1.zip&lt;BR /&gt;Archive:  paf1.zip&lt;BR /&gt;  inflating: paf.txt&lt;BR /&gt;paf.txt:  write error (disk full?).  Continue? (y/n/^C)&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2006 12:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949933#M789657</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2006-01-03T12:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949934#M789658</link>
      <description>looks like you don't have room on the disk for both the zip file and the temporary file it is using to unzip the new file.&lt;BR /&gt;&lt;BR /&gt;Look for another file system to unzip the file on.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2006 12:50:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949934#M789658</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-01-03T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949935#M789659</link>
      <description>There is about 10GB free before I unzip the file and the unzipping stops at about 2GB (that is when this problem occurs).</description>
      <pubDate>Tue, 03 Jan 2006 12:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949935#M789659</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2006-01-03T12:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949936#M789660</link>
      <description>Ravi ,&lt;BR /&gt;&lt;BR /&gt;Seems you have no space on /u01/oradata/VIMC_DEV/AP. &lt;BR /&gt;Check it once again. &lt;BR /&gt;Also try to unzip the file in a different filesystem. How big is the file ?&lt;BR /&gt;&lt;BR /&gt;You can use also use the preview option of unzip to see the zip file contenet. &lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 03 Jan 2006 12:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949936#M789660</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-01-03T12:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949937#M789661</link>
      <description>Before trying unzip:&lt;BR /&gt;&lt;BR /&gt;videv01:/u01/oradata/VIMC_DEV/AP# ls -ltr&lt;BR /&gt;total 957376&lt;BR /&gt;-rwxrwxrwx   1 oracle     dba        490171306 Jan  3 17:15 paf1.zip&lt;BR /&gt;videv01:/u01/oradata/VIMC_DEV/AP# bdf .&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vgBS23/lvVIMCDEV&lt;BR /&gt;                   54001664 41449072 12455296   77% /u01/oradata/VIMC_DEV&lt;BR /&gt;videv01:/u01/oradata/VIMC_DEV/AP#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then trying unzip:&lt;BR /&gt;&lt;BR /&gt;videv01:/u01/oradata/VIMC_DEV/AP# unzip paf1.zip&lt;BR /&gt;Archive:  paf1.zip&lt;BR /&gt;  inflating: paf.txt&lt;BR /&gt;paf.txt:  write error (disk full?).  Continue? (y/n/^C)&lt;BR /&gt;&lt;BR /&gt;After:&lt;BR /&gt;&lt;BR /&gt;-rwxrwxrwx   1 oracle     dba        490171306 Jan  3 17:15 paf1.zip&lt;BR /&gt;-rw-r--r--   1 root       sys        2147483647 Jan  3 17:56 paf.txt&lt;BR /&gt;videv01:/u01/oradata/VIMC_DEV/AP# bdf .&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vgBS23/lvVIMCDEV&lt;BR /&gt;                   54001664 43546232 10374520   81% /u01/oradata/VIMC_DEV&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When it gives the error and asks if I want to cancel or continue...should i continue? what will this cause to happen?</description>
      <pubDate>Tue, 03 Jan 2006 12:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949937#M789661</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2006-01-03T12:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949938#M789662</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you need to have largefiles enabled to create a file larger than 2GB in the Filesystem. The file that you are extracting "paf.txt" is more than 2GB in size and while inflating the file extraction stops after extracting 2GB of it.&lt;BR /&gt;&lt;BR /&gt;You need to enable "largefiles" for the Filesystem.&lt;BR /&gt;&lt;BR /&gt;To chekk if you have largefiles enabled, try,&lt;BR /&gt;&lt;BR /&gt;fsadm -v /mount_point&lt;BR /&gt;&lt;BR /&gt;If this says "nolargefiles", enable largefiles to proceed with this FS, else use another one that has largefiles enabled.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2006 13:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949938#M789662</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2006-01-03T13:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949939#M789663</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You need to use the unzip utility which supports more that 2GB, we had the same issue and put the unzip which can do more than 2GB.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Tue, 03 Jan 2006 13:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949939#M789663</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2006-01-03T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949940#M789664</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can also check the following threads&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=803569" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=803569&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=923051" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=923051&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Tue, 03 Jan 2006 13:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949940#M789664</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2006-01-03T13:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949941#M789665</link>
      <description>how do i check if our unzip utility supports files greater then 2GB?&lt;BR /&gt;&lt;BR /&gt;i have read around and been told if the unzip tool used was compiled with 32bit mode, it will not support files greater then 2gb.&lt;BR /&gt;&lt;BR /&gt;Also please note largefiles is enabled.</description>
      <pubDate>Wed, 04 Jan 2006 05:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949941#M789665</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2006-01-04T05:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949942#M789666</link>
      <description>Hello, Two options here, 1) Check you have largefile support enabled in your FS. &lt;BR /&gt;&lt;BR /&gt;# fsadm -v /mount_point&lt;BR /&gt;&lt;BR /&gt;2)You can use jar utility which comes with Java, # /opt/java1.4/bin/jar -xvf &lt;ZIP_FILE&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/ZIP_FILE&gt;</description>
      <pubDate>Wed, 04 Jan 2006 05:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949942#M789666</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-04T05:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949943#M789667</link>
      <description>If you want 64 bit version of jar, its in &lt;BR /&gt;&lt;BR /&gt;/opt/java1.4/bin/PA_RISC2.0/jar&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 04 Jan 2006 06:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949943#M789667</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-04T06:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949944#M789668</link>
      <description>Ravinder,&lt;BR /&gt;to check whether you have 32 or 64 bit version of unzip:&lt;BR /&gt;which unzip&lt;BR /&gt;cd to the directory returned from the first command&lt;BR /&gt;file unzip&lt;BR /&gt;&lt;BR /&gt;if PA-RISC then its 32bit, if ELF then 64bit</description>
      <pubDate>Wed, 04 Jan 2006 06:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949944#M789668</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-01-04T06:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949945#M789669</link>
      <description>Peter, what do you mean? can you please explain.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 04 Jan 2006 06:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949945#M789669</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2006-01-04T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949946#M789670</link>
      <description>Ravinder,&lt;BR /&gt;copy of output on my box:&lt;BR /&gt;$ which unzip&lt;BR /&gt;/usr/contrib/bin/unzip&lt;BR /&gt;$ cd /usr/contrib/bin&lt;BR /&gt;$ file unzip&lt;BR /&gt;unzip:          PA-RISC1.1 shared executable dynamically linked&lt;BR /&gt;$ &lt;BR /&gt;This would indicate to me my version of unzip is a 32 bit executable.&lt;BR /&gt;&lt;BR /&gt;I think for large file extract you will require 64bit version</description>
      <pubDate>Wed, 04 Jan 2006 06:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949946#M789670</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-01-04T06:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949947#M789671</link>
      <description>Also we don't have jar 1.4 we only have jar 1.2 and 1.3. Also if this is a normal zip file will the jar utility work okay on it?</description>
      <pubDate>Wed, 04 Jan 2006 06:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949947#M789671</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2006-01-04T06:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949948#M789672</link>
      <description>Ok I have done what Peter said. I can confirm that the version of unzip is a 32bit executable. How can this be resolved?</description>
      <pubDate>Wed, 04 Jan 2006 06:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949948#M789672</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2006-01-04T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949949#M789673</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;That should be fine. (Java 1.2 or 1.3) &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jan 2006 06:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949949#M789673</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-04T06:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949950#M789674</link>
      <description>so should i be doing?&lt;BR /&gt;&lt;BR /&gt;/opt/java1.3/bin/jar -xvf paf1.zip&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;/opt/java1.3/bin/PA_RISC2.0/jar -xvf paf1.zip&lt;BR /&gt;&lt;BR /&gt;??</description>
      <pubDate>Wed, 04 Jan 2006 06:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949950#M789674</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2006-01-04T06:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949951#M789675</link>
      <description>/opt/java1.3/bin/PA_RISC2.0/jar -xvf paf1.zip &lt;BR /&gt;&lt;BR /&gt;will be OK&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 04 Jan 2006 06:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949951#M789675</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-04T06:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: error when unzipping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949952#M789676</link>
      <description>Ravinder,&lt;BR /&gt;unzip 64bit is available at:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jan 2006 07:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-unzipping/m-p/4949952#M789676</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-01-04T07:02:30Z</dc:date>
    </item>
  </channel>
</rss>

