Operating System - Linux
1824359 Members
3341 Online
109669 Solutions
New Discussion

How to get snmp up and running on RedHat 9

 
Jackie Baron
Frequent Advisor

How to get snmp up and running on RedHat 9

I have recently built a RedHat 9 Linux box and now want to poll it with my openView machine but the snmpd is not running on the Linux and I don't know where to set the community string either. Any clues? Thanks
If you think you're too small to make a difference you've never been to bed with a mosquito!
1 REPLY 1
Claudio Cilloni
Honored Contributor

Re: How to get snmp up and running on RedHat 9

I don't know much about snmp. you start the service using:

# service snmpd start

(in my Redhat 7.3).

the configuration file should be
/etc/snmp/snmpd.conf

hth,
Claudio