RE: Help Please

2014-03-21 Thread Srinivasa Rao Katta
Henk, Thanks for the information. I can check netstat cmd on this server soon. I was able to access this LDOM server from other unix servers without any problem through ssh on port 22. My net-snmp agent on all other Solaris zones and other servers are returning value 1(Up status) to my mo

Re: failed to run NET-SNMP-TUTORIAL-MIB example

2014-03-21 Thread Magnus Fromreide
On Fri, Mar 21, 2014 at 12:37:16PM -0700, linda zhu wrote: > Hi, > > I tried to run the examples given for "Compiling in your new MIB module". I > followed the instruction, copied nstAgentComduleObject.c and > nstAgentModuleObject.h to agent/mibgroup, and run the command: >  ./configure --with-m

failed to run NET-SNMP-TUTORIAL-MIB example

2014-03-21 Thread linda zhu
Hi, I tried to run the examples given for "Compiling in your new MIB module". I followed the instruction, copied nstAgentComduleObject.c and nstAgentModuleObject.h to agent/mibgroup, and run the command:  ./configure --with-mib-modules="nstAgentModuleObject" Then, did "make" and "make install".