<?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: File too big in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584818#M374322</link>
    <description>Why is using "touch" a reqiurement?</description>
    <pubDate>Wed, 17 Feb 2010 14:10:38 GMT</pubDate>
    <dc:creator>WayneHP</dc:creator>
    <dc:date>2010-02-17T14:10:38Z</dc:date>
    <item>
      <title>File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584805#M374309</link>
      <description>Hi Everyone , looking for a dig out here please. I have a basic RP4410 Pa-Risc running HP/UX 11.11&lt;BR /&gt;I am trying to ftp a 3gb file from another server but it chops the ftp connection once it goes over 2gb - Im thinking I have a 'file size limit' issue here on the server. Anyone know how to get around it / is there a patch or something ? Many Thanks</description>
      <pubDate>Tue, 16 Feb 2010 15:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584805#M374309</guid>
      <dc:creator>The Gunners</dc:creator>
      <dc:date>2010-02-16T15:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584806#M374310</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The file size limitation would exist on the target server.  FTP doesn't limit you.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 16 Feb 2010 15:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584806#M374310</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-16T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584807#M374311</link>
      <description>&lt;!--!*#--&gt;&amp;gt; The file size limitation would exist on the&lt;BR /&gt;&amp;gt; target server. FTP doesn't limit you.&lt;BR /&gt;&lt;BR /&gt;Well, a file size limitation in an FTP client&lt;BR /&gt;or server could cause trouble.&lt;BR /&gt;&lt;BR /&gt;It might be interesting to see a whole&lt;BR /&gt;transcript, and/or some info on "another&lt;BR /&gt;server".&lt;BR /&gt;&lt;BR /&gt;You're on the HP-UX system, running the FTP&lt;BR /&gt;client, doing a "get" from "another server"?&lt;BR /&gt;Your local file system has large-file support&lt;BR /&gt;enabled?&lt;BR /&gt;&lt;BR /&gt;If you can use FTP to transfer a large file&lt;BR /&gt;from your own server to itself, then that&lt;BR /&gt;would seem to shift the blame to the other&lt;BR /&gt;end.</description>
      <pubDate>Tue, 16 Feb 2010 16:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584807#M374311</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-16T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584808#M374312</link>
      <description>It really sounds like the destination does not have largefiles enabled.  Check with fsadm:&lt;BR /&gt;&lt;BR /&gt;# fsadm /tmp&lt;BR /&gt;fsadm: /etc/default/fs is used for determining the file system type&lt;BR /&gt;largefiles&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 16 Feb 2010 16:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584808#M374312</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-02-16T16:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584809#M374313</link>
      <description>Is large files enabled on the filesystem were you are trying to copy the file?&lt;BR /&gt;&lt;BR /&gt;check your /etc/fstab file for something like this&lt;BR /&gt;&lt;BR /&gt;vxfs largefiles,delaylog,nodatainlog 0 2&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;you can also check is this is enabled via SAM&lt;BR /&gt;&lt;BR /&gt;hope this helps.</description>
      <pubDate>Tue, 16 Feb 2010 16:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584809#M374313</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2010-02-16T16:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584810#M374314</link>
      <description>Hi Everyone , thanks for the pointers - ah I see where the issue is - below is output of fstab - &lt;BR /&gt;dubhptst:etc # more fstab | grep large&lt;BR /&gt;/dev/vg01/lvol1 /scratch vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg01/lvol2 /oracle10 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg01/lvol3 /oracledata1 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg02/lvol1 /oracledata2 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg01/lvol4 /oracledata3 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg02/lvol4 /oracledata4 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg01/lvol5 /ua vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg02/lvol6 /sqr vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg01/lvol7 /ips vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can I actually 'vi' this file and change it to 'largefiles ' instead of nolargefiles ?&lt;BR /&gt;or is there more procedure involved to achieve this ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2010 09:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584810#M374314</guid>
      <dc:creator>The Gunners</dc:creator>
      <dc:date>2010-02-17T09:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584811#M374315</link>
      <description>Of course you can, but if your filesystem was created like this:&lt;BR /&gt;&lt;BR /&gt;mkfs -F vxfs -o nolargefiles ...&lt;BR /&gt;&lt;BR /&gt;Mounting the same filesystem with -o largefiles would be pointless.&lt;BR /&gt;&lt;BR /&gt;Horia.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2010 10:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584811#M374315</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-02-17T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584812#M374316</link>
      <description>Maybe (try fsadm):&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -o largefiles&lt;BR /&gt;&lt;BR /&gt;this would help in the case I was talking about below, and the issue would not be pointless anymore&lt;BR /&gt;&lt;BR /&gt;Horia</description>
      <pubDate>Wed, 17 Feb 2010 10:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584812#M374316</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-02-17T10:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584813#M374317</link>
      <description>Hi Davey,&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS installed you could use:&lt;BR /&gt;# fsadm -F vxfs -o largefiles /home&lt;BR /&gt;or&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vg00/lvol5&lt;BR /&gt;&lt;BR /&gt;If you do not have OnlineJFS installed you will have to unmount the filesystem and use the character device file&lt;BR /&gt;# umount /home&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vg00/rlvol5&lt;BR /&gt;# mount /home&lt;BR /&gt;&lt;BR /&gt;Then change the /etc/fstab nolargefiles entry to largefiles with vi.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 17 Feb 2010 10:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584813#M374317</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2010-02-17T10:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584814#M374318</link>
      <description>Hi Horia / Robert Jan , thanks v much for the pointers - interesting outcome as it wont let me do it see below - but when I look in the /etc/fstab it is teh root inode ? Any ideas - points will eb on the way for sure on this one :P&lt;BR /&gt;&lt;BR /&gt;dubhptst:etc # umount /scratch&lt;BR /&gt;dubhptst:etc # fsadm -F vxfs -o largefiles /dev/vg01/lvol1&lt;BR /&gt;vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file system&lt;BR /&gt;dubhptst:etc # mount /scratch&lt;BR /&gt;dubhptst:etc # more /etc/fstab | grep scratch&lt;BR /&gt;/dev/vg01/lvol1 /scratch vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2</description>
      <pubDate>Wed, 17 Feb 2010 11:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584814#M374318</guid>
      <dc:creator>The Gunners</dc:creator>
      <dc:date>2010-02-17T11:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584815#M374319</link>
      <description>You need to put in raw vol name. (rlvol1)&lt;BR /&gt;&lt;BR /&gt;Horia</description>
      <pubDate>Wed, 17 Feb 2010 11:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584815#M374319</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-02-17T11:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584816#M374320</link>
      <description>&lt;BR /&gt;# umount /scratch&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vg01/rlvol1&lt;BR /&gt;change the /etc/fstab&lt;BR /&gt;from&lt;BR /&gt;/dev/vg01/lvol1 /scratch vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;into&lt;BR /&gt;/dev/vg01/lvol1 /scratch vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;# mount /scratch&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 17 Feb 2010 12:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584816#M374320</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2010-02-17T12:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584817#M374321</link>
      <description>Thanks RJ / Horia and everybody else . That worked for me - as usual this forum is priceless. Many thanks guys / gals</description>
      <pubDate>Wed, 17 Feb 2010 13:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584817#M374321</guid>
      <dc:creator>The Gunners</dc:creator>
      <dc:date>2010-02-17T13:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584818#M374322</link>
      <description>Why is using "touch" a reqiurement?</description>
      <pubDate>Wed, 17 Feb 2010 14:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584818#M374322</guid>
      <dc:creator>WayneHP</dc:creator>
      <dc:date>2010-02-17T14:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: File too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584819#M374323</link>
      <description>Sorry wrong thread</description>
      <pubDate>Wed, 17 Feb 2010 14:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-big/m-p/4584819#M374323</guid>
      <dc:creator>WayneHP</dc:creator>
      <dc:date>2010-02-17T14:11:24Z</dc:date>
    </item>
  </channel>
</rss>

