Operating System - HP-UX
1820317 Members
2487 Online
109623 Solutions
New Discussion юеВ

Re: Large core file produced by mib2agt SNMP subagent

 
ITeam
Super Advisor

Large core file produced by mib2agt SNMP subagent

Hi.

A customer is experiencing the following problem on an L class (9000/800/L3000-7x)running HPUX 11.00:

The root file system has filled up twice during the past month due to a 108Mb+ core dump. When I check the core file the following is shown ...

bandm
B.11.00
9000/800
792947685
mib2agt
UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
@{a,
z$Revision: 92453-07 linker linker crt0.o B.10.60 970821 $
/usr/lib/dld.sl
ERROR: mmap failed for dld
ERROR: mmap failed for TSD
@(#)
@(#) SNMP Extensible Agent 4.0 Product
@(#) SNMP MIB2 subAgent
@(#)
subagent: InitSubagent failed
../mib2agt.c
MIB2
MIB2 ifTable polling timeout.
Spurious timeout
@(#)Copyright 1992-1996 SNMP Research, Incorporated
@(#)SNMP Research Distribution version 14.0.0.0
@(#) PATCH PHSS_10833, 970423
@(#) PATCH PHSS_10715, 970411
@(#) PATCH PHSS_9512, 961211

I need to know what is the cause for this. I have checked on the web for clues but have not found anything helpful thus far. Any help is greatly appreciated!

Thanks,

Systems
5 REPLIES 5
Safarali
Valued Contributor

Re: Large core file produced by mib2agt SNMP subagent

Hi are you using public or private snmp
if you are not using snmp you can deactivate or stop the process and also you can change to private if you are using any software like dp or openview


Regards
Safar
Peter Nikitka
Honored Contributor

Re: Large core file produced by mib2agt SNMP subagent

Hi,

I'm really shure, that this was a patch-related issue - the mib2agent had a memory leak, if I remember correctly.
The version HP-UX 11.0 is out-of-support - but patch PHSS_27858 seems to be online anyway.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Steven E. Protter
Exalted Contributor

Re: Large core file produced by mib2agt SNMP subagent

Shalom,

1) HP-UX 11.00 is out of support, so I doubt anyone at HP is going to analyze your crash dump
2) Take a shot at fully patching your system, especially your SNMP solution.
3) Consider an upgrade to a supported OS such as 11.11

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor

Re: Large core file produced by mib2agt SNMP subagent

>When I check the core file the following is shown ...

This is NOT how to analyze a core file. You use file(1) and then gdb on it.

>I need to know what is the cause for this.

You need to get a stack trace from the core file:
$ gdb path-to/mib2agt core
(gdb) bt
(gdb) q

>The root file system has filled up twice during the past month

You could just create a directory called "core" and just live with it.

>Peter: the mib2agent had a memory leak, if I remember correctly.

That's what the patch PHSS_27858 says. Though a 108 Mb core file seems a little too small for out of space. But that would depend on a trivial maxdsiz.
ITeam
Super Advisor

Re: Large core file produced by mib2agt SNMP subagent

In view of the fact it's and old o/s revision; patches will be brought up to date and the situation subsequently reviewed. Thanks to all.