LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to install snmp (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-snmp-617551/)

vijaya_svk 01-30-2008 11:04 PM

how to install snmp
 
Hi
I have downloaded snmp TAR file and i am unable to install and configure it, please help me how to install and configure and also where to install and how to run it.

thebouv 01-30-2008 11:12 PM

Well, I think walking you through how to run SNMP properly is far beyond the reach of a post. Google can help you with a guide on that, especially if you can couple it with a reason for using SNMP (example: using it with MRTG).

As for installing from source, can you elaborate on "unable to install and configure it" please? Should only need do something along the lines of:

#> tar zxf snmp.tar.gz
#> cd snmp
#> ./configure
.... ^---- that will "do stuff"
#> make
#> make install

Also, what distribution are you using? Perhaps it would be easier for you to use a package management system like RPM, DEB or whatnot for installation.

vijaya_svk 01-30-2008 11:58 PM

Hi
I have tried to install but i could not install it, can u please tell me the link to download rpm package and to install it through package manager.

tajamari 01-31-2008 12:34 AM

Quote:

Originally Posted by vijaya_svk (Post 3040699)
Hi
I have tried to install but i could not install it, can u please tell me the link to download rpm package and to install it through package manager.

What OS are you using?

vijaya_svk 01-31-2008 01:07 AM

Quote:

Originally Posted by tajamari (Post 3040724)
What OS are you using?

I am using FEDORA 8. Please give me the complete details for installing and running SNMP.

lazlow 01-31-2008 01:24 AM

Quote:

yum info net-snmp
See if that is what you are looking for.


All times are GMT -5. The time now is 05:18 PM.