- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ixNet-SNMP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 08:03 PM
тАО05-02-2005 08:03 PM
ixNet-SNMP
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.
I have investigated on this issue and found out that the agent core dumps triggered through my snmpwalk:
# /opt/iexpress/net-snmp/sbin/snmpd -af
Pid 24095 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
Segmentation fault (core dumped)
I have the same problem with the adequate depot for HP-UX 11i (11.11) on PA-RISC.
How can I solve this problem?
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 www.jffnms.org.
Is there any other agent available for the HOST-MIB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 08:11 PM
тАО05-02-2005 08:11 PM
Re: ixNet-SNMP
Pid 24095 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
However this one is quite direct.
kmtune
See what your paramters is for maxssiz.
swapinfo -tam
See what swap usage is.
vmstat to check paging.
Or use glance/gpm or the attached scripts to measure the data over time.
The error message might just be meaningful in this case.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 09:16 PM
тАО05-02-2005 09:16 PM
Re: ixNet-SNMP
unable Value Expression Changes
maxssiz (before) 8388608 Default Immed
(now) 401604608 401604608
Tunable Value Expression Changes
maxssiz_64bit (before) 268435456 Default Immed
(now) 1073741824 1073741824
But the result (core dump) is the same :-(
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 12:25 AM
тАО05-04-2005 12:25 AM
Re: ixNet-SNMP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 01:19 AM
тАО05-04-2005 01:19 AM
Re: ixNet-SNMP
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.