<?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: More Large Files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695576#M644789</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's realy a big file!!!&lt;BR /&gt;&lt;BR /&gt;try with the paste command.&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;man paste for more information&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
    <pubDate>Tue, 02 Apr 2002 19:32:50 GMT</pubDate>
    <dc:creator>Francois Bariselle_3</dc:creator>
    <dc:date>2002-04-02T19:32:50Z</dc:date>
    <item>
      <title>More Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695575#M644788</link>
      <description>I've used large files before and never had a problem but I must be missing something here. I created the filesystem, with large files turned on, mounted it with the right option and I still can't seem to get them to mount correct.  Data bellow:&lt;BR /&gt;&lt;BR /&gt;554 ki:/back3 # grep back3 /etc/fstab&lt;BR /&gt;/dev/back3/back3 /back3 vxfs rw,nosuid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;555 ki:/back3 # df .&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/back3/back3   177209344 27065520 148970888   15% /back3&lt;BR /&gt;556 ki:/back3 # ls -al junk*&lt;BR /&gt;-rw-r--r--   1 root       users      2147483647 Feb 28 15:51 junk&lt;BR /&gt;-rw-r--r--   1 root       users      456052757 Mar 19 20:30 junk2&lt;BR /&gt;557 ki:/back3 # grep back3 /etc/fstab&lt;BR /&gt;/dev/back3/back3 /back3 vxfs rw,nosuid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;558 ki:/back3 # fsadm -F vxfs /back3&lt;BR /&gt;largefiles&lt;BR /&gt;559 ki:/back3 # bdf .&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/back3/back3   177209344 27065520 148970888   15% /back3&lt;BR /&gt;560 ki:/back3 # ls -al junk*&lt;BR /&gt;-rw-r--r--   1 root       users      2147483647 Feb 28 15:51 junk&lt;BR /&gt;-rw-r--r--   1 root       users      456052757 Mar 19 20:30 junk2&lt;BR /&gt;561 ki:/back3 # cat junk2 &amp;gt;&amp;gt; junk&lt;BR /&gt;File too large&lt;BR /&gt;cat: Cannot write to output.&lt;BR /&gt;562 ki:/back3 # &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I just don't get what I could be missing.  I read the largefile whitepaper, and the FAQ, followed the instructions and yet it doesn't seem to work.  What am I missing?&lt;BR /&gt;&lt;BR /&gt;(I hope the formatting comes out ok, this web interface has an annoying fixed window size...)&lt;BR /&gt;           -Fred</description>
      <pubDate>Tue, 02 Apr 2002 19:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695575#M644788</guid>
      <dc:creator>Fred Kass</dc:creator>
      <dc:date>2002-04-02T19:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: More Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695576#M644789</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's realy a big file!!!&lt;BR /&gt;&lt;BR /&gt;try with the paste command.&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;man paste for more information&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Tue, 02 Apr 2002 19:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695576#M644789</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2002-04-02T19:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: More Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695577#M644790</link>
      <description>The only thing left to check is the 'ulimit' setting. Run ..&lt;BR /&gt;&lt;BR /&gt;# ulimit&lt;BR /&gt;&lt;BR /&gt;and and the output should be "unlimited". If it's not then you're limited to that "output size" and you need to change it.</description>
      <pubDate>Tue, 02 Apr 2002 19:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695577#M644790</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-02T19:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: More Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695578#M644791</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt; You're hitting your shell limit by using the cat command. &lt;BR /&gt;You need to bump ulimit.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 02 Apr 2002 19:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695578#M644791</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-02T19:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: More Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695579#M644792</link>
      <description>Nope, no ulimit:&lt;BR /&gt;&lt;BR /&gt;562 ki:/back3 # ulimit&lt;BR /&gt;unlimited&lt;BR /&gt;&lt;BR /&gt;I should have also mentioned in the last post this is HPUX 11.11 system.&lt;BR /&gt;&lt;BR /&gt;I used cat because it is a really simple test.  Obviously this isn't what I really want to do.  Paste also fails, as well as GNU Tar and vxdump.&lt;BR /&gt;      -Fred</description>
      <pubDate>Tue, 02 Apr 2002 19:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695579#M644792</guid>
      <dc:creator>Fred Kass</dc:creator>
      <dc:date>2002-04-02T19:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: More Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695580#M644793</link>
      <description>The test you are doing should work, but you already knew that.&lt;BR /&gt;&lt;BR /&gt;Here is some info from one of my machines.  It is an 11.11 machine also.  I had no problem creating a 2.25GB file by just repeatedly cat'ing one file to another. (cat test &amp;gt;&amp;gt; test2).&lt;BR /&gt;&lt;BR /&gt;# ll&lt;BR /&gt;total 5183762&lt;BR /&gt;drwxrwxr-x   2 root       sys             96 Apr  2 13:45 ./&lt;BR /&gt;drwxrwxr-x  17 root       root          1024 Mar 15 08:56 ../&lt;BR /&gt;-rw-rw-r--   1 root       sys        229699336 Apr  2 13:45 test&lt;BR /&gt;-rw-rw-r--   1 root       sys        2424369152 Apr  2 14:16 test2&lt;BR /&gt;[uran:root 597 /opt/alexbkup/restore]&lt;BR /&gt;# bdf .&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/alex     3072000 3072000       0  100% /opt/alexbkup&lt;BR /&gt;[uran:root 598 /opt/alexbkup/restore]&lt;BR /&gt;# fsadm -F vxfs /opt/alexbkup&lt;BR /&gt;largefiles&lt;BR /&gt;[uran:root 599 /opt/alexbkup/restore]&lt;BR /&gt;# grep alexbkup /etc/fstab&lt;BR /&gt;/dev/vg00/alex /opt/alexbkup vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your entire setup, fsadm output, fstab entry, etc., looks fine.  Do you happen to have any disk quotas set up for this filesystem?  That is the only other thing I can think of that might cause something like this.</description>
      <pubDate>Tue, 02 Apr 2002 20:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695580#M644793</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-04-02T20:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: More Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695581#M644794</link>
      <description>I've configured a bunch of 10.20 machines for large files without a problem, but this is the first time I've tried with 11.11.  The error message of "File too large" seems to be specific to the largefiles parameter, but just to be on the safe side I checked quotas (which should merely report a quota exceeded message if it were possible to set a quota for root):&lt;BR /&gt;&lt;BR /&gt;/etc/mnttab: no local filesystems with quotas file&lt;BR /&gt;&lt;BR /&gt;     -Fred</description>
      <pubDate>Tue, 02 Apr 2002 20:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695581#M644794</guid>
      <dc:creator>Fred Kass</dc:creator>
      <dc:date>2002-04-02T20:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: More Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695582#M644795</link>
      <description>Hi Fred&lt;BR /&gt;&lt;BR /&gt;Just a thought can you cat junk &amp;gt;&amp;gt; junk2 ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 03 Apr 2002 17:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695582#M644795</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-03T17:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: More Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695583#M644796</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt; I see where you ran the fsadm query on the FS but just to verify what do the following return?&lt;BR /&gt;&lt;BR /&gt;#mount&lt;BR /&gt;#mkfs -F vxfs -m /dev/back3/back3&lt;BR /&gt;&lt;BR /&gt;Do you get contradictory results?&lt;BR /&gt;&lt;BR /&gt;Also I know there should be no difference, but I'm curious if you have On-Line JFS &amp;amp; if so what ver?&lt;BR /&gt;&lt;BR /&gt;Also have you tried removing &amp;amp; recreating this FS?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Apr 2002 22:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-large-files/m-p/2695583#M644796</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-03T22:49:15Z</dc:date>
    </item>
  </channel>
</rss>

