<?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 inodes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689307#M55039</link>
    <description>how add inodes to root filesystem ?&lt;BR /&gt; 79872 total i-nodes&lt;BR /&gt;                                                         8 free i-nodes&lt;BR /&gt;                                                     79864 used i-nodes</description>
    <pubDate>Fri, 22 Mar 2002 16:09:50 GMT</pubDate>
    <dc:creator>CA788655</dc:creator>
    <dc:date>2002-03-22T16:09:50Z</dc:date>
    <item>
      <title>inodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689307#M55039</link>
      <description>how add inodes to root filesystem ?&lt;BR /&gt; 79872 total i-nodes&lt;BR /&gt;                                                         8 free i-nodes&lt;BR /&gt;                                                     79864 used i-nodes</description>
      <pubDate>Fri, 22 Mar 2002 16:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689307#M55039</guid>
      <dc:creator>CA788655</dc:creator>
      <dc:date>2002-03-22T16:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: inodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689308#M55040</link>
      <description>I suppose you root FS is not on JFS FS then because if it's JFS, the allocation of inodes are dynamic with the only restriction being the disk space.&lt;BR /&gt;If it's HFS FS the only way is to newfs the FS and recreate it with a "-i" option which defined the nbpi (number of bytes per inode). By default (without specifying -i in newfs), your FS will be created with one inode for every 6144 bytes of space in the FS. So if you want to have more inodes, you can set it to 3072 (double the inode count) with the -i option in newfs. Check man pages for newfs.</description>
      <pubDate>Fri, 22 Mar 2002 16:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689308#M55040</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-22T16:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: inodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689309#M55041</link>
      <description>Also do&lt;BR /&gt;# man mkfs_hfs&lt;BR /&gt;which will show you about the inode setting.</description>
      <pubDate>Fri, 22 Mar 2002 16:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689309#M55041</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-22T16:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: inodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689310#M55042</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;You are really short for this kernel parameter value and you need to increase it.&lt;BR /&gt;&lt;BR /&gt;The kernel parameter name is : "ninode"&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Mon, 25 Mar 2002 12:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689310#M55042</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2002-03-25T12:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: inodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689311#M55043</link>
      <description>To clarify: ninode is a kernel parameter that controls the size of an in-core cache of recently opened and currently opened HFS files. It has no relationship to the number of inodes on a particular filesystem.&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;As mentioned, the fix is to backup the data, and run newfs with the -o nbpi option (see man mkfs_hfs).</description>
      <pubDate>Mon, 25 Mar 2002 12:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689311#M55043</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-03-25T12:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: inodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689312#M55044</link>
      <description>To add to Bills answer as recreating / can be hard. Is your / HFS or JFS and if the latter how is the free diskspace on the filesystem.&lt;BR /&gt;Maybe what you should do (annyway) is looking for files in / that shouldn't be there. I know that isn't nessesearly easy but you could start with odd files and dirs in /, non-dev or larger files in /dev. Also find might help you: 'find / -xdev -newer /etc/TIMEZONE'.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Mon, 25 Mar 2002 13:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2689312#M55044</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-03-25T13:09:14Z</dc:date>
    </item>
  </channel>
</rss>

