Orchestration Agent
On the Application server, go to GAv1.1/ones_fm_agent
root@ones-application:~$ cd /GAv1.2/ones_fm_agent
Enter device details (Management IP, Username, Password and License key) on device_info.csv
root@ones-application/GAv1.2/ones_fm_agent$ vi device_info.csv
10.4.4.75, admin, YourPaSsWoRd
10.4.4.76, admin, YourPaSsWoRd
10.4.4.77, admin, YourPaSsWoRd
...
...
...
Save the file
Execute Uninstaller Script
root@ones-application/GAv1.2/ones_fm_agent$ python3 deploy_fmcli.py "uninstall"
[{'ip': '10.4.4.75', '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