<?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 inode limit for file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425886#M1264</link>
    <description>How to increase the inode limit for a particular file system. At present i have only 700 free inodes in the filesystem .&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Jun 2000 02:10:26 GMT</pubDate>
    <dc:creator>Velmurugan</dc:creator>
    <dc:date>2000-06-13T02:10:26Z</dc:date>
    <item>
      <title>inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425886#M1264</link>
      <description>How to increase the inode limit for a particular file system. At present i have only 700 free inodes in the filesystem .&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2000 02:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425886#M1264</guid>
      <dc:creator>Velmurugan</dc:creator>
      <dc:date>2000-06-13T02:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425887#M1265</link>
      <description>If the filesystem is jfs (vxfs) then it will increase automatically.&lt;BR /&gt;&lt;BR /&gt;If it's hfs, then you can't. You will have to newfs the filesystem with different options and then recover your data.</description>
      <pubDate>Tue, 13 Jun 2000 06:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425887#M1265</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-06-13T06:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425888#M1266</link>
      <description>Increase the NINODE values through the kernel configuration parameters. This will cause your system to reboot.</description>
      <pubDate>Tue, 13 Jun 2000 08:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425888#M1266</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-13T08:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425889#M1267</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Andy monks.&lt;BR /&gt;&lt;BR /&gt;But ninode corresponds to the max inodes that can be opened. I dont think increasing ninode severs your purpose.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;venu</description>
      <pubDate>Tue, 13 Jun 2000 10:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425889#M1267</guid>
      <dc:creator>Venu_2</dc:creator>
      <dc:date>2000-06-13T10:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425890#M1268</link>
      <description>Increasing the number of free inodes is not easily done. You can try deleting and/or nulling files. I would cat &amp;gt; /dev/null first and then remove in case the files are open for writing. &lt;BR /&gt;&lt;BR /&gt;Also depends on the types of apps you have running and the files they would write to.&lt;BR /&gt;&lt;BR /&gt;You might want to newfs the partition and then restore from the backups.</description>
      <pubDate>Tue, 13 Jun 2000 13:37:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425890#M1268</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-13T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425891#M1269</link>
      <description>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;I also agree with Andy Monks but be aware that JFS (VXFS) filesystems will only dynamically increase the number of inodes if they were created (mkfs) with the default ninode=0 (or ninode= unlimited). If ninode=&lt;NUMBER&gt; was used (desirable for large filesystems which will contain a small number of files) then &lt;NUMBER&gt; is a hard limit. If you can't remove any old files then the only answer is to backup, mkfs and restore.&lt;/NUMBER&gt;&lt;/NUMBER&gt;</description>
      <pubDate>Tue, 13 Jun 2000 15:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425891#M1269</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-06-13T15:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425892#M1270</link>
      <description>How to increase the inode limit for a particular file system. At present i have only 700 free inodes in the filesystem :&lt;BR /&gt;&lt;BR /&gt;To increase inodes login as root,and go into SAM(System Admin tool) and select Kernal configuration,action,open item,configurable parametrs,and enter then all list will come,from that you select ninode,to change that value actions,modify configurable parameter and you define your value and build a kernal.It will ask for reboot and do that.And you check your inodes in system by typing &lt;BR /&gt;sar -v 3 3&lt;BR /&gt;Hope it can solve this problem.&lt;BR /&gt;&lt;BR /&gt;-Nag</description>
      <pubDate>Tue, 13 Jun 2000 16:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425892#M1270</guid>
      <dc:creator>Nagaraj Dandeboyina</dc:creator>
      <dc:date>2000-06-13T16:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425893#M1271</link>
      <description>If you are using hfs file systems and you need more inodes, you have to copy off all of your data, recreate the file system with more inodes, then restore the data. The necessary option on the "newfs" command is "-i xxxx" with the default for xxxx being 6144. The smaller the number, the more inodes that will be created. Keep in mind that if disk space is tight, the more inodes you have the less space you will have for files in the file system</description>
      <pubDate>Wed, 14 Jun 2000 19:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425893#M1271</guid>
      <dc:creator>Duane Gorder</dc:creator>
      <dc:date>2000-06-14T19:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425894#M1272</link>
      <description>Okay stupid newbie question. What is an inode?  From what I understand, every file has an inode and the inode holds information about the file, such as size and location.  Is this correct?  But why? What is its purpose and function?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 14 Jun 2000 19:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425894#M1272</guid>
      <dc:creator>carl_46</dc:creator>
      <dc:date>2000-06-14T19:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: inode limit for file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425895#M1273</link>
      <description>In reply to seb's question, each file is associated with at least one inode. The inode contains information about the file (create dates, status etc.) and pointers to blocks on the physical storage device (within a file system). As storage referenced in the primary inode is used, additional inode blocks of pointers are assigned to the file as necessary. For the really gory details man 4 inode.</description>
      <pubDate>Fri, 16 Jun 2000 11:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-limit-for-file-system/m-p/2425895#M1273</guid>
      <dc:creator>Randy Jay</dc:creator>
      <dc:date>2000-06-16T11:42:22Z</dc:date>
    </item>
  </channel>
</rss>

