![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| core dump | bapi | AIX | 1 | 04-23-2008 05:30 AM |
| Core Dump | vinp | UNIX for Advanced & Expert Users | 1 | 10-22-2007 08:49 AM |
| about core dump | zhaohaizhou | High Level Programming | 1 | 09-15-2004 07:30 AM |
| core dump | hassan2 | UNIX for Dummies Questions & Answers | 4 | 05-07-2002 09:05 AM |
| help, what is the difference between core dump and panic dump? | aileen | UNIX for Dummies Questions & Answers | 1 | 06-11-2001 09:08 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
snmpdx core dump
I have an snmp subagent that normally runs without a problem. I changed the timeout parameter in the reg file and I now get an snmpdx core dump. Here's the old configuration that ran OK:
agents = { { name = "mntagent" subtrees = { mntagent } timeout = 4000000 watch-dog-time = 2 port = 7041 } } Here's the new configuration that seems to cause snmpdx to core dump: agents = { { name = "mntagent" subtrees = { mntagent } timeout = 20000000 watch-dog-time = 2 port = 7041 } } Has anybody seen anything like this before?? I checked /var/adm/messages, but there's nothing in there that gives a clue about errors surrounding this problem. But....I do have the core file which shows a SEG VIOLATION in snmpdx. Oh, BTW...my system info: SunOS ecgdev 5.8 Generic_108528-18 sun4u sparc SUNW,Sun-Blade-100 Thanks in advance for any help! |
|
||||
|
The value is valid. A timeout value up to the max-agent-timeout value specified in snmpdx.rsrc is valid. I currently have the default value of 999999999 as the max-agent-timeout. My 20000000 should be acceptable.
Even if it was not valid (and I'm sure it is), I would not expect a core dump of snmpdx complaining about a SEG VIOLATION. I would expect some type of error instead. |
![]() |
| Bookmarks |
| Tags |
| port, snmp, snmp port |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|