ONES Orchestration Agent Installation

On the ONES Application server, go to ONES-3.1.0/ones_fm_agent

root@ones-application:~$ cd /ONES-3.1.0/ones_fm_agent

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

  • Enter device details (Management IP, Username, Password ) in device_info.csv

root@ones-application:/ONES-3.1.0/ones_fm_agent:~$ vi device_info.csv

ip,user,passwd
10.20.3.12,admin,YourPaSsWoRd
...
...
...
  • Save the file

  • Execute the installation script

Supported Deployment Methods

All these supported methods can be implemented by a single script

  1. Installation: install FMCLI

  2. uninstallation: Uninstall FMCLI

  3. installresetconfig: Install FMCLI and reset the configuration

  4. upgrade: Upgrade FMCLI to the latest version

  5. install_withQOS: Install FMCLI and enable QoS feature

  6. installresetconfig_withQOS: Install FMCLI, reset the configuration, and enable QoS feature

Installation

root@ones-application:/ONES-3.1/ones_fm_agent:~$ ./deploy_fmcli.sh

root@Switch:~$ sudo fmcli

Uninstallation

root@ones-application:/ONES-3.1.0/ones_fm_agent:~$ ./deploy_fmcli.sh

Installation with a config cleanup

using this process, Script will clear the base config like port--channel related config, IP related config, VXLAN related config and more related configuration.

Using the same way user can choose other options to use FM agent

Last updated

Was this helpful?