# Telemetry Agent

## From the ONES Application

* Enable Super-user mode

  <mark style="color:blue;">`user@ones-application:~$ sudo su`</mark>       &#x20;
* Navigate to the GA /ones\_t\_agent directory on the Server

  <mark style="color:blue;">`root@ones-application /home/user $ cd GAv4.1/ones_t_agent`</mark>     &#x20;
* Enter device details (Management IP, Username and Password and the license key) on device\_info.csv

  <mark style="color:blue;">`root@ones-application /home/user/GAv4.1/ones_t_agent $ vi device_info.csv`</mark>

```
ip,user,passwd,layer,region,azid,brickid,rackid
10.20.2.12,admin,YourPaSsWoRd,Spine,SanJose,1,1,1
...
...
...
```

* Save the File&#x20;

<mark style="color:blue;">`root@ones-application /home/user/GAv2.0/ones_t_agent$ ./ones_agent_uninstaller.sh`</mark>

* All of the devices are successfully cleaned up

##
