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
Export as PDF
  1. ONES GA v1.0
  2. Common Issues and Troubleshooting Steps
  3. ONES Uninstallation

Orchestration Agent

On the ONES Application server, go to GA/ones_fm_agent

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

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

root@ones-application/GA/ones_fm_agent$ 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

Execute Uninstaller Script

root@ones-application/GA/ones_fm_agent$ python3 deploy_fmcli.py "uninstall"

[{'ip': '10.4.4.75', 'license_key': 'd1b3741e1440747329237c1ef55349de', 'passwd': 'YourPaSsWoRd', 'user': 'admin'}, {'ip': '10.4.4.76', 'license_key': '468d509b1acf64db443f07ea0cc6e0cc', 'passwd': 'YourPaSsWoRd', 'user': 'admin'}]flag = uninstall
###############Connecting to switch###############
###############Connecting to switch###############
<paramiko.client.SSHClient object at 0x7f569bf9e370>Connection to switch 10.4.4.76 successfull.....................
....
....
....

Verify The Uninstallation

  • Access individual switch

  • Execute fmcli

root@switch:~$fmcli

sh: 1: /etc/sonic/fmcli/fmcli.sh: not found
PreviousTelemetry AgentNextPermission Issues