<?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: inodes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2474877#M17273</link>
    <description>Here are a couple of links that could help you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://europe-support.external.hp.com/cki/bin/doc.pl/sid=c215838e0c7c8fed46/screen=ckiDisplayDocument?docId=200000044100215" target="_blank"&gt;http://europe-support.external.hp.com/cki/bin/doc.pl/sid=c215838e0c7c8fed46/screen=ckiDisplayDocument?docId=200000044100215&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://europe-support.external.hp.com/cki/bin/doc.pl/sid=c215838e0c7c8fed46/screen=ckiDisplayDocument?docId=200000037470438" target="_blank"&gt;http://europe-support.external.hp.com/cki/bin/doc.pl/sid=c215838e0c7c8fed46/screen=ckiDisplayDocument?docId=200000037470438&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Dec 2000 10:58:55 GMT</pubDate>
    <dc:creator>Dan Hetzel</dc:creator>
    <dc:date>2000-12-18T10:58:55Z</dc:date>
    <item>
      <title>inodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2474876#M17272</link>
      <description>i am currently doing an article about inodes.&lt;BR /&gt;does anyboody know any good web sites explainig all the concepts</description>
      <pubDate>Mon, 18 Dec 2000 10:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2474876#M17272</guid>
      <dc:creator>treasa davitt</dc:creator>
      <dc:date>2000-12-18T10:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: inodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2474877#M17273</link>
      <description>Here are a couple of links that could help you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://europe-support.external.hp.com/cki/bin/doc.pl/sid=c215838e0c7c8fed46/screen=ckiDisplayDocument?docId=200000044100215" target="_blank"&gt;http://europe-support.external.hp.com/cki/bin/doc.pl/sid=c215838e0c7c8fed46/screen=ckiDisplayDocument?docId=200000044100215&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://europe-support.external.hp.com/cki/bin/doc.pl/sid=c215838e0c7c8fed46/screen=ckiDisplayDocument?docId=200000037470438" target="_blank"&gt;http://europe-support.external.hp.com/cki/bin/doc.pl/sid=c215838e0c7c8fed46/screen=ckiDisplayDocument?docId=200000037470438&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Dec 2000 10:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2474877#M17273</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-18T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: inodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2474878#M17274</link>
      <description>Check on your system in /usr/share/doc.&lt;BR /&gt;&lt;BR /&gt;The Veritas Admin Guide:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/os/veritas_admin.pdf" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/os/veritas_admin.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Configurable File-System Parameters &lt;BR /&gt;&lt;A href="http://www.docs.hp.com//hpux/onlinedocs/os/KCparam.FilesysParamsList.html" target="_blank"&gt;http://www.docs.hp.com//hpux/onlinedocs/os/KCparam.FilesysParamsList.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ownership and permissions are stored in the inode, anyone with write permission to a mounted partition can set the user ID for any file in that partition, regardless of the owner, bypassing the chmod() system call and other security checks. &lt;BR /&gt;&lt;BR /&gt;Issue the ps -ef command on the NFS server, and check for many instances of the same application. Sometimes an application clones itself indefinitely until it uses up all the available inodes on a system.&lt;BR /&gt;&lt;BR /&gt;The default maximum number of inodes shipped with HP-UX tends to be too small for sites that make extensive use of NFS. Follow this procedure to increase the maximum number of inodes on your NFS server:&lt;BR /&gt;&lt;BR /&gt;Log in as root to the NFS server. &lt;BR /&gt;&lt;BR /&gt;- SAM (System Administration Manager). &lt;BR /&gt;- Open Kernel Configuration. &lt;BR /&gt;- Open Configurable Parameters. &lt;BR /&gt;- Highlight the line that begins with ninode,  &lt;BR /&gt;  and choose Modify Configurable Parameter &lt;BR /&gt;  from the Actions menu. &lt;BR /&gt;- Increase the value in the Formula/Value &lt;BR /&gt;  field, either by changing the constant &lt;BR /&gt;  multiplier in the formula or replacing the &lt;BR /&gt;  formula with a value. If your ninode value &lt;BR /&gt;  is currently set to the default (606), try &lt;BR /&gt;  changing it to 2048. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Dec 2000 11:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes/m-p/2474878#M17274</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-12-18T11:10:43Z</dc:date>
    </item>
  </channel>
</rss>

