<?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: Lage file enabled FS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083509#M441009</link>
    <description>Hi Pattabhi,&lt;BR /&gt;&lt;BR /&gt;1) vi /etc/fstab (must have the largefiles option). If you don't see it, you don't have the largefiles option enabled.&lt;BR /&gt;&lt;BR /&gt;2) You can do it in SAM ou editing by /etc/fstab. But you will need to unmount and mount each logical volume.&lt;BR /&gt;&lt;BR /&gt;3) Yes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
    <pubDate>Mon, 10 Dec 2007 09:34:45 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2007-12-10T09:34:45Z</dc:date>
    <item>
      <title>Lage file enabled FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083506#M441006</link>
      <description>Guru's&lt;BR /&gt;&lt;BR /&gt;No, its not a questionnaire, but couple of doubts i have :-)&lt;BR /&gt;&lt;BR /&gt;1) How do i check if a FS is Large file enabled or not (from the command line)&lt;BR /&gt;&lt;BR /&gt;2) If the FS is not large file enabled, how do i enable it? can it be done online or do we have to recreate the FS.&lt;BR /&gt;&lt;BR /&gt;3) This question might sound silly, but i have to ask it. &lt;BR /&gt;One of my user's is not able to create a file more than 2GB on a NFS. the FS is mounted on a HP box, &lt;BR /&gt;My question is should i check on the machine on which the FS is exported if the FS is larger file enabled or not?&lt;BR /&gt;&lt;BR /&gt;Thanks for your time in advance,&lt;BR /&gt;Pattabhi Raman</description>
      <pubDate>Mon, 10 Dec 2007 09:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083506#M441006</guid>
      <dc:creator>Pattabhi</dc:creator>
      <dc:date>2007-12-10T09:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Lage file enabled FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083507#M441007</link>
      <description>&lt;BR /&gt;1.  mkfs -m -F vxfs /dev/vgxx/lvolxx&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt; fsadm -F vxfs /mountpoint&lt;BR /&gt;&lt;BR /&gt;2. Enabling Large files if you have OnlineJFS:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /mountpoint&lt;BR /&gt;&lt;BR /&gt;3. Yes. you should check from where this Mount Point is exported. (Server)</description>
      <pubDate>Mon, 10 Dec 2007 09:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083507#M441007</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2007-12-10T09:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Lage file enabled FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083508#M441008</link>
      <description>Hi Pattabhi,&lt;BR /&gt;&lt;BR /&gt;To check if largefiles are enabled -&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs /dev/&lt;VG num=""&gt;/&lt;RAW lvol=""&gt;&lt;BR /&gt;&lt;BR /&gt;If it is then it will respond with largefiles.&lt;BR /&gt;&lt;BR /&gt;If it is not enabled, then you can enable it by using fsadm&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/&lt;VG num=""&gt;/&lt;RAW lvol=""&gt;&lt;BR /&gt;&lt;BR /&gt;If you do not have Online JFS then you will need to umount it and remount it with the options in the fstab set as&lt;BR /&gt;&lt;BR /&gt;rw,largefiles,delaylog&lt;BR /&gt;&lt;BR /&gt;and then mount the filesystem&lt;BR /&gt;&lt;BR /&gt;Your final question, I would check the NFS server for largefiles first.&lt;BR /&gt;&lt;BR /&gt;Mike.&lt;/RAW&gt;&lt;/VG&gt;&lt;/RAW&gt;&lt;/VG&gt;</description>
      <pubDate>Mon, 10 Dec 2007 09:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083508#M441008</guid>
      <dc:creator>Mike Shilladay</dc:creator>
      <dc:date>2007-12-10T09:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lage file enabled FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083509#M441009</link>
      <description>Hi Pattabhi,&lt;BR /&gt;&lt;BR /&gt;1) vi /etc/fstab (must have the largefiles option). If you don't see it, you don't have the largefiles option enabled.&lt;BR /&gt;&lt;BR /&gt;2) You can do it in SAM ou editing by /etc/fstab. But you will need to unmount and mount each logical volume.&lt;BR /&gt;&lt;BR /&gt;3) Yes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 10 Dec 2007 09:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083509#M441009</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-12-10T09:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Lage file enabled FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083510#M441010</link>
      <description>Thanks Mates, &lt;BR /&gt;&lt;BR /&gt;Thanks for the quick responses and you all deserve a 10 for that :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pattabhi Raman</description>
      <pubDate>Mon, 10 Dec 2007 10:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lage-file-enabled-fs/m-p/5083510#M441010</guid>
      <dc:creator>Pattabhi</dc:creator>
      <dc:date>2007-12-10T10:19:17Z</dc:date>
    </item>
  </channel>
</rss>

