<?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: Cannot open 2 gig file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910045#M405987</link>
    <description>whoops it should have read&lt;BR /&gt;=&amp;gt; #ll mthend.dat &lt;BR /&gt;-rw-rw-r-- 1 i1017 staff 2167315020 Jun 30 14:01 mthend.dat &lt;BR /&gt;HOST: /monthend/tmp &lt;BR /&gt;=&amp;gt; #pg mthend.dat &lt;BR /&gt;mthend.dat: Value too large to be stored in data type&lt;BR /&gt;&lt;BR /&gt;It has large files enabled.  &lt;BR /&gt;&lt;BR /&gt;/dev/vg07/lvol7 /monthend vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Jun 2005 16:45:13 GMT</pubDate>
    <dc:creator>John Jimenez</dc:creator>
    <dc:date>2005-06-30T16:45:13Z</dc:date>
    <item>
      <title>Cannot open 2 gig file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910044#M405986</link>
      <description>We are having trouble opening a 2 gig file. We can tail it, but not open it. Is there any way to open this file? &lt;BR /&gt;&lt;BR /&gt;=&amp;gt; #ll mthend.dat &lt;BR /&gt;-rw-rw-r-- 1 i1017 staff 2167315020 Jun 30 14:01 elig_n60.dat &lt;BR /&gt;HOST: /monthend/tmp &lt;BR /&gt;=&amp;gt; #pg mthend.dat &lt;BR /&gt;mthend.dat: Value too large to be stored in data type</description>
      <pubDate>Thu, 30 Jun 2005 16:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910044#M405986</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2005-06-30T16:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open 2 gig file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910045#M405987</link>
      <description>whoops it should have read&lt;BR /&gt;=&amp;gt; #ll mthend.dat &lt;BR /&gt;-rw-rw-r-- 1 i1017 staff 2167315020 Jun 30 14:01 mthend.dat &lt;BR /&gt;HOST: /monthend/tmp &lt;BR /&gt;=&amp;gt; #pg mthend.dat &lt;BR /&gt;mthend.dat: Value too large to be stored in data type&lt;BR /&gt;&lt;BR /&gt;It has large files enabled.  &lt;BR /&gt;&lt;BR /&gt;/dev/vg07/lvol7 /monthend vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 16:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910045#M405987</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2005-06-30T16:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open 2 gig file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910046#M405988</link>
      <description>Hi John ,&lt;BR /&gt;&lt;BR /&gt;You must enable the LARGEFILES option for the file system .that u can check by &lt;BR /&gt;&lt;BR /&gt;#fstyp -v /dev/vgXX/lvolX  &lt;BR /&gt;&lt;BR /&gt;Still if you have the same problem just try with #cat ==&amp;gt;Eventhough the same error contact your application vendor which it's created the your 2GB file&lt;BR /&gt;&lt;BR /&gt;Since HP-UX the largefiles above 2GB&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 16:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910046#M405988</guid>
      <dc:creator>KVK</dc:creator>
      <dc:date>2005-06-30T16:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open 2 gig file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910047#M405989</link>
      <description>A number of utilities still have internal limits eventhough the filesystem itself does not. Frankly, I can't imagine pg'ing or more'ing a 2GB+ file. You should note that utilities like vi, for example, would still have problem because you could be simply hitting maxdsiz (or maxdsiz_64bit if running a 64-bit application). I suspect that pg is a 32-bit application. You might try adding a starting linenumber to pg.</description>
      <pubDate>Thu, 30 Jun 2005 16:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910047#M405989</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-06-30T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open 2 gig file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910048#M405990</link>
      <description>Clay,&lt;BR /&gt;maxdsiz is = 268435456&lt;BR /&gt;maxdsiz_64 is = 1073741824&lt;BR /&gt;&lt;BR /&gt;We have data files that are over 10 gig. But the files that we export at &lt;BR /&gt;month end are getting larger and larger and this could be the first file over &lt;BR /&gt;2 gig that is in a text file.&lt;BR /&gt;&lt;BR /&gt;CAT works yes.   This file needs to open up in a C program.   A while back we had a different issue HP mentioned using the fopen instead of open and to use the +DA2.)W compiler option.   When we use this it produces a core dump</description>
      <pubDate>Thu, 30 Jun 2005 17:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910048#M405990</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2005-06-30T17:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open 2 gig file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910049#M405991</link>
      <description>That was the 64 bit application (+DA2.0W) compiler option</description>
      <pubDate>Thu, 30 Jun 2005 17:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910049#M405991</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2005-06-30T17:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open 2 gig file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910050#M405992</link>
      <description>Thanks again for the help.   Susan at HP prvided us with Document ID WP1100001 and the programmer was able to use the open64 to open it up.</description>
      <pubDate>Thu, 30 Jun 2005 18:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910050#M405992</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2005-06-30T18:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open 2 gig file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910051#M405993</link>
      <description>I am closing this thread now.  thanks again</description>
      <pubDate>Thu, 30 Jun 2005 18:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-2-gig-file/m-p/4910051#M405993</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2005-06-30T18:15:25Z</dc:date>
    </item>
  </channel>
</rss>

