retrieving community name

2004-05-27 Thread Swati Kamat
hello, i'm using net-snmp 5.1 for my agent development. Does it provide any APi calls or any other way of retrieving the community name get/set request pdu? Thanx Swati --- This SF.Net email is sponsored by: Oracle 10g Get certified on the h

Re: Doubt about the UCD-SNMP Agent.

2004-05-27 Thread Mark Toung
On May27, 15:26, Helcio Wagner da Silva wrote: > > Hi to everybody. I am using the UCD-SNMP agente in order to > monitoring some aspects of my PC. I'm using the UCD-SNMP MIB to do that. > Some of my questions about that MIB are: > > 1. What really means the "nice CPU time", shown

Re: Can't Connect AgentX

2004-05-27 Thread Carlos Cantu
> If you are getting that error from the main snmpd, something really weird is > going on. Is it a modified version of snmpd, or the default snmpd? And you say > you are using 5.0.9? It seems something strange *is* going on.  The error message is coming from a default snmpd.   > (Note that we r

RE: add new mib file ??

2004-05-27 Thread Amihay Tabul
Title: RE: add new mib file ?? hi my mib works meaning i can see the OID  but i cant run get or set ? i didnt see any errors . but i did add new includes to the files xxx.c it didnt work at all at the beginning. i am sorry for the poor email but i dont understand the problem and i dont know ho

Doubt about the UCD-SNMP Agent.

2004-05-27 Thread Helcio Wagner da Silva
Hi to everybody. I am using the UCD-SNMP agente in order to monitoring some aspects of my PC. I'm using the UCD-SNMP MIB to do that. Some of my questions about that MIB are: 1. What really means the "nice CPU time", shown by "ssCpuRawNice" object ? What's mean "nice time"??? 2.

Re: Can't Connect AgentX

2004-05-27 Thread Users
On Thu, 27 May 2004 10:23:36 -0600 Carlos wrote: CC> > When you start up your master agent, does it create the file CC> > /var/agentx/master? CC> CC> The working and failing machines do have this file. It seems to be a CC> zero-length file with permissions srwxr-wr-w owned by root. Does this CC>

Re: add new mib file ??

2004-05-27 Thread Users
On Thu, 27 May 2004 16:08:37 +0200 Amihay wrote: AT> i have old xx.c xx.h files and -MIB.txt (ucd-snmp 4.2.2) AT> i upgraded my linux to RH-9 and my old snmp does not work. Doesn't work how? Did it compile? Did it link? Did it run? What were the errors? -- Robert Story; NET-SNMP Junkie

Fw: Can't Connect AgentX

2004-05-27 Thread Carlos Cantu
> CC> > Yep, the html is still there. > CC> > CC> How 'bout now? > > Still there.. Hmmm.  The title of the window is "Sending Internet Mail".  The pull-down is named "Internet Mail Format".  And I chose "Plain Text Only".  Can't get much simpler than that.  The only thing I did different here

Fw: How to find snmp.conf

2004-05-27 Thread Carlos Cantu
>   Can any one tell me how snmp.conf can be created. Use the script snmpconf located in your install directory. > Is the creation of this file necessary for the > configuration of the list of parameters that is > available and which can be viewed using 'snmpd -H' Don't think so, that kind of

Re: RH 9

2004-05-27 Thread Dave Shield
> What should I do to see all the MIB-2 tree? I did not modify snmpd.conf. Modify snmpd.conf:-) See the FAQ entry I can see the system group, but nothing else. Why? Dave --- This SF.Net email is sponsored by: Oracle 10g Get c

RH 9

2004-05-27 Thread Roy, Patrick
Hi everyone! I wanted to search in the mailling list but ther's no option to search! I did'nt want to browse almost 20 000 msg one by one... So here's my question: I installed RH Linux 9 with net-snmp latest stable release (i compiled it) simple .configure, make, make install. I answered yes at e

Re: Can't Connect AgentX

2004-05-27 Thread Users
On Wed, 26 May 2004 12:05:56 -0600 Carlos wrote: CC> > Yep, the html is still there. CC> CC> How 'bout now? Still there.. CC> Does CC> there need to be a similar call in the Net-Snmp agent code to make sure it CC> knows to be the master agent. I thought maybe that was the default when CC> putt

Who should own snmpd configuration?

2004-05-27 Thread cnelson
What are the expected or correct ownership and mode for /usr/share/snmp? /var/net-snmp/? Chris --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle

add new mib file ??

2004-05-27 Thread Amihay Tabul
Title: add new mib file ?? hi i have old xx.c xx.h files and -MIB.txt (ucd-snmp 4.2.2) i upgraded my linux to RH-9 and my old snmp does not work. how can i build new snmp with my old xx.c and xx.h (from mib2c)? thanks amihay

Re: Issues while moving the configuration from file to Database

2004-05-27 Thread Dave Shield
>The "snmpvacm" help says that there is no equivalent to > the one-shot configure directives for "rouser" and "rwuser". > > Can you let me know if there is any other alternative to this. You'd need to set up the equivalent VACM settings manually: - create a group containing the user

Re: copyright of net-snmp-5.1.1

2004-05-27 Thread Dave Shield
> At first, the COPYING is written as follows; > --- > Various copyrights apply to this package, listed in 4 separate parts > below. > --- > There is 5 separate parts. Quite right - thanks for pointing it out. I've tweaked the file to fix this. > I attached the COPYING file if I redistribute w

Help on understanding/fixing net-snmp failures w/ SilverCreek

2004-05-27 Thread Vic Berdin
Hi, Upon use of SilverCreek, I'm getting lots of failed test bearing this phrase: "The error-index value in a Reponse-PDU with an error-status of noSuchName must be between 1 and the number of varbinds in the request. Instead, an error-index of 0 was received, which does not correspond to any of

How to find snmp.conf

2004-05-27 Thread Rana Ghoshal
Dear All, I am new user working now on SNMP. I have chosen net-snmp to understand the concept. I have the following doubt. Can any one help me in clearing the doubt. 1. I have downloaded the net-snmp-5.1.tar file. 2. I have untared the file and performed ./configure, make and make install.