ONES Server Agent Installation
Server Agent support:
Supported Platform details
Device
GPU
GPU VENDOR ID
GPU DEVICE ID
NIC VENDOR ID
Intel Gaudi
GAUDI2
HABANALABS (0x1DA3)
GAUDI2 (1020)
HABANALABS (0x1da3)
Intel Gaudi
GAUDI2_HL2000
HABANALABS (0x1DA3)
GAUDI2_HL2000 (1010)
MELLANOX TECHNOLOGIES(0x15b3)
NVIDIA HGX
H100
NVIDIA
NVIDIA
MELLANOX BLUEFIELD3
ONESv4.1 Agent support auto-discovery feature
ONESv4.1 Agent support to send telemetry on multiple controllers (Max 2)
Restrict IP feature can be enabled/disabled
Password-based authentication is supported
Using the Restrict IP feature agent will discover the ONES Controller and will update the entry on the ONES App with all the feature metrics
Need to add a few inputs while installing the agent
Installation
On the Application machine, go to ONES-4.1/ones_t_server_agent directory
root@ones-application:~$ cd /ONES-4.1/ones_t_server_agent
Installation (Agent Install on multiple switches at the same time)
Enter device details (Management IP, Username and Password ) in device_info.csv
root@ones-application/ONES-4.1/ones_t_server_agent:~$ vi device_info.csv
The user must maintain the layer names exactly as specified above (case-sensitive). If the user inputs names that differ from these, they may encounter issues when using the ONES application.
Save the File
Executing the installation script can be used for installing a telemetry agent on one or more devices in the data centre.
root@ones-application/ONES-4.1/ones_t_server_agent:~$ ./ones_agent_parallel_installer.sh
Users can update only password in case server is already having agent running.
Users can choose this option to only update one more controller IP without doing the complete agent installation.
Scripts asks to put the Controller IP to use auto-discovery feature
User can choose the restriction to send telemetry to collector IP only
It's important to restrict collector IP as No in case the running network has NAT translation from private to public IP for ONES server access from the device.
User can enable password based authentication between agnet and collector
user can choose no if user do not want to use password based authentication between agnet and collector.
Installation Begin
The user needs to make sure, The devices have a unique name, otherwise, there will issue while plotting the full topology view(Topology Page).
Last updated