Installing NetSNMP from an External Host

From TBwiki
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 
All current TMedia products come with the NetSNMP implementation of the SNMP protocol pre-installed. However, for TDev customers and older TMedia customers, NetSNMP must be installed on the hardware from an external host.
 
All current TMedia products come with the NetSNMP implementation of the SNMP protocol pre-installed. However, for TDev customers and older TMedia customers, NetSNMP must be installed on the hardware from an external host.
The following commands will install NetSNMP from a Linux host:
+
The following commands will install NetSNMP from a '''Linux''' host:
 
<br/><br/>
 
<br/><br/>
 
<div style="font-family:courier;border:solid;border-width:1px;padding:5px;width:25%;">
 
<div style="font-family:courier;border:solid;border-width:1px;padding:5px;width:25%;">
Line 6: Line 6:
 
yum install net-snmp-utils<br/>
 
yum install net-snmp-utils<br/>
 
yum install net-snmp-libs<br/>
 
yum install net-snmp-libs<br/>
yum install lm-sensors
+
yum install lm_sensors
 
</div>
 
</div>
 
<br/>
 
<br/>
 +
====Applications Installed====
 
*net-snmp: the core net-snmp application
 
*net-snmp: the core net-snmp application
 
*net-snmp-utils: utilities used by net-snmp to poll OIDs (GET, GET-NEXT, etc...)
 
*net-snmp-utils: utilities used by net-snmp to poll OIDs (GET, GET-NEXT, etc...)
 
*net-snmp-libs: libraries used by the net-snmp-utils
 
*net-snmp-libs: libraries used by the net-snmp-utils
 
*lm-sensors: sensors used by net-snmp to poll hardware statistics
 
*lm-sensors: sensors used by net-snmp to poll hardware statistics

Latest revision as of 23:29, 1 August 2011

All current TMedia products come with the NetSNMP implementation of the SNMP protocol pre-installed. However, for TDev customers and older TMedia customers, NetSNMP must be installed on the hardware from an external host. The following commands will install NetSNMP from a Linux host:

yum install net-snmp
yum install net-snmp-utils
yum install net-snmp-libs
yum install lm_sensors


Applications Installed

  • net-snmp: the core net-snmp application
  • net-snmp-utils: utilities used by net-snmp to poll OIDs (GET, GET-NEXT, etc...)
  • net-snmp-libs: libraries used by the net-snmp-utils
  • lm-sensors: sensors used by net-snmp to poll hardware statistics
Personal tools