Operating System - HP-UX
1751710 Members
4965 Online
108781 Solutions
New Discussion

How to add snmp string to hpux 11.11

 
SOLVED
Go to solution
CJENSEN_1
Regular Advisor

How to add snmp string to hpux 11.11

Hi All,
As the subject says - I'm trying to find out how to do this. The equivalent on windows 2003 is to go to the snmp services, click properties, then the security tab, and add in there.
Thanks
1 REPLY 1
Tim Nelson
Honored Contributor
Solution

Re: How to add snmp string to hpux 11.11

The configuration for snmp is found in /etc/snmpd.conf

Edit it as you like. Typically only read comunity and trap destination is needed. Maybe contact and location also.

e.g.
get-community-name: yoursecretstring
trap-dest: atrapserver.yourcomany.com
contact: Unix Admin
location: Planet Earth


Then stop and restart the snmpd service.

/sbin/init.d/SnmpMaster stop
/sbin/init.d/SnmpMaster start