<?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: ftping large files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003118#M126907</link>
    <description>Hi,&lt;BR /&gt;The typical way to enable large-file support for a file system are as follows:&lt;BR /&gt;#umount /somedir&lt;BR /&gt;#fsadm -F vxfs -o largefiles /dev/vg01/lvol2&lt;BR /&gt;#mount /dev/vg01/lvol2 /somedir&lt;BR /&gt;&lt;BR /&gt;Then modify the entry in /etc/fstab and add a "-o largefiles" option.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;-ux</description>
    <pubDate>Fri, 20 Jun 2003 07:48:39 GMT</pubDate>
    <dc:creator>Fragon</dc:creator>
    <dc:date>2003-06-20T07:48:39Z</dc:date>
    <item>
      <title>ftping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003115#M126904</link>
      <description>1. Need to ftp largefile of size more than 2gb&lt;BR /&gt;2. tried mount -o largefiles option ,but not supporting&lt;BR /&gt;3.Tried fsadm -F vxfs -o largefiles ...giving error "set features LARGEFILES failed error no 25:"&lt;BR /&gt;4. Pls mention any other way to do it.</description>
      <pubDate>Fri, 20 Jun 2003 07:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003115#M126904</guid>
      <dc:creator>Raja Balasubramanian</dc:creator>
      <dc:date>2003-06-20T07:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003116#M126905</link>
      <description>Mount using largefiles only works when the file system has been created using largefiles.&lt;BR /&gt;&lt;BR /&gt;fsadm should work; what version of VXFS and OS are you running? What Gold Pack Version?&lt;BR /&gt;&lt;BR /&gt;Easiest was to do this; recreate the file system from scratch, using&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vgXX/rlvolY&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 20 Jun 2003 07:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003116#M126905</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-06-20T07:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: ftping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003117#M126906</link>
      <description>Hi,&lt;BR /&gt; If you don't have Online-JFS you cannot do it when the FS is mounted. So you need to unmount the FS and issue #fsadm -F vxfs -o largefiles /dev/&lt;VGNAME&gt;/&lt;LVOLNAME&gt;.&lt;BR /&gt;Then remount it . Modify the fstab by reflecting largefile option.&lt;BR /&gt; If your FS is on vg00 (root VG) , you need to start the m/c in LVM maintenance mode and do the same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;/LVOLNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Fri, 20 Jun 2003 07:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003117#M126906</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2003-06-20T07:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003118#M126907</link>
      <description>Hi,&lt;BR /&gt;The typical way to enable large-file support for a file system are as follows:&lt;BR /&gt;#umount /somedir&lt;BR /&gt;#fsadm -F vxfs -o largefiles /dev/vg01/lvol2&lt;BR /&gt;#mount /dev/vg01/lvol2 /somedir&lt;BR /&gt;&lt;BR /&gt;Then modify the entry in /etc/fstab and add a "-o largefiles" option.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;-ux</description>
      <pubDate>Fri, 20 Jun 2003 07:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003118#M126907</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2003-06-20T07:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftping large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003119#M126908</link>
      <description>You do not have the Online Jfs product,so changing to largefiles on the fly is not possible.&lt;BR /&gt;&lt;BR /&gt;Umount the file system.&lt;BR /&gt;Enable largefiles&lt;BR /&gt;Re-mount the file system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also make sure you update the /etc/fstab&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 20 Jun 2003 07:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-large-files/m-p/3003119#M126908</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-06-20T07:57:20Z</dc:date>
    </item>
  </channel>
</rss>

