<?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: ixNet-SNMP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536364#M222373</link>
    <description>I have increased the values to the maxiumum possible:&lt;BR /&gt;&lt;BR /&gt;unable                Value  Expression  Changes&lt;BR /&gt;maxssiz  (before)    8388608  Default     Immed&lt;BR /&gt;         (now)     401604608  401604608&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tunable                       Value  Expression  Changes&lt;BR /&gt;maxssiz_64bit  (before)   268435456  Default     Immed&lt;BR /&gt;               (now)     1073741824  1073741824&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But the result (core dump) is the same :-(&lt;BR /&gt;&lt;BR /&gt;BTW: The machine is currently in the test area, does nothing, beside net-snmp no other applications are installed and has 17 Gig of RAM. I assume the stack growth is a follow up problem of the "real" problem.</description>
    <pubDate>Tue, 03 May 2005 04:16:54 GMT</pubDate>
    <dc:creator>Elmar Knipp</dc:creator>
    <dc:date>2005-05-03T04:16:54Z</dc:date>
    <item>
      <title>ixNet-SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536362#M222371</link>
      <description>I have installed ixNet-SNMP_A.04.00-5.1.2a.001_HP-UX_B.11.23_IA+PA.depot&lt;BR /&gt;on a HP-UX 11.23 as agent (precompiled version from software.hp.com). When I make a snmpwalk the output started with about 30 lines and then it stops.&lt;BR /&gt;&lt;BR /&gt;I have investigated on this issue and found out that the agent core dumps triggered through my snmpwalk:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /opt/iexpress/net-snmp/sbin/snmpd -af&lt;BR /&gt;&lt;BR /&gt;Pid 24095 received a SIGSEGV for stack growth failure.&lt;BR /&gt;Possible causes: insufficient memory or swap space,&lt;BR /&gt;or stack size exceeded maxssiz.&lt;BR /&gt;Segmentation fault (core dumped)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have the same problem with the adequate depot for HP-UX 11i (11.11) on PA-RISC.&lt;BR /&gt;&lt;BR /&gt;How can I solve this problem?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The reason for using net-snmp instead of the agent delivered with the system is simple. I need an agent which is capable to check the disk usage of my HP-UX servers. I want to monitor them with &lt;A href="http://www.jffnms.org." target="_blank"&gt;www.jffnms.org.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is there any other agent available for the HOST-MIB?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2005 03:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536362#M222371</guid>
      <dc:creator>Elmar Knipp</dc:creator>
      <dc:date>2005-05-03T03:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: ixNet-SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536363#M222372</link>
      <description>Unix error messages are known for not being very direct:&lt;BR /&gt;&lt;BR /&gt;Pid 24095 received a SIGSEGV for stack growth failure.&lt;BR /&gt;Possible causes: insufficient memory or swap space,&lt;BR /&gt;or stack size exceeded maxssiz.&lt;BR /&gt;&lt;BR /&gt;However this one is quite direct.&lt;BR /&gt;&lt;BR /&gt;kmtune&lt;BR /&gt;&lt;BR /&gt;See what your paramters is for maxssiz.&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;See what swap usage is.&lt;BR /&gt;&lt;BR /&gt;vmstat to check paging.&lt;BR /&gt;&lt;BR /&gt;Or use glance/gpm or the attached scripts to measure the data over time.&lt;BR /&gt;&lt;BR /&gt;The error message might just be meaningful in this case.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 03 May 2005 03:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536363#M222372</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-03T03:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: ixNet-SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536364#M222373</link>
      <description>I have increased the values to the maxiumum possible:&lt;BR /&gt;&lt;BR /&gt;unable                Value  Expression  Changes&lt;BR /&gt;maxssiz  (before)    8388608  Default     Immed&lt;BR /&gt;         (now)     401604608  401604608&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tunable                       Value  Expression  Changes&lt;BR /&gt;maxssiz_64bit  (before)   268435456  Default     Immed&lt;BR /&gt;               (now)     1073741824  1073741824&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But the result (core dump) is the same :-(&lt;BR /&gt;&lt;BR /&gt;BTW: The machine is currently in the test area, does nothing, beside net-snmp no other applications are installed and has 17 Gig of RAM. I assume the stack growth is a follow up problem of the "real" problem.</description>
      <pubDate>Tue, 03 May 2005 04:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536364#M222373</guid>
      <dc:creator>Elmar Knipp</dc:creator>
      <dc:date>2005-05-03T04:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: ixNet-SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536365#M222374</link>
      <description>I think this error could also be due to inadequate maxdsiz. So check maxdsiz/maxdsiz_64bit and increase if necessary.</description>
      <pubDate>Wed, 04 May 2005 07:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536365#M222374</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-04T07:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: ixNet-SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536366#M222375</link>
      <description>Please check the output of ulimit -s (stack size), on my system here it's 128MB only, even though the kmtune-set value is higher for this. so it's a soft limit only, which can be raised using ulimit -s &lt;SIZE&gt;&lt;BR /&gt;&lt;BR /&gt;But to be honest - I've run net-snmp(d) on systems with 32MB ram and would not know any reason for it to consume more than 10-20MB of memory, so I would ask You to compile it Yourself in case the binary You have has a strange problem with Your system.&lt;/SIZE&gt;</description>
      <pubDate>Wed, 04 May 2005 08:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ixnet-snmp/m-p/3536366#M222375</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-05-04T08:19:47Z</dc:date>
    </item>
  </channel>
</rss>

