what's the difference between read-write and read-create?

2009-04-28 Thread Kang Chen
Hi, When define a mib table, some mib node's access property are read-write and some are read-create. I want to know the difference between them. Thanks in advance. Kang 2009-4-29 -- Register Now & Save for Vel

Re: how to add info about other processes (i.e. other than linux processes) to the output of snmpwalk hrSWRunTable

2009-04-28 Thread Wes Hardaker
> On Tue, 28 Apr 2009 18:35:02 +0530, anshul mittal > said: am> The output would thus consist of the standard info about the linux processes am> and the new appended info about the "other processes" read from the file ... am> It uses the functions in am> /agent/mibgroup/host/hr_swrun.c t

Re: how to increase(modify) the timeout time (the time after which NMS prints timeout for a request)

2009-04-28 Thread Dave Shield
2009/4/28 anshul mittal : > I have to increase(modify) the value of timeout(the time after which NMS > prints timeout for a system). man snmpcmd Dave -- Register Now & Save for Velocity, the Web Performance & Operatio

how to add info about other processes (i.e. other than linux processes) to the output of snmpwalk hrSWRunTable

2009-04-28 Thread anshul mittal
I have to get information about processes other than the linux processes running on the system. snmpwalk -v2c -c public x.y.z.a hrSWRunTable provides the information about the linux processes running on the system.It uses the functions in /agent/mibgroup/host/hr_swrun.c to get the info. Now I wan

how to increase(modify) the timeout time (the time after which NMS prints timeout for a request)

2009-04-28 Thread anshul mittal
I have to increase(modify) the value of timeout(the time after which NMS prints timeout for a system). Please can anybody tell where exactly the changes need to be made. Regards Anshul Software Engineer One97 Communications Ltd

Re: Windows - MSVC 2008, 64-bit and Platform SDK

2009-04-28 Thread Bart Van Assche
On Mon, Apr 27, 2009 at 10:59 PM, Steve Friedl wrote: > On Mon, Apr 27, 2009 at 10:51:45AM -0700, Wes Hardaker wrote: >> > On Sun, 26 Apr 2009 21:11:09 -0400, Alex Burger >> > said: >> AB> 4) I don't think we need to support Windows NT anymore and we certainly >> AB> don't need to suppor

Re: Core dump

2009-04-28 Thread Dave Shield
2009/4/28 inyaven sakarai : > # gdb /usr/local/sbin/snmpd ./core.snmpd.20701 > BACKTRACE > (gdb) bt > #0  0xfed31d50 in strlen () from /usr/lib/libc.so.1 > #1  0xff26bdfc in var_hrswinst () from /usr/local/lib/libnetsnmpmibs.so.15 [snip] It's a bit difficult to be sure what's gone wrong with t

Re: Core dump

2009-04-28 Thread inyaven sakarai
-- On Mon, 4/27/09, Wes Hardaker wrote: This output though better than nothing is still a bit confusing.  Any chance you could run your core file through a real debugging analysis like GDB.      Dear Wes,   Thank you very much for your assistance. As per your request, I am submitting the debugg