<?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: vx-ninode again in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475218#M844698</link>
    <description>Hi derek,&lt;BR /&gt;&lt;BR /&gt;The number drawn from the kernel is the *max* number of open vx inode table entries allowed. So think about just how *many* files you'll ever have open. I doubt you'll ever have more than 40k at any one time. So why not save the kernel memory &amp;amp; set the value to a realistic value?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 01 Feb 2005 10:18:56 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2005-02-01T10:18:56Z</dc:date>
    <item>
      <title>vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475214#M844694</link>
      <description>I know there are threads out there and I have read them.  But after reading them and after reading "Memory Usage - Whats is using all of the memory?" By: Eric Herberholz at HP and HP Perf cookbook I am confused on what to set this to.  &lt;BR /&gt;&lt;BR /&gt;Eric recommends setting vx_ninode to 20k - 30k as a start.  I want my first setting to be permanent for a long time!  After writing this quick script on my production system :&lt;BR /&gt;bdf -i |grep -v "/stand" |awk '{print $6}' |grep -v iused |awk '{sum+=$1;printf("sum: %d\n",sum)}'&lt;BR /&gt;&lt;BR /&gt;I get a total in use value of 234340.  Is this the value I want to use to trend my future setting other than the default 0?  &lt;BR /&gt;&lt;BR /&gt;thx a bunch!&lt;BR /&gt;&lt;BR /&gt;derek : )&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jan 2005 20:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475214#M844694</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2005-01-31T20:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475215#M844695</link>
      <description>no. I would set it to 30K, or 2% of mem. (1 inode= about 2K I think)&lt;BR /&gt;&lt;BR /&gt;echo  vxfs_ninode/D | adb -k /stand/vmunix  /dev/mem</description>
      <pubDate>Mon, 31 Jan 2005 22:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475215#M844695</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2005-01-31T22:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475216#M844696</link>
      <description>Hi derek,&lt;BR /&gt;&lt;BR /&gt;I concur.&lt;BR /&gt;The default value of 0 can lead to values of more than 1/4 million on large RAM systems.&lt;BR /&gt;I've been advised by experts that one *never* needs more than 40k in real life.&lt;BR /&gt;This is definitely one of those parms that *should* be tuned properly out-of-the-box, but isn't.&lt;BR /&gt;&lt;BR /&gt;My $0.02,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 01 Feb 2005 09:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475216#M844696</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-02-01T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475217#M844697</link>
      <description>ok guys thx for the responses, but I want to make for certain that this change will not effect production.  This value 234340 represents all of my JFS file systems iused sum from bdf -i.  So everyone is telling me that 20k - 30k is sufficient for vx_ninode  &lt;BR /&gt;even though when I echo this parameter I get&lt;BR /&gt;&lt;BR /&gt;echo "vxfs_ninode /D" |adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;240640?????&lt;BR /&gt; &lt;BR /&gt;why is 20-30k recommended considering this number above and has anyone been in the situation before? has anyone changed it w/out negative results?&lt;BR /&gt;&lt;BR /&gt;thank you,</description>
      <pubDate>Tue, 01 Feb 2005 10:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475217#M844697</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2005-02-01T10:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475218#M844698</link>
      <description>Hi derek,&lt;BR /&gt;&lt;BR /&gt;The number drawn from the kernel is the *max* number of open vx inode table entries allowed. So think about just how *many* files you'll ever have open. I doubt you'll ever have more than 40k at any one time. So why not save the kernel memory &amp;amp; set the value to a realistic value?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 01 Feb 2005 10:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475218#M844698</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-02-01T10:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475219#M844699</link>
      <description>yes I definitely agree with  "I doubt you'll ever have more than 40k at any one time. So why not save the kernel memory &amp;amp; set the value to a realistic value?"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So the 234340 number can be ignored and taken for granted?  Is the number in any way useful?</description>
      <pubDate>Tue, 01 Feb 2005 10:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475219#M844699</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2005-02-01T10:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475220#M844700</link>
      <description>Well first understand that this is a *cache* table so it's not an "in use" table - it's a "used" table. That number simply reflects the *total* number of cache entries used since the last boot. What's most important however IS the in use value - i.e. how many entries are currently being used by all processes running *right now*?&lt;BR /&gt;Consider 2 things:&lt;BR /&gt;A) What's the memory "cost" of the cache table size?&lt;BR /&gt;B) What's the CPU "cost" of searching an unnecessarily large table?&lt;BR /&gt;Those "costs" are what I'm pointing out. You don't need a huge table for exactly those two reasons. Set it to 40k &amp;amp; forget it.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 01 Feb 2005 12:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475220#M844700</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-02-01T12:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475221#M844701</link>
      <description>I will set it to 40k, but IF it is a "number that simply reflects the *total* number of cache entries used since the last boot"   &lt;BR /&gt;then why does it flucuate?&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2005 12:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475221#M844701</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2005-02-01T12:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475222#M844702</link>
      <description>In one of my 11.11 systems this parameter vx_ninode does not exist.  What do I have to load or do  to correct this?</description>
      <pubDate>Thu, 10 Feb 2005 18:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475222#M844702</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2005-02-10T18:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: vx-ninode again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475223#M844703</link>
      <description>Derek, you have received some valuable information for free, and you assigned points to 0 out of 47 replies!!!!!!!!!!!!!!!</description>
      <pubDate>Tue, 05 Apr 2005 23:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-again/m-p/3475223#M844703</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2005-04-05T23:27:00Z</dc:date>
    </item>
  </channel>
</rss>

