Enabling SNMP Agent on Solaris Systems
To install SNMP, follow these steps:
https://sourceforge.net/projects/net-snmp/files/ucd-snmp/
tar -zxvf ucd-snmp-4.2.6.tar.gzexport PATH=<gcc path>:$PATHdirectory_name is the directory to install SNMP agent; preferably choose a directory under /root, as directories /usr and /local might contain files of an older version of SNMP):./configure --prefix=<directory_name> --with-mib-modules="host"makeumask 022make installThis completes the installation process. To configure SNMP agents respond to SNMP requests, refer to Configuring SNMP agents.
Was this page helpful?