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
> 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
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
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
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
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
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
-- 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