Upgrade NetQ Agents
After upgrading your NetQ VM, upgrade the NetQ Agent:
-
Log in to your switch or host.
-
Update and install the new NetQ Debian package.
sudo apt-get update sudo apt-get install -y netq-agent
sudo yum update sudo yum install netq-agent
-
Restart the NetQ Agent with the following command. The NetQ CLI must be installed for the command to run successfully.
netq config restart agent
Refer to Install NetQ Agents to complete the upgrade.
Verify NetQ Agent Version
You can verify the version of the agent software you have deployed as described in the following sections.
Run the following command to view the NetQ Agent version.
cumulus@switch:~$ dpkg-query -W -f '${Package}\t${Version}\n' netq-agent
You should see version 4.7.0 and update 43 in the results.
- netq-agent_4.7.0-cl4u43~1690984862.9d32c7a0_armel.deb
- netq-agent_4.7.0-cl4u43~1690981360.9d32c7a0_amd64.deb
root@ubuntu:~# dpkg-query -W -f '${Package}\t${Version}\n' netq-agent
You should see version 4.7.0 and update 43 in the results.
- Ubuntu 20.04: netq-agent_4.7.0-ub20.04u43~1690989421.9d32c7a0_amd64.deb
root@rhel7:~# rpm -q -netq-agent
You should see version 4.7.0 and update 43 in the results.
- netq-agent-4.7.0-rh7u43~1690982790.9d32c7a.x86_64.rpm
If you see an older version, upgrade the NetQ Agent, as described above.