<?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 options in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068290#M140076</link>
    <description>you can check whether the file system is enabled with large files using&lt;BR /&gt;&lt;BR /&gt;# fsadm  /opt  &lt;BR /&gt;Check whether you have Online JFS installed&lt;BR /&gt;&lt;BR /&gt;# fsadm -o largefiles /opt&lt;BR /&gt;&lt;BR /&gt;If you do not have online JFs you should umount your file system.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Sep 2003 03:29:07 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-09-11T03:29:07Z</dc:date>
    <item>
      <title>Largefiles options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068285#M140071</link>
      <description>Hi all.&lt;BR /&gt;There is an error:&lt;BR /&gt;&lt;BR /&gt;WARNING: largefiles option is not present on mount of /opt, &lt;BR /&gt;files may be limited to 2GB in size.&lt;BR /&gt;Must What I do to solve this problem.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 Sep 2003 03:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068285#M140071</guid>
      <dc:creator>abcvn</dc:creator>
      <dc:date>2003-09-11T03:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068286#M140072</link>
      <description>You need to modify the filesystem to support largefiles:&lt;BR /&gt;&lt;BR /&gt;# umount /&lt;MOUNTPOINT&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /&lt;MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You will need to mount the filesystem using the largefiles option.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mount -F vxfs -o largefiles /dev/vg??/lvol? /&lt;MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure you update /etc/fstab to reflect the changes you just made.&lt;BR /&gt;&lt;BR /&gt;Tim.&lt;/MOUNTPOINT&gt;&lt;/MOUNTPOINT&gt;&lt;/MOUNTPOINT&gt;</description>
      <pubDate>Thu, 11 Sep 2003 03:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068286#M140072</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-09-11T03:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068287#M140073</link>
      <description>The first thing is that someone has changed the mounting options for /opt in /etc/fstab.&lt;BR /&gt;You can't just change the options, you need to modify the filesystem options first. (not sure why you would need to have largefiles option on /opt anyway)&lt;BR /&gt;To fix, remove the word 'largefiles' from the /etc/fstab file.&lt;BR /&gt;&lt;BR /&gt;# vi /etc/fstab&lt;BR /&gt;Remove the the word 'largefiles' from the line of /opt&lt;BR /&gt;Save the file.&lt;BR /&gt;&lt;BR /&gt;# mount /opt&lt;BR /&gt;&lt;BR /&gt;You must be root to do this, or if you are already in single-user-mode. If you need the largefiles option, then you must use 'fsadm' in single user mode or have the online-JFS product installed.</description>
      <pubDate>Thu, 11 Sep 2003 03:22:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068287#M140073</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-09-11T03:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068288#M140074</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I wonder if you write anything more than 2 GB in /opt. Usually it is set at around 1.5 to 2GB. So there is a little possibility of writing a 2GB file into it unless you set the size very high.&lt;BR /&gt;&lt;BR /&gt;Under normal circumstances, you will not be able to unmount /opt in which case you will need to boot the box in single user mode. Search for these forums to find how to boot into single user mode and use the commands already given in the previous posts.&lt;BR /&gt;&lt;BR /&gt;See if you have OnlineJFS installed by any chance&lt;BR /&gt;&lt;BR /&gt;swlist |grep -i online&lt;BR /&gt;&lt;BR /&gt;You should see something like OnlineJFS in which case you can use  the command&lt;BR /&gt;&lt;BR /&gt;fsadm -o largefiles /opt&lt;BR /&gt;&lt;BR /&gt;without having to unmount /opt.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 03:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068288#M140074</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-09-11T03:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068289#M140075</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;This is a "largefiles" problem!&lt;BR /&gt;&lt;BR /&gt;take a look at the following post:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x142feea29889d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x142feea29889d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Thu, 11 Sep 2003 03:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068289#M140075</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-09-11T03:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068290#M140076</link>
      <description>you can check whether the file system is enabled with large files using&lt;BR /&gt;&lt;BR /&gt;# fsadm  /opt  &lt;BR /&gt;Check whether you have Online JFS installed&lt;BR /&gt;&lt;BR /&gt;# fsadm -o largefiles /opt&lt;BR /&gt;&lt;BR /&gt;If you do not have online JFs you should umount your file system.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 03:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068290#M140076</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-11T03:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068291#M140077</link>
      <description>To enable largefile option:&lt;BR /&gt;# fsadm -o largefiles /opt&lt;BR /&gt;&lt;BR /&gt;To confirm /opt set properly:&lt;BR /&gt;# fsadm -F vxfs /opt &lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 04:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-options/m-p/3068291#M140077</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-09-11T04:22:18Z</dc:date>
    </item>
  </channel>
</rss>

