<?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: Enabling Large File Sizes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729616#M65100</link>
    <description>Firstly, if you "f_flag=0" hence that tells me /dev/vg02/lvol1 is not setup to support largefiles.&lt;BR /&gt;&lt;BR /&gt;To convert to largefiles ..&lt;BR /&gt;1) Umount the FS on /dev/vg01/lvol1&lt;BR /&gt;2) Run this ..&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vg01/rlvol1&lt;BR /&gt;==&amp;gt; take note use "raw"&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS, this can be done on the fly..&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /&lt;MOUNT-POINT&gt;&lt;BR /&gt;&lt;BR /&gt;Check the "f_flag" now, it should be set to 16. Or simply run ..&lt;BR /&gt;# fstyp /dev/vg01/lvol1&lt;BR /&gt;&lt;/MOUNT-POINT&gt;</description>
    <pubDate>Wed, 22 May 2002 22:05:04 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-05-22T22:05:04Z</dc:date>
    <item>
      <title>Enabling Large File Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729614#M65098</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;I have a requirement to create a large export file from an oracle db and migrate the file to nt 4.0.  I could do this creating a named pipe on the export and go directly to tape, but havent figured out how I would then read that on nt 4.0?  So a better option would be to enable large file size support.&lt;BR /&gt;&lt;BR /&gt;Please advise on the process under hp unix 11.0 .&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/vg01/lvol1&lt;BR /&gt;vxfs&lt;BR /&gt;version: 3&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 2048&lt;BR /&gt;f_blocks: 4608000&lt;BR /&gt;f_bfree: 808847&lt;BR /&gt;f_bavail: 808847&lt;BR /&gt;f_files: 40960&lt;BR /&gt;f_ffree: 1073792296&lt;BR /&gt;f_favail: 1073792296&lt;BR /&gt;f_fsid: 1073807361&lt;BR /&gt;f_basetype: vxfs&lt;BR /&gt;f_namemax: 254&lt;BR /&gt;f_magic: a501fcf5&lt;BR /&gt;f_featurebits: 0&lt;BR /&gt;f_flag: 0&lt;BR /&gt;f_fsindex: 5&lt;BR /&gt;f_size: 4608000&lt;BR /&gt;&lt;BR /&gt;Any caveats or issues?  Any LVM requirements?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Kurt</description>
      <pubDate>Wed, 22 May 2002 21:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729614#M65098</guid>
      <dc:creator>KURT HARLESS</dc:creator>
      <dc:date>2002-05-22T21:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling Large File Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729615#M65099</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;To create a filesystem with large file support&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg03/rlvol1&lt;BR /&gt;&lt;BR /&gt;Using the above option will allow support of files upto 128gig&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 22 May 2002 22:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729615#M65099</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-05-22T22:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling Large File Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729616#M65100</link>
      <description>Firstly, if you "f_flag=0" hence that tells me /dev/vg02/lvol1 is not setup to support largefiles.&lt;BR /&gt;&lt;BR /&gt;To convert to largefiles ..&lt;BR /&gt;1) Umount the FS on /dev/vg01/lvol1&lt;BR /&gt;2) Run this ..&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vg01/rlvol1&lt;BR /&gt;==&amp;gt; take note use "raw"&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS, this can be done on the fly..&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /&lt;MOUNT-POINT&gt;&lt;BR /&gt;&lt;BR /&gt;Check the "f_flag" now, it should be set to 16. Or simply run ..&lt;BR /&gt;# fstyp /dev/vg01/lvol1&lt;BR /&gt;&lt;/MOUNT-POINT&gt;</description>
      <pubDate>Wed, 22 May 2002 22:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729616#M65100</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-22T22:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling Large File Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729617#M65101</link>
      <description>Sorry .. first paragraph should say ..&lt;BR /&gt;&lt;BR /&gt;Firstly, "f_flag=0" hence that tells me /dev/vg01/lvol1 is not setup to support largefiles.&lt;BR /&gt;&lt;BR /&gt;I need to add one more step, after you have converted to largefiles support, remember to edit /etc/fstab file to reflect this change .. for example an existing entry might look like this ..&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1 /dirA vxfs rw,suid,nolargefiles,delaylog .....&lt;BR /&gt;&lt;BR /&gt;Change the "nolargefiles" to "largefiles". If you don't do this the FS might not mount automatically after each reboot.</description>
      <pubDate>Wed, 22 May 2002 22:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729617#M65101</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-22T22:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling Large File Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729618#M65102</link>
      <description>You can also try the following:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /directory_lv_is_mounted&lt;BR /&gt;&lt;BR /&gt;So if you LV is mounted to /testdir then:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /testdir&lt;BR /&gt;&lt;BR /&gt;This should work without having to unmount the LV.  &lt;BR /&gt;&lt;BR /&gt;As SK said, be sure you change your /etc/fstab entry so that largefiles are enabled the next time you reboot as well.</description>
      <pubDate>Wed, 22 May 2002 23:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-large-file-sizes/m-p/2729618#M65102</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-05-22T23:18:07Z</dc:date>
    </item>
  </channel>
</rss>

