<?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: File Limit size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783330#M77778</link>
    <description>After creating a file system with the largefiles option, you will need to mount it with that option by adding that to your /etc/fstab file - ie:&lt;BR /&gt;/dev/vg01/u01 /u01 xvfs delaylog,largefiles 0 2  (for vxfs)</description>
    <pubDate>Fri, 09 Aug 2002 19:03:14 GMT</pubDate>
    <dc:creator>Dave Chamberlin</dc:creator>
    <dc:date>2002-08-09T19:03:14Z</dc:date>
    <item>
      <title>File Limit size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783325#M77773</link>
      <description>Admins,&lt;BR /&gt;This may be a stupid one but is there a way to make the system (11.0) recognize file sizes bigger than 2gig?  I can't seem to find any docs on this.  Can someone point me in the right direction so that I can check into this. Thank You</description>
      <pubDate>Fri, 09 Aug 2002 18:51:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783325#M77773</guid>
      <dc:creator>Larry Scheetz</dc:creator>
      <dc:date>2002-08-09T18:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: File Limit size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783326#M77774</link>
      <description>Hi Larry,&lt;BR /&gt;&lt;BR /&gt; To do so you have to enable "largefiles" when you create the filesystem - command is like as follows:&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/rdsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;This will enable that FS to support files &amp;gt; 2 Gb.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2002 18:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783326#M77774</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-09T18:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: File Limit size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783327#M77775</link>
      <description>This is great information to have.  I guess now the question is can I change a current file system to this?  Thanks again</description>
      <pubDate>Fri, 09 Aug 2002 19:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783327#M77775</guid>
      <dc:creator>Larry Scheetz</dc:creator>
      <dc:date>2002-08-09T19:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: File Limit size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783328#M77776</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First Check whether your filesystem is "largefiles" enabled or not,&lt;BR /&gt;&lt;BR /&gt;fsadm /dev/vg_name/rlv_name&lt;BR /&gt;it should show largefiles. If it says "nolargeiles", enable largefiles for this lv,&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/vg_name/rlvname&lt;BR /&gt;&lt;BR /&gt;Next modify the mount options in the /etc/fstan file to mount this filesystem with largefiles enabled,&lt;BR /&gt;&lt;BR /&gt;/dev/vg_name/lvname /mount_point vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;Now mount the filesystem,&lt;BR /&gt;&lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2002 19:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783328#M77776</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-08-09T19:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: File Limit size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783329#M77777</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;yes, the large files option will do the task for you. For changing this property on an existing file system, you need to do this command:&lt;BR /&gt;# fsadm&lt;BR /&gt;# man fsadm for details</description>
      <pubDate>Fri, 09 Aug 2002 19:01:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783329#M77777</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-09T19:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: File Limit size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783330#M77778</link>
      <description>After creating a file system with the largefiles option, you will need to mount it with that option by adding that to your /etc/fstab file - ie:&lt;BR /&gt;/dev/vg01/u01 /u01 xvfs delaylog,largefiles 0 2  (for vxfs)</description>
      <pubDate>Fri, 09 Aug 2002 19:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783330#M77778</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2002-08-09T19:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: File Limit size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783331#M77779</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;again, you can check the current parameters with:&lt;BR /&gt;1) Editing the /etc/fstab&lt;BR /&gt;2) with:&lt;BR /&gt;# fsadm lv_name&lt;BR /&gt;&lt;BR /&gt;For changing, you need to edit the file fstab and put entries for it and change it in the fsadm command:&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vgxx/rlvolx&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 09 Aug 2002 19:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783331#M77779</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-09T19:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: File Limit size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783332#M77780</link>
      <description>After you get the filesystem to work with the largefiles option, make sure that you check your fstab entries. Unmount the filesystem and then do "mountall". It's really annoying when the system boots and the filesystem won't mount because that option wasn't set in the fstab file. Or so I've heard...&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 09 Aug 2002 19:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783332#M77780</guid>
      <dc:creator>Tom Maloy</dc:creator>
      <dc:date>2002-08-09T19:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: File Limit size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783333#M77781</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;mkfs -m /dev/vgxx/lvola&lt;BR /&gt;&lt;BR /&gt;will give you the current options or the option with which ti was created.&lt;BR /&gt;&lt;BR /&gt;If you ahve onlin JFS then&lt;BR /&gt;&lt;BR /&gt;fsadm -o largefiles /mnt pt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;will change it to large file . make sure you edit the /etc/fstab to accomadte the mount wiht large files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 09 Aug 2002 19:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-limit-size/m-p/2783333#M77781</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-08-09T19:14:57Z</dc:date>
    </item>
  </channel>
</rss>

