Cumulus(NVUE API)

Cumulus switch with version >4.4 to start streaming to ONES Controller via NVUE API

Enable NVUED in Cumulus

sudo systemctl enable nvued
sudo systemctl start nvued

Enable NGINX in Cumulus

sudo systemctl enable nginx
sudo systemctl start nginx

Install NGINX #If not installed in Cumulus

sudo apt update
sudo apt install nginx

NVUE is part of Cumulus NetQ; if it’s missing, you might need to reinstall or configure NetQ

Reinstall or Configure NetQ:

  1. Download the NetQ Agent Package from NVIDIA's support site

    sudo apt install -y <netq-agent-package>.deb
  2. Enable and start the nuved service as shown earlier.

Verification

Enable NVUE API in Cumulus

Supported APIs:

ONES IS not using NCLU. ONES Application only use NVUE API from OS version 4.4, less than that NCLU code is not enabled for ONES. [For ONES 1.1 testing 4.4 and 5.2 version]

Cumulus 5.x not fully support NCLU, only NVUE. Delay observed in the Time Series data stream for Cumulus 5.9, 5.10 and 5.11

Last updated

Was this helpful?