<?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: inode in filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836557#M272571</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;For a VxFS filesystem, inodes will grow in number dynamically as needed as long as there is space available within the filesystem.&lt;BR /&gt;&lt;BR /&gt;A largefiles filesystem is necessary for more than about 8 million inodes.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 03 Aug 2006 07:33:44 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-08-03T07:33:44Z</dc:date>
    <item>
      <title>inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836552#M272566</link>
      <description>hi,&lt;BR /&gt;Out of interest....&lt;BR /&gt;I am working on a HP-UX 11i os with a vxfs filesystem.&lt;BR /&gt;The questation is if an inode table size reaches the maximum will it take some of the free filesystem sapce ?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 05:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836552#M272566</guid>
      <dc:creator>Eli_pok</dc:creator>
      <dc:date>2006-08-03T05:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836553#M272567</link>
      <description>Hi,&lt;BR /&gt;if the inode table becomes full, you should start getting "Inode Table full" messages.&lt;BR /&gt;You can increase with ninode kernel param ( or maxusers), as I believe the inode cache is in-core.</description>
      <pubDate>Thu, 03 Aug 2006 06:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836553#M272567</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-08-03T06:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836554#M272568</link>
      <description>Eli, the vxfs will allocate inodes dinamically until there is no more inodes available in the hard drive.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Thu, 03 Aug 2006 06:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836554#M272568</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-08-03T06:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836555#M272569</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No, it will stop working.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Aug 2006 06:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836555#M272569</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-03T06:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836556#M272570</link>
      <description>Changes are that I understood the question wrong but wasn't it suppord to be dinamic?&lt;BR /&gt;&lt;BR /&gt;The addition of filesets and dynamic allocation of inodes has affected the disk layout in various ways. In particular, many of the file system structures are now located in files (referred to as structural files) rather than in fixed disk areas. This provides a simple mechanism for dynamic growth of structures. For example, inodes are now stored in structural files and allocated as needed. In general, file system structures that deal with space allocation are still in fixed disk locations, while most other structures are dynamically allocated and have become clients of the file system's disk space allocation scheme.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3929-90011/ch02s04.html" target="_blank"&gt;http://docs.hp.com/en/B3929-90011/ch02s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Thu, 03 Aug 2006 07:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836556#M272570</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-08-03T07:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836557#M272571</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;For a VxFS filesystem, inodes will grow in number dynamically as needed as long as there is space available within the filesystem.&lt;BR /&gt;&lt;BR /&gt;A largefiles filesystem is necessary for more than about 8 million inodes.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 03 Aug 2006 07:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836557#M272571</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-03T07:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836558#M272572</link>
      <description>By default, vxfs filesystems grow the inode list dynamically BUT if mkfs is called with -o ninode=n specified with a non-zero value the the number of inodes is fixed and will not increase "on the fly". There is almost never a good reason for doing this but vxfs filesystems can be made just as static as hfs/ufs filesystems.</description>
      <pubDate>Thu, 03 Aug 2006 09:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836558#M272572</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-03T09:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836559#M272573</link>
      <description>Hi Eli,&lt;BR /&gt;&lt;BR /&gt;I know you've gotten a number of correct answers to this question - assuming you're referring to on-disk inodes - but I want to also point out that there is a difference between on-disk inodes, which do occupy space in the filesystem, and in-memory inodes.  The HP-UX kernel maintains a memory-based cache of recently used and open VxFS inodes.&lt;BR /&gt;&lt;BR /&gt;Are you referring to the on-disk inodes or the in-memory inode cache?  Those are two completely different mechanisms controlled by different tunables.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 03 Aug 2006 10:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836559#M272573</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-08-03T10:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836560#M272574</link>
      <description>I ment to the inodes i see by typng "bdf -i".&lt;BR /&gt;Te problem i ran into was a filesysten with a lot files (almost 30000) that was created by somenes script ran by cron and genarating an empty log file for the last year or so.&lt;BR /&gt;So the quastion came from that direction if the amount of files would reach the maximum number per filesystem but not taking any "real" filesystem space would the filesystem become "full" ?&lt;BR /&gt;Also i didnt undestood the diferebce between the two types of inode tables....</description>
      <pubDate>Fri, 04 Aug 2006 11:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836560#M272574</guid>
      <dc:creator>Eli_pok</dc:creator>
      <dc:date>2006-08-04T11:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: inode in filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836561#M272575</link>
      <description>Run this command:&lt;BR /&gt;mkfs -m /dev/vgxx/lvoln&lt;BR /&gt;&lt;BR /&gt;The -m option will display the options used to create an existing filesystem but will not create a new filesystem --- so it is a safe command to run. Man mkfs for details.&lt;BR /&gt;&lt;BR /&gt;As long as there is free space in a vxfs filesystem AND if the filesystem was created with ninode=unlimited (the default) then the inode list will expand as needed. When it expands, it doesn't add just 1 more but instead adds a chunk of available inodes. The number reported by bdf -i is the current inode capacity but if the above conditions are met the that number can increase with no intervention on your part. There is 1 more constraint and that is, if largefiles are not enabled, and the underlying inode data structure exceeds 2GiB then no more inodes can be allocated even if ninode=unlimited.&lt;BR /&gt;&lt;BR /&gt;The two types of inode tables are very different things; the one you are talking about is the total number of inodes the filesystem itself can handle; the other one is the number of inodes in the kernel at any one time. Because it would be extremely unlikely that the system would have that many different files open at any one time, the kernel table can be much, much smaller.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 12:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-in-filesystem/m-p/3836561#M272575</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-04T12:09:23Z</dc:date>
    </item>
  </channel>
</rss>

