Installing Net-SNMP
The SNMP subagent runs on the collector node of the GPFS cluster. The collector node is designated by the system administrator.
For more information, see Collector node administration.
The Net-SNMP master agent (also called the SNMP daemon, or snmpd) must be installed on the collector node to communicate with the GPFS subagent and with your SNMP management application. Net-SNMP is included in most Linux® distributions and should be supported by your Linux vendor. Source and binaries for several platforms are available from the download section of the Net-SNMP website (www.net-snmp.org/download.html).
libnetsnmpagent.so -- from Net-SNMP
libnetsnmphelpers.so -- from Net-SNMP
libnetsnmpmibs.so -- from Net-SNMP
libnetsnmp.so -- from Net-SNMP
libwrap.so -- from TCP Wrappers
libcrypto.so -- from OpenSSL
TCP wrappers have been deprecated from RHEL 7 onwards and is not available from RHEL 8 onwards. You can use firewalld as a firewall level replacement for TCP Wrappers.
libnetsnmpagent.so.31 -> libnetsnmpagent.so.31.0.0
For example,
RHEL86:systemlibnetsnmp.so.35 -> libnetsnmp.so.35.0.0
# cd /usr/lib64
# ln -s libnetsnmpmibs.so.5.1.2 libnetsnmpmibs.so
Repeat this process for all the libraries listed in this topic.