First page Back Continue Last page Overview Graphics
Installation
SuSE:
- Use yast or download the package and use rpm.
- One wants the net-snmp package.
Debian:
- apt-get update; apt-get install snmp snmpd
Fedora Core / CentOS / (sort of RHEL):
- yum update; yum install net-snmp net-snmp-utils
Notes:
D. Installation.
i. Net-SNMP come pre-packaged for all the major distributions for which I checked. Installation only requires the distirbution's install CD or a network connection. Installation size is ~4.1 MB.
a) SuSE: yast or rpm
1. The package's name is “net-snmp”. This package includes the agent & trap daemons along with SNMP utilities.
2. It is part of the “default” installation, but not active. One must use chkconfig to choose which run level(s) under which it should automatically start.
b) Debian:
1. Debian breaks up the daemons and the utilities.
2. agenapt-get update; apt-get install snmp snmpd
c) Fedora Core / CentOS:
1. These Red Hat-esque distirbutions also break up the dameons and the utilities.
2. yum update; yum install net-snmp net-snmp-utils