If you are using the current version of Cumulus NetQ, the content on this page may not be up to date. The current version of the documentation is available here. If you are redirected to the main page of the user guide, then this page may have been renamed; please search for it there.

Upgrade NetQ Agents on Ubuntu Servers

The following instructions are applicable to both NetQ Platform and NetQ Appliances running Ubuntu 16.04 or 18.04 in on-premises and remote deployments.

To upgrade the NetQ Agent:

  1. Log in to your NetQ Platform or Appliance.

  2. Update your NetQ repository.

root@ubuntu:~# sudo apt-get update
  1. Install the agent software.
root@ubuntu:~# sudo apt-get install -y netq-agent
  1. Restart the NetQ Agent.
root@ubuntu:~# netq config restart agent

Refer to Install and Configure the NetQ Agent on Ubuntu Servers to complete the upgrade.