Re: NET SNMP TEXT COMMANDS

2010-03-06 Thread Ajeet Gupta
Ok.got it... On Sat, Mar 6, 2010 at 8:42 PM, Dave Shield wrote: > On 6 March 2010 13:46, Ajeet Gupta wrote: > > I have one more query is that how to locate the "aprintd" daemon and > > "al"(for sending alarms) (I guess both is included by default in net-snmp > > package), because i am unable

Re: NET SNMP TEXT COMMANDS

2010-03-06 Thread Dave Shield
On 6 March 2010 13:46, Ajeet Gupta wrote: > I have one more query is that how to locate the "aprintd" daemon and > "al"(for sending alarms) (I guess both is included by default in net-snmp > package), because i am unable to locate these daemons.. Not part of our package. Dave --

Re: NET SNMP TEXT COMMANDS

2010-03-06 Thread Ajeet Gupta
Thank You Dave, Now it's working properly... :) I have one more query is that how to locate the "aprintd" daemon and "al"(for sending alarms) (I guess both is included by default in net-snmp package), because i am unable to locate these daemons.. On Sat, Mar 6, 2010 at 6:28 PM, Dave Shield w

Re: NET SNMP TEXT COMMANDS

2010-03-06 Thread Dave Shield
On 6 March 2010 07:50, Ajeet Gupta wrote: > I m getting foloowing problem while installing net-snmp 5.4.2.1 from tar > ball on fedora core 10 machine. > make gives the following error > host/hr_swinst.c  -fPIC -DPIC -o host/.libs/hr_swinst.o > host/hr_swinst.c: In function ‘init_hr_swinst’: Yes

Re: NET SNMP TEXT COMMANDS

2010-03-05 Thread Ajeet Gupta
Hello Dave, I m getting foloowing problem while installing net-snmp 5.4.2.1 from tar ball on fedora core 10 machine. - ./configure runs fine.. - Net-SNMP configuration summary: ---

Re: NET SNMP TEXT COMMANDS

2010-02-22 Thread Dave Shield
On 18 February 2010 21:23, Mike Ayers wrote: >> mibgroup/host/hr_swinst.c: In function ‘var_hrswinst’: >> mibgroup/host/hr_swinst.c:480: error: ‘int_32’ undeclared (first use in this >> function) >> mibgroup/host/hr_swinst.c:480: error: (Each undeclared identifier is >> reported only once >> mib

RE: NET SNMP TEXT COMMANDS

2010-02-18 Thread Mike Ayers
> From: Ajeet Gupta [mailto:mailajeetgu...@gmail.com] > Sent: Thursday, February 18, 2010 8:37 AM > Right it is make install [SNIP/] > Libraries have been installed in: >/usr/local/lib OK, this means successful installation of the libraries. If you look in /usr/local/lib, you wil

Re: NET SNMP TEXT COMMANDS

2010-02-18 Thread Ajeet Gupta
>Do you mean "make & install" ? >Or did you actually use "make install" ? Right it is make install Did you run this as yourself, or as root? I issued all the commands as root What was the output of this command? Did it produce any errors? I had installed it from tar.gz file. I am including

Re: NET SNMP TEXT COMMANDS

2010-02-18 Thread Dave Shield
On 18 February 2010 05:20, Ajeet Gupta wrote: > Unzip the tar file by "tar -xvf " > Configure it by "./configure" > then "make" > and "make & install" Do you mean "make & install" ? Or did you actually use "make install" ? Did you run this as yourself, or as root? What was the output of this co

Re: NET SNMP TEXT COMMANDS

2010-02-17 Thread Ajeet Gupta
Thank You Rakesh, I had installed it via tar.gz.I followed following steps while installing:- - Unzip the tar file by "tar -xvf " - Configure it by "./configure" - then "make" - and "make & install" While configuring it asked me for a basic setup for snmpd.conf file, like sysLocation

Re: NET SNMP TEXT COMMANDS

2010-02-17 Thread Dave Shield
On 17 February 2010 16:38, Ajeet Gupta wrote: > I had currently installed Net-SNMP 5.4.2.1 on Fedora core 11...It installed > smoothly...but i am unable to find where the commands > (snmpget,snmpwalk,snmpconf etc..) are stored... If you compiled from source, then the binaries are typically in /us

Re: NET SNMP TEXT COMMANDS

2010-02-17 Thread rakesh zingade
How you installed Net-SNMP 5.4.2.1 ? have you used sources tar.gz or its through RPM? you can do once thing, fire below commands it may locate the installed files # updatedb # locate snmpget On Wed, Feb 17, 2010 at 10:08 PM, Ajeet Gupta wrote: > > Hello Everybody > > I had currently installed

NET SNMP TEXT COMMANDS

2010-02-17 Thread Ajeet Gupta
Hello Everybody I had currently installed Net-SNMP 5.4.2.1 on Fedora core 11...It installed smoothly...but i am unable to find where the commands (snmpget,snmpwalk,snmpconf etc..) are stored...by going through forums i found that it should be in "/usr/local/bin". But I found nothing there... Plz