ONES-GA 1.0
Release
  • ONES GA v1.0
    • Open Networking Enterprise Suite (ONES)
      • ONES Application
        • ONES Orchestration
        • ONES Telemetry Collector(s) and Visibility
        • ONES Supportability
    • What's new?
    • Getting Started
      • Supported Switch Platforms and NOS
      • Scalability
      • Subscription
      • ONES Installation
        • Installation Pre-requisites
        • Download ONES Package
        • Installing ONES Application
        • Installing ONES Agents
          • ONES Telemetry Agent Installation
          • ONES Orchestration Agent Installation
    • ONES Web GUI Administration
      • Login Page
      • Adding Devices
      • Dashboards
      • Monitor
      • Inventory
      • Configurations
      • User Management
      • Settings
      • ONES Orchestration
        • Use-Case BGP IP CLOS (L2 interface towards Host)
        • Use-Case BGP IP CLOS (L3 interface towards Host)
        • Use-Case IP-CLOS with MCLAG
        • Use-Case IP-CLOS with L2-VXLAN
        • Use-Case BGP-IP-CLOS with MCLAG & L2-VXLAN
    • Common Issues and Troubleshooting Steps
      • ONES Uninstallation
        • ONES-Application
        • Telemetry Agent
        • Orchestration Agent
      • Permission Issues
        • ONES Application Installation
      • gNMI Troubleshooting on non-SONiC Switches
    • How to contact Aviz Networks Support?
    • Backup and Recovery
Powered by GitBook
On this page
  • Installation (Agent Install on multiple switches at the same time)
Export as PDF
  1. ONES GA v1.0
  2. Getting Started
  3. ONES Installation
  4. Installing ONES Agents

ONES Telemetry Agent Installation

On the ONES application server, go to GA/ones_t_agent folder

root@ones-application:~$ cd /GA/ones_t_agent

Installation (Agent Install on multiple switches at the same time)

  • Enter device details (Management IP, Username and Password and the license key) on device_info.csv

root@ones-application:~$ vi device_info.csv

10.4.4.75, admin, YourPaSsWoRd, c48b567d876534cef889003
10.4.4.76, admin, YourPaSsWoRd, ab45678fdc5543eda000946e
10.4.4.77, admin, YourPaSsWoRd, ccfffa8876543ed6654da6675 
...
...
...
  • Save the File

  • Verify and Clean up old versions of Agents running

root@ones-application:~$ python3 ones_agent_uninstaller.py

###########Connecting to Switch############ 
###########Connecting to Switch############ 
###########Connecting to Switch############ 
###########Connecting to Switch############ 
Connection to switch 10.4.4.75 successful………… 
Looking for previous installation………………………
Removing Agents currently installed…………………. 
Connection to switch 10.4.4.76 successful………… 
Looking for previous installation……………………….. 
ones-agent is not in the device 10.4.4.76 for uninstallation…. 
...
...
...
  • Execute the installation script can be used for installing telemetry agent on one or more devices in the data center.

root@ones-application:~$ python3 ones_agent_installer.py

###########Connecting to Switch############ 
###########Connecting to Switch############ 
###########Connecting to Switch############ 
###########Connecting to Switch############ 
Connection to switch 10.4.4.75 successful………… 
Installing agent on 10.4.4.75……………………….. 
Installation of agent on 10.4.4.75 successful…………………. 
Connection to switch 10.4.4.76 successful………… 
Installing agent on 10.4.4.76……………………….. 
Installation of agent on 10.4.4.76 successful…………………. 
...
...
...

PreviousInstalling ONES AgentsNextONES Orchestration Agent Installation