<?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 Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749756#M69859</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In vxfs inode numbers are unlimited by default. Inodes in vxfs are created as long as there are free blocks of disk available. See the man page for 'mkfs_vxfs' for more information.&lt;BR /&gt;&lt;BR /&gt;Piyush &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Jun 2002 12:00:00 GMT</pubDate>
    <dc:creator>PIYUSH D. PATEL</dc:creator>
    <dc:date>2002-06-21T12:00:00Z</dc:date>
    <item>
      <title>Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749750#M69853</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  What is maximum number of inode can have in a vxfs file system. Any formula for this? If I do bdf -i for a vxfs file system, I am getting % of inode used.. What is this exactly?&lt;BR /&gt;&lt;BR /&gt; TIA&lt;BR /&gt; Shahul</description>
      <pubDate>Fri, 21 Jun 2002 11:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749750#M69853</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-21T11:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749751#M69854</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;JFS/Vxfs dynamically allocates inodes, so there is no internal restriction&lt;BR /&gt;on the number of inodes. The only restriction is disk space.&lt;BR /&gt;&lt;BR /&gt;The kernel parameter 'ninode' only defines the size of the in-memory inode table. This caches the most recently used 'ninode' open inodes for efficiency, it does not limit the number of open inodes that the system can handle. &lt;BR /&gt;&lt;BR /&gt;A JFS inode takes up 256 bytes. HFS inodes have restrictions.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 21 Jun 2002 11:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749751#M69854</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-21T11:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749752#M69855</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;With VxFS filesystems, there is no limit on the number of inodes.  The more disk space the more inodes.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 21 Jun 2002 11:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749752#M69855</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-21T11:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749753#M69856</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;bdf -i will show the available inodes on all filesystems but only has meaning for HFS (vxfs is dynamic, cdfs is meaningless as it can't be changed). You will run out of inodes on an HFS filesystem (but have plenty of space for new files) if you have thousands, perhaps millions of small files. &lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 21 Jun 2002 11:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749753#M69856</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-21T11:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749754#M69857</link>
      <description>&lt;BR /&gt;  Hi Piyush&lt;BR /&gt;&lt;BR /&gt;   Thanks for the reply.&lt;BR /&gt; If there is no restriction, then what is that % U are getting from bdf -i?  And if it goes to 100% U would not be able to creat files.. Means something is there...Right?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Shahul</description>
      <pubDate>Fri, 21 Jun 2002 11:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749754#M69857</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-21T11:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749755#M69858</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I dont think there is a limit its all to do with how much space you have on the disk. Its dynamic in vxfs so no need to worry about.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;John.</description>
      <pubDate>Fri, 21 Jun 2002 11:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749755#M69858</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-06-21T11:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749756#M69859</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In vxfs inode numbers are unlimited by default. Inodes in vxfs are created as long as there are free blocks of disk available. See the man page for 'mkfs_vxfs' for more information.&lt;BR /&gt;&lt;BR /&gt;Piyush &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 12:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749756#M69859</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-21T12:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749757#M69860</link>
      <description>There is a kernel parametr called ninode == Max number of open i-nodes if that is what you are refereing to&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 21 Jun 2002 12:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749757#M69860</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-21T12:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749758#M69861</link>
      <description>Hi Shahul,&lt;BR /&gt;&lt;BR /&gt;you don't have to take care at all of the number of inodes in a vxfs file system. As allready mentioned, the file system generates inodes as needed. This is a difference to hfs file systems, in which you have to increase the size of the file system if no more inodes are available.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Fri, 21 Jun 2002 12:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749758#M69861</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-06-21T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749759#M69862</link>
      <description>The "bdf -i" shows the % used of the currently allocated inodes. When you exceed the threshold (I'm not sure what the percentage is) the OS will allocate a chunk of inodes.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 21 Jun 2002 13:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode/m-p/2749759#M69862</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-06-21T13:09:37Z</dc:date>
    </item>
  </channel>
</rss>

