Difference between revisions of "SNMP-NMS"

From ESS-WIKI
Jump to: navigation, search
(.)
(.)
Line 14: Line 14:
  
 
== Software Installation for Ubuntu 16.04 ==
 
== Software Installation for Ubuntu 16.04 ==
 +
 +
<span style="font-size:larger;">Install Steps:</span>
 +
 +
<span style="font-size:medium;">1. Install OS - [http://releases.ubuntu.com/16.04/ Ubuntu 16.04]&nbsp;(ex: ubuntu-16.04.5-desktop-amd64.iso)</span>
 +
 +
<span style="font-size:larger;">2. Install&nbsp;MQTT Broker</span>
 +
 +
*<span style="font-size:larger;">Copy MQTT Broker install package&nbsp;(ex: MQTTBrokerSetup-1.0.4-Ubuntu_16.04-x86_64.run) to gateway.</span>
 +
*<span style="font-size:medium;">Execute "<span style="color:#0000FF;">sudo chmod +x&nbsp;MQTTBrokerSetup-1.0.4-Ubuntu_16.04-x86_64.run</span>".</span>
 +
*<span style="font-size:medium;">Execute "<span style="color:#0000FF;">sudo ./MQTTBrokerSetup-1.0.4-Ubuntu_16.04-x86_64.run</span>" to install.</span>
 +
 +
<span style="font-size:larger;">3. Install EdgeSense SNMP-NMS</span>
 +
 +
*<span style="font-size:medium;">Copy SNMP-NMS install package (ex: SNMP-NMS-1.0.0-Ubuntu_16.04-x86_64.run) to gateway.</span>
 +
*<span style="font-size:medium;">Execute "<span style="color:#0000FF;">sudo chmod +x&nbsp;SNMP-NMS-1.0.0-Ubuntu_16.04-x86_64.run</span>".</span>
 +
*<span style="font-size:medium;">Execute "<span style="color:#0000FF;">sudo ./SNMP-NMS-1.0.0-Ubuntu_16.04-x86_64.run</span>" to install.</span>
 +
 +
<span style="font-size:medium;">After installation, service will be autorun.</span>
 +
 +
<span style="color:#FF0000;"><span style="font-size:medium;">NOTE: Please wire the gateway&nbsp;to&nbsp;Internet with Network cable before install, it is necessary to install the dependencies.&nbsp;</span></span>
 +
 +
<span style="font-size:larger;">Uninstall Steps:</span>
 +
 +
<font size="3">1. Execute "<span style="color:#0000FF;">sudo /usr/local/EdgeSense/SNMP-NMS/uninstall.bash</span>" in terminal.</font><span style="font-size:larger;">​</span>
  
 
== Configuration ==
 
== Configuration ==

Revision as of 08:02, 11 January 2019

Introduction

Simple Network Management Protocol (SNMP) is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behavior. Devices that typically support SNMP include cable modems, routers, switches, servers, workstations, printers, and more.

EdgeSense SNMP-NMS

Feature:

  • Support SNMPv1, SNMPv2c.

How to

Software Requirements

Software Installation for Ubuntu 16.04

Install Steps:

1. Install OS - Ubuntu 16.04 (ex: ubuntu-16.04.5-desktop-amd64.iso)

2. Install MQTT Broker

  • Copy MQTT Broker install package (ex: MQTTBrokerSetup-1.0.4-Ubuntu_16.04-x86_64.run) to gateway.
  • Execute "sudo chmod +x MQTTBrokerSetup-1.0.4-Ubuntu_16.04-x86_64.run".
  • Execute "sudo ./MQTTBrokerSetup-1.0.4-Ubuntu_16.04-x86_64.run" to install.

3. Install EdgeSense SNMP-NMS

  • Copy SNMP-NMS install package (ex: SNMP-NMS-1.0.0-Ubuntu_16.04-x86_64.run) to gateway.
  • Execute "sudo chmod +x SNMP-NMS-1.0.0-Ubuntu_16.04-x86_64.run".
  • Execute "sudo ./SNMP-NMS-1.0.0-Ubuntu_16.04-x86_64.run" to install.

After installation, service will be autorun.

NOTE: Please wire the gateway to Internet with Network cable before install, it is necessary to install the dependencies. 

Uninstall Steps:

1. Execute "sudo /usr/local/EdgeSense/SNMP-NMS/uninstall.bash" in terminal.

Configuration

Service control

In Ubuntu

Check if ​service is running:

$ sudo systemctl status SNMP-NMS.service

Restart ​service:

$ sudo systemctl restart SNMP-NMS.service

Start ​service:

$ sudo systemctl start SNMP-NMS.service

Stop ​service:

$ sudo systemctl stop SNMP-NMS.service

Tools

Use Case

Release