<?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: Unzipping large files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909337#M623101</link>
    <description>Hello, &lt;BR /&gt;&lt;BR /&gt;After enabling the largefiles with:&lt;BR /&gt;fsadm -o largefiles /d1&lt;BR /&gt;&lt;BR /&gt;I could run the cat file_aa file_ab file_ac&amp;gt;&amp;gt;large_file without any errors. &lt;BR /&gt;&lt;BR /&gt;Thank you for your prompt and concise answers. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards, &lt;BR /&gt;Alexandru.</description>
    <pubDate>Mon, 27 Jun 2005 08:46:13 GMT</pubDate>
    <dc:creator>Alex Grigore</dc:creator>
    <dc:date>2005-06-27T08:46:13Z</dc:date>
    <item>
      <title>Unzipping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909333#M623097</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;We have made a backup using the command:&lt;BR /&gt;/usr/bin/zip -r - /d0/folder_with_large_files | split -b 1500m - name_ 1&amp;gt;&amp;gt;$error_file_name&lt;BR /&gt;&lt;BR /&gt;As a result we've got three files, file_aa, file_ab, file_ac. &lt;BR /&gt;&lt;BR /&gt;The problem is that we cannot manage to unzip the files . &lt;BR /&gt;&lt;BR /&gt;cat file_aa file_ab file_ac &amp;gt;&amp;gt; large_file won't work - it stops at 2GB&lt;BR /&gt;&lt;BR /&gt;We have merged the files using Total Commander on Windows, but this does not help either. &lt;BR /&gt;After moving the large_file on HP-UX, running unzip large_file will yeld cannot find large_file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance, &lt;BR /&gt;Alexandru.</description>
      <pubDate>Mon, 27 Jun 2005 08:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909333#M623097</guid>
      <dc:creator>Alex Grigore</dc:creator>
      <dc:date>2005-06-27T08:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unzipping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909334#M623098</link>
      <description>It sounds like you first need to enable largefiles on the filesystem.&lt;BR /&gt;&lt;BR /&gt;# fsadm /d0&lt;BR /&gt;&lt;BR /&gt;will tell you if largefiles is enabled.  If it isn't, and you have online JFS,&lt;BR /&gt;&lt;BR /&gt;# fsadm -o largefiles /d0</description>
      <pubDate>Mon, 27 Jun 2005 08:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909334#M623098</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-06-27T08:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unzipping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909335#M623099</link>
      <description>Hi Alexandru,&lt;BR /&gt;&lt;BR /&gt;Check if your filesystem supports large files &amp;gt; 2 GB&lt;BR /&gt;&lt;BR /&gt;online jfs&lt;BR /&gt;&lt;BR /&gt;# fsadm /filesystem_name&lt;BR /&gt;&lt;BR /&gt;NON jfs&lt;BR /&gt;&lt;BR /&gt;# fsadm /dev/vgxx/rlvolx&lt;BR /&gt;nomultifsets&lt;BR /&gt;largefiles&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 27 Jun 2005 08:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909335#M623099</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-06-27T08:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unzipping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909336#M623100</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It seems like your unzip utility is compiled in 32 bit mode. You need to get one compiled in 64 bit mode.&lt;BR /&gt;&lt;BR /&gt;Mahesh&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 08:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909336#M623100</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-06-27T08:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unzipping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909337#M623101</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;After enabling the largefiles with:&lt;BR /&gt;fsadm -o largefiles /d1&lt;BR /&gt;&lt;BR /&gt;I could run the cat file_aa file_ab file_ac&amp;gt;&amp;gt;large_file without any errors. &lt;BR /&gt;&lt;BR /&gt;Thank you for your prompt and concise answers. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards, &lt;BR /&gt;Alexandru.</description>
      <pubDate>Mon, 27 Jun 2005 08:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909337#M623101</guid>
      <dc:creator>Alex Grigore</dc:creator>
      <dc:date>2005-06-27T08:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unzipping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909338#M623102</link>
      <description>Closing the thread.</description>
      <pubDate>Wed, 29 Jun 2005 05:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzipping-large-files/m-p/4909338#M623102</guid>
      <dc:creator>Alex Grigore</dc:creator>
      <dc:date>2005-06-29T05:44:12Z</dc:date>
    </item>
  </channel>
</rss>

