<?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: MinFree parameter on Journal file system VxFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179472#M162644</link>
    <description>You gotta love that - YEP - you can't fill a FS if you don't allow users to login.....&lt;BR /&gt;Bill - you've obviously too much time on your hands since you've retired...&lt;BR /&gt;&lt;BR /&gt;Respectfully,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
    <pubDate>Sat, 31 Jan 2004 18:38:35 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-01-31T18:38:35Z</dc:date>
    <item>
      <title>MinFree parameter on Journal file system VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179467#M162639</link>
      <description>I am going to go from HFS file system to journal VxFS file system. This file system have cca 10GB and cca 2.000.000 files/dirs.&lt;BR /&gt;&lt;BR /&gt; 1. Is there any sense try set MinFree on journal VxFS ?&lt;BR /&gt;&lt;BR /&gt; 2. If NO, How can I prevent file system to be FULL ?&lt;BR /&gt;    I would like be sure, that the file system will be full to max 90%.&lt;BR /&gt;&lt;BR /&gt; 3. May I expect better performance ?&lt;BR /&gt;    Nearly how many % ?&lt;BR /&gt;&lt;BR /&gt; 4. On my old HFS file system I have BLOCKSIZE/FRAGMENTSIZE 1024 Bytes - can be the same BLOCKSIZE on VxFS ?&lt;BR /&gt;&lt;BR /&gt;     Thank You very much for any information&lt;BR /&gt;&lt;BR /&gt;                          Petr</description>
      <pubDate>Sat, 31 Jan 2004 09:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179467#M162639</guid>
      <dc:creator>Petr Drobny</dc:creator>
      <dc:date>2004-01-31T09:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: MinFree parameter on Journal file system VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179468#M162640</link>
      <description>1) There might be but there is no equivalent on a vxfs filesystem.&lt;BR /&gt;&lt;BR /&gt;2) Just as you should be doing on any filesystem. By having daemons monitoring the situation. Note the minfree does not prevent applications from bombing out merely prevent a filesystem from filling up -- for non priviliged users.&lt;BR /&gt;&lt;BR /&gt;3) Yes; it varies but 20% better is reasonable.&lt;BR /&gt;&lt;BR /&gt;4) You can set bsize=1024 but unlike on hfs filesystems, blocksize has very, very minor impact upon performance. Vxfs filesystems are extent based.&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Jan 2004 12:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179468#M162640</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-01-31T12:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: MinFree parameter on Journal file system VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179469#M162641</link>
      <description>Hi Petr,&lt;BR /&gt;&lt;BR /&gt;You can't set minfree on a vxfs filesystem, hence you can't prevent the filesystem from filling up. I guess you will just need to proactively monitor it and take the appropriate action. I'm sure some of the other forum members have strategies they will share with you.....&lt;BR /&gt;&lt;BR /&gt;Are you looking for performancce in general? As always, "it depends". The way vxfs is structured it performs optimally when large files are used as it takes advantage of extent allocation and also some advanced IO  that reacts to different loads. I see you have about 2 million files - assuming an average number of blocks to files I would guess you probably won't see too much improvement, although only testing will confirm this. As to the block size you can set it at 1k, but the way it is structured in vxfs is much different to hfs. This is actually one of the things you'll need to be careful of - if you create a 10GB filesystem with the default options then vxfs will make the blocksize 8k - if what I have said above reflects your system you may find you run out of space quicker than you expect. &lt;BR /&gt;&lt;BR /&gt;I have attached a document that describe a lot of these points, from the extent based allocation to IO tuning. Bear in mind this is for JFS 3.3, an optional package on 11.00 and the default on 11i, hence some of the commands such as vxtunefs will not be available on earlier versions. The latest version of vxfs on hpux is 3.5 and is available for 11i and 11.23.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B3929-90011/B3929-90011.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B3929-90011/B3929-90011.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;James.</description>
      <pubDate>Sat, 31 Jan 2004 12:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179469#M162641</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2004-01-31T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: MinFree parameter on Journal file system VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179470#M162642</link>
      <description>1) As mentioned, there is no concept of MINFREE on VxFS. Note that MINFREE on HFS was designed for HP-UX directories so that a full filesystem ona critical mountpoint would not prevent root from logging in. Unless you have auditing turned on, it usually is not an issue even with HFS. Having MINFREE does not prevent the filesystem from filling up! When a filesystem exceeds the MINFREE value, all applications and users see the filesystem as full. Only root sees the free space on the filesystem. Not much consolation since the applcation(s) are down.&lt;BR /&gt; &lt;BR /&gt;2) It's real easy to prevent filesystems from filling up. DON'T allow any users to login!!! Seriously, the first step is to lock the directory structure (NEVER use 777 permissions for any directory in your data directories). Next is to write/rewrite the application(s) that can create files in this filesystem. The programmers must test that there is adequate room to create the new file and give a meaningful error message to the end user before attempting to clobber the filesystem. &lt;BR /&gt; &lt;BR /&gt;If you have no control over the programs, you must monitor the filesystem through cron and shutdown the application when the filesystem nears 90% full, or at least notify someone that can take action.&lt;BR /&gt; &lt;BR /&gt;3) Performance for VxFS is quite a bit better for HFS, but remember: filesystem design primarily affects creation/write speed, and to a lesser extent, open speed. Read speeds are basically the same for all filesystems and are influenced much more by LVM layout (extent striping over many disks for random access).&lt;BR /&gt; &lt;BR /&gt;4) You can ignore the BLOCK/FRAG values as they don't work the same way as HFS. VxFS does not have a fixed set of inodes as they are created as needed. bdf -i is basically meaningless for the inode free metric.</description>
      <pubDate>Sat, 31 Jan 2004 12:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179470#M162642</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-01-31T12:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: MinFree parameter on Journal file system VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179471#M162643</link>
      <description>&lt;BR /&gt;      Your answers are excellent&lt;BR /&gt;&lt;BR /&gt;               Thanks to ALL&lt;BR /&gt;    &lt;BR /&gt;                        Petr&lt;BR /&gt;&lt;BR /&gt;     (I am sorry for my English)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Jan 2004 15:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179471#M162643</guid>
      <dc:creator>Petr Drobny</dc:creator>
      <dc:date>2004-01-31T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: MinFree parameter on Journal file system VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179472#M162644</link>
      <description>You gotta love that - YEP - you can't fill a FS if you don't allow users to login.....&lt;BR /&gt;Bill - you've obviously too much time on your hands since you've retired...&lt;BR /&gt;&lt;BR /&gt;Respectfully,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Jan 2004 18:38:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minfree-parameter-on-journal-file-system-vxfs/m-p/3179472#M162644</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-01-31T18:38:35Z</dc:date>
    </item>
  </channel>
</rss>

