<?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 and sar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068705#M140133</link>
    <description>Just to clarify, vx_ninode (like ninode) is a cache but the metrics about % full are very misleading. vx-ninode is handled differently than ninode. ninode contains current and recently opened inode information in order to save disk searches for commonly used files. However, ninode contains entries for HFS files only (such as /stand) so it should not be made very large (perhaps 1000 to 4000 max). However, ninode's size influences the DNLC, vx_ninode and ncdnode, so it is a good idea to get Dave Olker's book on HP-UX NFS which is the best explanation of how all these parameters influence each other,</description>
    <pubDate>Thu, 11 Sep 2003 13:26:18 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2003-09-11T13:26:18Z</dc:date>
    <item>
      <title>vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068696#M140124</link>
      <description>Can anyone enlighten me as to how to monitor my vxfs_ninode utilization? I know that if I do sar -v I can see my inod-sz, but this reflects my ninode kernel setting, not the vx_ninode setting. If I do echo 'vxfs_ninode/D' | adb /stand/vmunix /dev/kmem that verifies what my kernel param is set at, but how do I monitor how close I am getting to that setting. Something comparable to sar -v for the ninode setting.&lt;BR /&gt;&lt;BR /&gt;Any thoughts, suggestions or corrections would be welcomed.&lt;BR /&gt;&lt;BR /&gt;As always, Thanks!&lt;BR /&gt;&lt;BR /&gt;-Bryan</description>
      <pubDate>Thu, 11 Sep 2003 12:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068696#M140124</guid>
      <dc:creator>Bryan D. Quinn</dc:creator>
      <dc:date>2003-09-11T12:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068697#M140125</link>
      <description>AFAIK, sar does not query this kernel var. It would be nice if it did. Glance may help, but I can't remember for sure. And of course, Glance isn't free.</description>
      <pubDate>Thu, 11 Sep 2003 12:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068697#M140125</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-09-11T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068698#M140126</link>
      <description>May be putting it in a script and chekcing at regular intervals.&lt;BR /&gt;&lt;BR /&gt;Something like&lt;BR /&gt;&lt;BR /&gt;while true&lt;BR /&gt;do&lt;BR /&gt;echo vx_inode/D|adb -k /stand/vmunix /dev/kem&lt;BR /&gt;sleep 10&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 12:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068698#M140126</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-09-11T12:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068699#M140127</link>
      <description>check the script here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922494" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922494&lt;/A&gt;</description>
      <pubDate>Thu, 11 Sep 2003 12:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068699#M140127</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-11T12:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068700#M140128</link>
      <description>You need the kmeminfo command, this displays details on memory including vx_ninode;&lt;BR /&gt;&lt;BR /&gt;Kernel dynamic memory usage (in page/byte/percent):&lt;BR /&gt;Dynamic             =   235396  919.5m  11%  Kernel dynamic memory&lt;BR /&gt;  Arenas            =   158610  619.6m   8%  Kernel arenas&lt;BR /&gt;    vx_buffer_cache =    55520  216.9m   3%  &lt;BR /&gt;    vx_global_pool  =    32264  126.0m   2%  &lt;BR /&gt;    vx_inode_cache  =    11347   44.3m   1%  &lt;BR /&gt;    M_TEMP          =     7430   29.0m   0%  &lt;BR /&gt;    ALLOCB_MBLK_LM  =     6758   26.4m   0%  &lt;BR /&gt;    VFD_BT_NODE     =     5659   22.1m   0%  &lt;BR /&gt;    M_REG           =     4481   17.5m   0%  &lt;BR /&gt;    M_PREG          =     4296   16.8m   0%  &lt;BR /&gt;    M_SWAP          =     4212   16.5m   0%  &lt;BR /&gt;    M_SPINLOCK      =     3888   15.2m   0%  &lt;BR /&gt;    KMEM_ALLOC      =     3198   12.5m   0%  &lt;BR /&gt;    M_IOSYS         =     2977   11.6m   0%  &lt;BR /&gt;    M_LVM           =     2963   11.6m   0%  &lt;BR /&gt;    ALLOCB_MBLK_DA  =     1476    5.8m   0%  &lt;BR /&gt;    M_KTHREAD       =     1377    5.4m   0%  &lt;BR /&gt;    Other           =    10764   42.0m   1%  Other arenas...&lt;BR /&gt;  Kalloc            =    76731  299.7m   4%  kalloc()&lt;BR /&gt;    SuperPagePool   =    60178  235.1m   3%    Kernel superpage cache&lt;BR /&gt;    BufcacheBufs    =     9472   37.0m   0%    Buffer cache bufs&lt;BR /&gt;    BufcacheHash    =     5120   20.0m   0%    Buffer cache hash heads&lt;BR /&gt;    Other           =     1961    7.7m   0%    Other...&lt;BR /&gt;  Eqalloc           =       55  220.0k   0%  eqalloc()&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Basically, the guideline is to set vx_ninode to 90% of ninode - no higher. If you leave set to 0 it can continually expand to even use Gigabytes of ram! we had this problem until we changed it to a non zero value.&lt;BR /&gt;&lt;BR /&gt;Ive tried zipping kmeminfo and attaching - lets hope it works....</description>
      <pubDate>Thu, 11 Sep 2003 12:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068700#M140128</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-11T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068701#M140129</link>
      <description>Bryan,&lt;BR /&gt;&lt;BR /&gt;Try "bdf -i".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 12:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068701#M140129</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-11T12:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068702#M140130</link>
      <description>attachment didnt work..email me and I will email you a copy unless someone knows where to downoad it ?&lt;BR /&gt;&lt;BR /&gt;stefan_farrelly@ipcmedia.com&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 12:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068702#M140130</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-11T12:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068703#M140131</link>
      <description>This will give you what you want:&lt;BR /&gt;&lt;BR /&gt;echo "vx_cur_inodes/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Note that this is only an inode cache, so its going to be close to full most of the time.  Thats not a problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 11 Sep 2003 12:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068703#M140131</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2003-09-11T12:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068704#M140132</link>
      <description>Thanks everyone!&lt;BR /&gt;&lt;BR /&gt;TG and Stefan for the script and kmeminfo.&lt;BR /&gt;&lt;BR /&gt;Pete,&lt;BR /&gt;&lt;BR /&gt;How I could have missed a simple solution is beyond me? Some times the KISS method slips right passed me!&lt;BR /&gt;&lt;BR /&gt;Thanks as usual for your help!&lt;BR /&gt;&lt;BR /&gt;Thanks again everyone!&lt;BR /&gt;&lt;BR /&gt;-Bryan</description>
      <pubDate>Thu, 11 Sep 2003 13:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068704#M140132</guid>
      <dc:creator>Bryan D. Quinn</dc:creator>
      <dc:date>2003-09-11T13:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068705#M140133</link>
      <description>Just to clarify, vx_ninode (like ninode) is a cache but the metrics about % full are very misleading. vx-ninode is handled differently than ninode. ninode contains current and recently opened inode information in order to save disk searches for commonly used files. However, ninode contains entries for HFS files only (such as /stand) so it should not be made very large (perhaps 1000 to 4000 max). However, ninode's size influences the DNLC, vx_ninode and ncdnode, so it is a good idea to get Dave Olker's book on HP-UX NFS which is the best explanation of how all these parameters influence each other,</description>
      <pubDate>Thu, 11 Sep 2003 13:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068705#M140133</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-09-11T13:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068706#M140134</link>
      <description>We've had a similar experience to Stephen Farelly concerning vx_inode.&lt;BR /&gt;&lt;BR /&gt;Its critical to have its value as non-zero.&lt;BR /&gt;&lt;BR /&gt;I'm posting in a link to a good tuning document.&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1063290834746+28353475&amp;amp;searchCrit=allwords" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1063290834746+28353475&amp;amp;searchCrit=allwords&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Doc ID: UPERFKBAN00000726&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Sep 2003 13:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068706#M140134</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-11T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: vx_ninode and sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068707#M140135</link>
      <description>Thanks Bill,&lt;BR /&gt;&lt;BR /&gt;I knew I should have gotten that book. I sat through his NFS presentation at HP World and then had the chance to go buy the book and have him sign it! I could kick myself. Oh well, Amazon here I come.&lt;BR /&gt;&lt;BR /&gt;Thanks for the clarification. By the way, I was only able to attend one of your sessions at HPWorld, because I was only there for two days. It was the 'HP-UX 11.x Features and Technology' session, enjoyed it very much thanks!&lt;BR /&gt;&lt;BR /&gt;Looking forward to your book, when it comes out.&lt;BR /&gt;&lt;BR /&gt;-Bryan</description>
      <pubDate>Thu, 11 Sep 2003 13:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-ninode-and-sar/m-p/3068707#M140135</guid>
      <dc:creator>Bryan D. Quinn</dc:creator>
      <dc:date>2003-09-11T13:42:48Z</dc:date>
    </item>
  </channel>
</rss>

