<?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: tuning large filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-large-filesystem/m-p/2836325#M90211</link>
    <description>Hi Dimitry:&lt;BR /&gt;&lt;BR /&gt;Divide and conquer.  Smaller is better (read, faster).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 30 Oct 2002 20:19:48 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-10-30T20:19:48Z</dc:date>
    <item>
      <title>tuning large filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-large-filesystem/m-p/2836324#M90210</link>
      <description>&lt;BR /&gt;I have an unusual filesystem:&lt;BR /&gt;it has over 7 Million small files and 5 million directories.&lt;BR /&gt;&lt;BR /&gt;Processes have hard times searching through it. Backups&lt;BR /&gt;time out on it, trying to get datastructures in memory.&lt;BR /&gt;I know, there are ways to change block sizes for filesystems with many small files. Is this appropriate in this case? What else would you recommend for reorg of such filesystems ? Best practices ? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/vista30           (/dev/vg130/vistafs    ) :&lt;BR /&gt;           8192 file system block size            2048 fragment size&lt;BR /&gt;       97140736 total blocks                   1686464 total free blocks&lt;BR /&gt;        1633786 allocated free blocks         15431728 total i-nodes&lt;BR /&gt;         421610 total free i-nodes              421610 allocated free i-nodes&lt;BR /&gt;     1075249153 file system id                    vxfs file system type&lt;BR /&gt;           0x10 flags                             255 file system name length&lt;BR /&gt;   /opt/vista30 file system specific string&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;dimitry.</description>
      <pubDate>Wed, 30 Oct 2002 19:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-large-filesystem/m-p/2836324#M90210</guid>
      <dc:creator>Dimitry Snezhkov</dc:creator>
      <dc:date>2002-10-30T19:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: tuning large filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-large-filesystem/m-p/2836325#M90211</link>
      <description>Hi Dimitry:&lt;BR /&gt;&lt;BR /&gt;Divide and conquer.  Smaller is better (read, faster).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Oct 2002 20:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-large-filesystem/m-p/2836325#M90211</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-30T20:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: tuning large filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-large-filesystem/m-p/2836326#M90212</link>
      <description>I doubt that any block size tuning is really going to help at all. In your case I would would divide this one filesystem into several mountpoints. I hope that you have OnlineJFS because another thing that would probably help is running fsadm -F vxfs -d -e on a regular basis to reorganize your directories and extents. I wouldn't dream of doing a reorg until you have split the filesystem.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Oct 2002 20:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-large-filesystem/m-p/2836326#M90212</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-10-30T20:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: tuning large filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-large-filesystem/m-p/2836327#M90213</link>
      <description>Overall performance with millions of files and directories can only be improved with a solid-state disk. The problem is that directory searches (such as backups and processes or scripts that search for files using a mask) are done completely in the kernel aas this is filesystem management. The sizes of the files are not important, it's the sheer number of entries that must be traversed to locate a specific file.&lt;BR /&gt;&lt;BR /&gt;If you think we're saying this is a bad design for datastructures, you're right! If this is a small mountpoint, say less than 2Gb, then a solidstate disk should be less than $10,000 and will give you adequate performance--assuming you have fast (500 Mhz) processors to handle the kernel code.&lt;BR /&gt;&lt;BR /&gt;Otherwise, the directory structures cannot be optimized as they are scattered throughout the volume. The only fix is to use a real database rather than using a filesystem to keep track of individual items.</description>
      <pubDate>Wed, 30 Oct 2002 20:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-large-filesystem/m-p/2836327#M90213</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-10-30T20:40:16Z</dc:date>
    </item>
  </channel>
</rss>

