<?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: filesystem sizes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933432#M287692</link>
    <description>This question has almost no meaning without some context. The most critical filesystems not to size too small are those that can't be&lt;BR /&gt;increased in size later because they must be contiguously allocated. /stand are /root are the obvious examples for this constraint. In those cases, anything over 2X the minimum size is overkill --- and these are normally small filesystems anyway. From a performance perspective there is no disadvantage to a large vxfs filesystem --- as long as large means lots of capacity rather than lots of files in a few directories. The biggest performance hits are going to occur when someone uses a filesystem tree as a substitute for a database rather than a dedicated database. If you have to look for specific files among hundreds of thousands of entries there is a performance penalty to be paid. The other consideration is that normally it is better to spread i/o over as many separate data paths as possible but with moderm cache-centric Fibre-connected arrays even this is not a terribly important point.&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS (and you should) then it's so easy to resize filesystems later (other than those which must be contiguously allocated) that it is really not worth worrying about.&lt;BR /&gt;&lt;BR /&gt;Now, if you can ask a more focused question then perhaps a more focused answer is possible.&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Jan 2007 11:12:03 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-01-26T11:12:03Z</dc:date>
    <item>
      <title>filesystem sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933431#M287691</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;What is the advantage/disadvantage of making the filesystem larger/smaller?  Are there any documents available on this subject?  We are currently running 11.23, rp8420&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Raji</description>
      <pubDate>Fri, 26 Jan 2007 10:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933431#M287691</guid>
      <dc:creator>sheevm</dc:creator>
      <dc:date>2007-01-26T10:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933432#M287692</link>
      <description>This question has almost no meaning without some context. The most critical filesystems not to size too small are those that can't be&lt;BR /&gt;increased in size later because they must be contiguously allocated. /stand are /root are the obvious examples for this constraint. In those cases, anything over 2X the minimum size is overkill --- and these are normally small filesystems anyway. From a performance perspective there is no disadvantage to a large vxfs filesystem --- as long as large means lots of capacity rather than lots of files in a few directories. The biggest performance hits are going to occur when someone uses a filesystem tree as a substitute for a database rather than a dedicated database. If you have to look for specific files among hundreds of thousands of entries there is a performance penalty to be paid. The other consideration is that normally it is better to spread i/o over as many separate data paths as possible but with moderm cache-centric Fibre-connected arrays even this is not a terribly important point.&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS (and you should) then it's so easy to resize filesystems later (other than those which must be contiguously allocated) that it is really not worth worrying about.&lt;BR /&gt;&lt;BR /&gt;Now, if you can ask a more focused question then perhaps a more focused answer is possible.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 11:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933432#M287692</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-26T11:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933433#M287693</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The more focused question is:&lt;BR /&gt;&lt;BR /&gt;We have RAID 1/0 SAN disks allocated to the Oracle database servers.  The allocated disk space is about 90GB with one volume group for oracle databse files.&lt;BR /&gt;&lt;BR /&gt;Are there any advantage of splitting the database files across several small mount points versus creating one filesystem with 90GB?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 26 Jan 2007 11:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933433#M287693</guid>
      <dc:creator>sheevm</dc:creator>
      <dc:date>2007-01-26T11:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933434#M287694</link>
      <description>Raji,&lt;BR /&gt;&lt;BR /&gt;You might want to create separate LVs and mountpoints to provide disaster isolation.  For example, suppose you have two datafile mountpoints, /u01 and /u02, and that the Oracle RDBMS is shutdown.&lt;BR /&gt;&lt;BR /&gt;# rm -rf /u01&lt;BR /&gt;&lt;BR /&gt;Now everything in /u01 is gone, but /u02 is unaffected.  Admittedly, this is a contrived example, but it does illustrate the principle.&lt;BR /&gt;&lt;BR /&gt;Personally, I would split the 90GB into a few LVs, but leaving it whole would also be fine.&lt;BR /&gt;&lt;BR /&gt;PCS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 12:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933434#M287694</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-01-26T12:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933435#M287695</link>
      <description>For modern SAN's the performance differences will be all but extremely difficult to measure in most cases.&lt;BR /&gt;&lt;BR /&gt;It never hurts to divide the i/o into as many LUN's as you have separate data paths for but nowadays that tends to make very little difference.&lt;BR /&gt;&lt;BR /&gt;One dubious advantage of many LUN's is that it makes performance APPEAR better to host-based performance tools like Glance. With only a 1 or 2 LUN's, all Glance can know is that a herd of i/o is going through what it sees as one physical disk -- nevermind that this one "disk" is actually composed of 10 physical disks within the array. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 12:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933435#M287695</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-26T12:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933436#M287696</link>
      <description>Hi Raji:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Are there any advantage of splitting the database files across several small mount points versus creating one filesystem with 90GB?&lt;BR /&gt;&lt;BR /&gt;Yes, absolutely there is an advantage to doing this.  Large or small filesystems aside, using separate filesystems (mountpoints) enable you to leverage JFS (VxFS) mount options to optimize performance (buffer caching or not)!  See the manpages for 'mount_vxfs' for more information along with this whitepaper:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5576/JFS_Tuning.pdf" target="_blank"&gt;http://docs.hp.com/en/5576/JFS_Tuning.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 26 Jan 2007 12:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizes/m-p/3933436#M287696</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-26T12:14:56Z</dc:date>
    </item>
  </channel>
</rss>

