<?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: Largefiles support in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124026#M628545</link>
    <description>Victor, &lt;BR /&gt;&lt;BR /&gt;I was unaware of a requirement that the file system be unmounted and I can't imagine how you could unmount /, even in single user mode.  I do have to ask, though, why you need large files support in these two file systems.  They should be relatively static and there shouldn't be any huge files in them unless you're storing something besides the operating system essentials in them.  Any other data should be place in a separate volume group.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 19 Nov 2003 15:20:24 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-11-19T15:20:24Z</dc:date>
    <item>
      <title>Largefiles support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124024#M628543</link>
      <description>I would like to enable the largefiles support on my system. There are two volumes created. The content of fstab shows,&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3 / vxfs&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs&lt;BR /&gt;&lt;BR /&gt;From what I understand the correct procedures are,&lt;BR /&gt;&lt;BR /&gt;umount /&lt;FSTOCONVERT&gt;&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/vg00/lrvol3&lt;BR /&gt;&lt;BR /&gt;But the root is mounted to the vxfs, I may not able to umount it. Will the online JFS help in this situation or the only option is to newfs the volume? &lt;BR /&gt;&lt;BR /&gt;How about if the filesystem is a hfs instead of vxfs, will it be less complicated?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/FSTOCONVERT&gt;</description>
      <pubDate>Wed, 19 Nov 2003 15:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124024#M628543</guid>
      <dc:creator>Victor Lo</dc:creator>
      <dc:date>2003-11-19T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124025#M628544</link>
      <description>Yes, online JFS would help.  In that case you would just have to do:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /&lt;BR /&gt;&lt;BR /&gt;Note that it would use the mounted filesystem name instead of the logical volume name.&lt;BR /&gt;&lt;BR /&gt;If you really want to do this you will probably have to reboot the machine, come up in LVM maintenance mode (hpux -lm I think -- note this is NOT single-user mode), do the fsadm, make sure you /etc/fstab is correct and then reboot.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2003 15:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124025#M628544</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-11-19T15:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124026#M628545</link>
      <description>Victor, &lt;BR /&gt;&lt;BR /&gt;I was unaware of a requirement that the file system be unmounted and I can't imagine how you could unmount /, even in single user mode.  I do have to ask, though, why you need large files support in these two file systems.  They should be relatively static and there shouldn't be any huge files in them unless you're storing something besides the operating system essentials in them.  Any other data should be place in a separate volume group.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Nov 2003 15:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124026#M628545</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-19T15:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124027#M628546</link>
      <description>/ (* root *) does not require largefiles.  That doesn't mean you can't proceed with your plan to convert / (* root *) into online JFS.&lt;BR /&gt;&lt;BR /&gt;And as for /stand, its HFS, needs to remain HFS, so there will never be an online command to issue.&lt;BR /&gt;&lt;BR /&gt;Here's the HFS large file option.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/mkfs -F hfs -o largefiles /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 19 Nov 2003 17:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124027#M628546</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-11-19T17:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124028#M628547</link>
      <description>Victor,&lt;BR /&gt;&lt;BR /&gt;Patrick is correct. You dont have to umount any filesystem to assign largefiles option to it, it can be done online without problem.&lt;BR /&gt;&lt;BR /&gt;My contribution to your question is this: &lt;BR /&gt;&lt;BR /&gt;Largefiles as you know is for 2GB or larger. Typically largefiles are used primarily and most often for database files and less often for Application filesystems.&lt;BR /&gt;&lt;BR /&gt;These filesystems are typically NOT OS filesystems. The nature of most UNIX Platforms is to maintain OS files below 2GB As many 3rd party tools dont support &amp;gt;2GB files for such things as tar/cpio/ftp..&lt;BR /&gt;&lt;BR /&gt;HPUX r* commands and HP ftp do support &amp;gt;2GB but many other OS may not.&lt;BR /&gt;&lt;BR /&gt;Victor, I am just curious what your reasoning is to implement Largefiles on your OS? especially on base OS filesystems such as / and /stand. &lt;BR /&gt;&lt;BR /&gt;I doubt either of those filesystems are 2gb in total, more like 500-1g at most.&lt;BR /&gt;&lt;BR /&gt;Mine are very small in comparison to that:&lt;BR /&gt;&lt;BR /&gt;# bdf /&lt;BR /&gt;Filesystem   ....       kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/root      258048  146211  104902   58% &lt;BR /&gt;&lt;BR /&gt;# bdf /stand&lt;BR /&gt;Filesystem   ........       kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/stand     199381   53861  125581   30% /stand&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 11:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-support/m-p/3124028#M628547</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-11-20T11:02:27Z</dc:date>
    </item>
  </channel>
</rss>

