0% found this document useful (0 votes)
94 views1 page

How To Setup Net-SNMP in Solaris 10

The 3-sentence summary is: The document provides steps to setup Net-SNMP in Solaris 10, which includes downloading the latest Net-SNMP package, creating a symbolic link for perl, running the snmpconf utility to generate a snmpd.conf file, optionally linking this file to the standard location, editing the configuration file, and starting the SNMP daemon process.

Uploaded by

kannanor
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views1 page

How To Setup Net-SNMP in Solaris 10

The 3-sentence summary is: The document provides steps to setup Net-SNMP in Solaris 10, which includes downloading the latest Net-SNMP package, creating a symbolic link for perl, running the snmpconf utility to generate a snmpd.conf file, optionally linking this file to the standard location, editing the configuration file, and starting the SNMP daemon process.

Uploaded by

kannanor
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

How to Setup Net-SNMP in Solaris 10.

From SysAdminWiki
Jump to: navigation, search

Procedure

1. Grab the latest netsnmp package from SunFreeware.com. 2. Create a symbolic link for perl. By default the snmpconf looks for it in sbin:

ln -s /usr/bin/perl /usr/local/sbin/perl

3. Run the snmpconf utility which is located in /usr/sfw/bin/. 4. Run through the wizard and copy the resulting snmpd.conf file to /usr/local/share/snmp. Note: If you ran snmpconf with the -i option you do not need to do this step. 5. I find it best to link /etc/snmp/snmpd.conf to the /usr/local/share/snmp/snmpd.conf file where thats where it is located on all my linux systems and I tend to try to edit that file out of habit:

ln -s /usr/local/share/snmp/snmpd.conf /etc/snmp/snmp.conf

6. Have a look at the /etc/snmp/snmpd.conf file and add any extra options. 7. Start the daemon:

/usr/local/sbin/snmpd -c /etc/snmp/snmpd.conf

You might also like