LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need to configure SNMP on RH (https://www.linuxquestions.org/questions/linux-newbie-8/need-to-configure-snmp-on-rh-784912/)

sulliv 01-26-2010 03:12 PM

Need to configure SNMP on RH
 
I've got a new install of the following...

[root@big-bad-joe /]# more /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 7)
------------------------------------------------------------------

I know that snmp is installed.................

[root@big-bad-joe /]# rpm -qa | grep snmp
net-snmp-libs-5.1.2-13.el4

-----------------------------------------------------------------
However..I'm not seeing any snmp config files in /etc as well as
nothing in the chkconfig --list...


Obviously its not completely installed...what do i need to do to?

Thanks

centosboy 01-26-2010 03:37 PM

Quote:

Originally Posted by sulliv (Post 3841447)
I've got a new install of the following...

[root@big-bad-joe /]# more /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 7)
------------------------------------------------------------------

I know that snmp is installed.................

[root@big-bad-joe /]# rpm -qa | grep snmp
net-snmp-libs-5.1.2-13.el4

-----------------------------------------------------------------
However..I'm not seeing any snmp config files in /etc as well as
nothing in the chkconfig --list...


Obviously its not completely installed...what do i need to do to?

Thanks

install net-snmp.

use rpm -qc net-snmp to find the config files.
normally in /etc/snmp/snmp.conf


All times are GMT -5. The time now is 02:39 PM.