ONES-GA 1.1
Release
  • ONES GA v1.1
    • 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
        • BGP IP-CLOS
        • BGP IP-CLOS with MCLAG
        • L2 VXLAN EVPN
        • L2 VXLAN EVPN with MCLAG
        • VXLAN EVPN Asymmetric IRB
        • VXLAN EVPN Asymmetric IRB with MCLAG
        • VXLAN L3 EVPN Symmetric IRB
        • VXLAN L3 EVPN Symmetric IRB with MCLAG
    • Common Issues and Troubleshooting Steps
      • ONES Uninstallation
        • ONES-Application
        • Telemetry Agent
        • Orchestration Agent
      • Permission Issues
        • Application Installation
      • gNMI Troubleshooting on non-SONiC Switches
    • How to contact Aviz Networks Support?
    • Backup and Recovery
Powered by GitBook
On this page
  • From the ONES Application
Export as PDF
  1. ONES GA v1.1
  2. Common Issues and Troubleshooting Steps
  3. ONES Uninstallation

Telemetry Agent

From the ONES Application

  • Enable Super-user mode

    user@ones-application:~$ sudo su

  • Navigate to the GA /ones_t_agent directory on the Server

    root@ones-application /home/user $ cd GAv1.2.1/ones_t_agent

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

    root@ones-application /home/user/GAv1.2.1/ones_t_agent $ vi device_info.csv

10.4.4.61, admin, YourPaSsWoRd
...
...
...
  • Save the File

root@ones-application /home/user/GAv1.2.1/ones_t_agent$ python3 ones_agent_uninstaller.py

###############Connecting to switch###############
Connection to switch 10.4.4.61 successful.....................
Looking for previous installation........................
avizdock/ones-agent:latest
Previous installation found commencing unistallation on the device 10.4.4.61........
stop ones-agent docker on the device 10.4.4.61........
docker stopped successfully on the device 10.4.4.61........
...
...
...
  • All of the devices will be successfully cleaned up

PreviousONES-ApplicationNextOrchestration Agent