<?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: Sytem memory diffrence in glance report in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723328#M385941</link>
    <description>Value of system memory is memory occupied by the kernel processes.  You may compare your kernel settings on both nodes.  It must be different.&lt;BR /&gt;&lt;BR /&gt;To find this, use the following command.&lt;BR /&gt;&lt;BR /&gt;kctune -S</description>
    <pubDate>Wed, 08 Dec 2010 06:07:57 GMT</pubDate>
    <dc:creator>Shibin_2</dc:creator>
    <dc:date>2010-12-08T06:07:57Z</dc:date>
    <item>
      <title>Sytem memory diffrence in glance report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723327#M385940</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Please see the attached document, why the system memory is diffrence in servers.both the servers are same configuration. Kindly explain, &lt;BR /&gt;&lt;BR /&gt;OS HP uX 11.31&lt;BR /&gt;regards&lt;BR /&gt;panneer</description>
      <pubDate>Wed, 08 Dec 2010 05:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723327#M385940</guid>
      <dc:creator>GTFSpanneer</dc:creator>
      <dc:date>2010-12-08T05:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sytem memory diffrence in glance report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723328#M385941</link>
      <description>Value of system memory is memory occupied by the kernel processes.  You may compare your kernel settings on both nodes.  It must be different.&lt;BR /&gt;&lt;BR /&gt;To find this, use the following command.&lt;BR /&gt;&lt;BR /&gt;kctune -S</description>
      <pubDate>Wed, 08 Dec 2010 06:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723328#M385941</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-12-08T06:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sytem memory diffrence in glance report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723329#M385942</link>
      <description>Hi Shibin,&lt;BR /&gt;&lt;BR /&gt;i have checked , Below value difference in servers. If any impact these values for system memory diffrence.&lt;BR /&gt;&lt;BR /&gt;maxdsiz             2147483648  2147483648    Immed  Server A&lt;BR /&gt;maxdsiz             2063835136  2063835136    Immed  Server B&lt;BR /&gt;regards&lt;BR /&gt;Panneer</description>
      <pubDate>Wed, 08 Dec 2010 06:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723329#M385942</guid>
      <dc:creator>GTFSpanneer</dc:creator>
      <dc:date>2010-12-08T06:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sytem memory diffrence in glance report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723330#M385943</link>
      <description>Hi Paneer, &lt;BR /&gt;&lt;BR /&gt;Server A has configured for maximum value ( i.e 2GB ) and server B has slightly less.&lt;BR /&gt;&lt;BR /&gt;There are no issues with this. Your static data segment of process can grow up to the maximum in one server and it is slightly less to other server.&lt;BR /&gt;&lt;BR /&gt;Please check your other areas of memory utilization.  What processes are mainly utilizing?  Is there any runaway process?</description>
      <pubDate>Wed, 08 Dec 2010 07:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723330#M385943</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-12-08T07:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sytem memory diffrence in glance report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723331#M385944</link>
      <description>&amp;gt; maxdsiz 2147483648 2147483648 Immed Server A&lt;BR /&gt;&amp;gt; maxdsiz 2063835136 2063835136 Immed Server B&lt;BR /&gt; &lt;BR /&gt;These do not occupy any space in the kernel. Since SysMem differes by 2GB, it would appear that you have some significant differences in kernel modules and settings. Start by comparing the output of kctune:&lt;BR /&gt; &lt;BR /&gt;On serverA:&lt;BR /&gt;# kctune &amp;gt; /tmp/kcA&lt;BR /&gt;# ssh svrB /usr/sbin/kctune &amp;gt; /tmp/kcB&lt;BR /&gt; &lt;BR /&gt;# diff /tmp/kc[AB]&lt;BR /&gt; &lt;BR /&gt;Then check the modules that are in or out with kcmodule:&lt;BR /&gt; &lt;BR /&gt;# kcmodule &amp;gt; /tmp/kmA&lt;BR /&gt;# ssh svrB /usr/sbin/kcmodule &amp;gt; /tmp/kmB&lt;BR /&gt; &lt;BR /&gt;# diff /tmp/km[AB]&lt;BR /&gt; &lt;BR /&gt;Now compare the system files:&lt;BR /&gt; &lt;BR /&gt;# sort /stand/system &amp;gt; /tmp/sysAsorted&lt;BR /&gt;# scp svrB:/stand/system /tmp/sysB&lt;BR /&gt;# sort /tmp/sysB &amp;gt; /tmp/sysBsorted&lt;BR /&gt;# diff /tmp/sysAsorted /tmp/sysBsorted</description>
      <pubDate>Wed, 08 Dec 2010 12:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sytem-memory-diffrence-in-glance-report/m-p/4723331#M385944</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-12-08T12:09:54Z</dc:date>
    </item>
  </channel>
</rss>

