<?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: HPUX 11.31 - directory size limitation? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-directory-size-limitation/m-p/6045521#M604337</link>
    <description>&lt;P&gt;There is no practical limit for a VxFS directory. Millions and millions of files and subdirectories can be part of the directory structure. I am assuming you are referring to the quantity of files and not the size of the files in the directory. The real concern is managing massively large directory entries. Simple commands like ll and fileame matching (ie, *) won't be pratical.&amp;nbsp; You'll need to know the exact name of the file or if using a regex to match filenames, the match must return something less than the maximum length of a command line (as in shell scripts or interactive). Commands that search or summarize directories (ie, find, du, etc) will take a long time and require a lot of I/O.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2013 12:05:55 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2013-04-29T12:05:55Z</dc:date>
    <item>
      <title>HPUX 11.31 - directory size limitation?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-directory-size-limitation/m-p/6044053#M604335</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick qestion - does anyone know if there is a _directory_ size limit in 11.31? Here's the output of HPUX version and lvm version:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;swlist -l product|grep -i lvm&lt;BR /&gt;&amp;nbsp; LVM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.11.31.1104&amp;nbsp;&amp;nbsp; LVM&lt;BR /&gt;&amp;nbsp; LVM-Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.11.31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HP-UX Kernel support for the logical volume manager&lt;BR /&gt;&amp;nbsp; LVM-MirrorDisk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.11.31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MirrorDisk/UX&lt;BR /&gt;&amp;nbsp; PHCO_37328&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mkboot(1M) patch for LVM and HPVM&lt;BR /&gt;&amp;nbsp; PHKL_38079&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRM/FSS cumulative patch with LVM enhancement&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;swlist|grep -i enter&lt;BR /&gt;&amp;nbsp; HPUX11i-OE-Ent&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.11.31.0709&amp;nbsp;&amp;nbsp; HP-UX Enterprise Operating Environment&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2013 02:53:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-directory-size-limitation/m-p/6044053#M604335</guid>
      <dc:creator>Dave Cast</dc:creator>
      <dc:date>2013-04-28T02:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 - directory size limitation?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-directory-size-limitation/m-p/6044163#M604336</link>
      <description>&lt;P&gt;I don't know of any limit other than performance.&lt;/P&gt;&lt;P&gt;Probably anything over 10,000s goes bad quickly.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2013 04:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-directory-size-limitation/m-p/6044163#M604336</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2013-04-28T04:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 - directory size limitation?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-directory-size-limitation/m-p/6045521#M604337</link>
      <description>&lt;P&gt;There is no practical limit for a VxFS directory. Millions and millions of files and subdirectories can be part of the directory structure. I am assuming you are referring to the quantity of files and not the size of the files in the directory. The real concern is managing massively large directory entries. Simple commands like ll and fileame matching (ie, *) won't be pratical.&amp;nbsp; You'll need to know the exact name of the file or if using a regex to match filenames, the match must return something less than the maximum length of a command line (as in shell scripts or interactive). Commands that search or summarize directories (ie, find, du, etc) will take a long time and require a lot of I/O.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 12:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-directory-size-limitation/m-p/6045521#M604337</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2013-04-29T12:05:55Z</dc:date>
    </item>
  </channel>
</rss>

