Installing, Updating, and Removing the Monitoring Agent on Linux
This section describes the installation and configuration of the monitoring agent on workstations running Linux.
The monitoring agent is compatible with Linux distributions that use the DEB or RPM package formats.
Features of event recording by the agent on Linux are described on the Known Issues and Limitations page.
Installing the Monitoring Agent
For some Linux distributions, if you work via remote access (RDP), you must enable the record extension in xorg parameters. To do this, you need to:
- In the file /etc/X11/fly-dm/fly-dmrc, add
+extension RECORDto theServerArgsLocal=variable:ServerArgsLocal=... +extension RECORD - Add
/usr/libexec/OperavixAgent/agent_inspectorand/usr/libexec/OperavixAgent/agent_serviceto the /etc/X11/trusted file. - Add the following section to the file /etc/X11/xrdp/xorg.conf:
Section "Extensions" Option "RECORD" "Enable" EndSection - Reboot the computer.
When installing, the installer must not be located in the user directory. For example, you can create a folder /opt/repo, place the installer there, and run it from that directory.
On Debian-based systems, install with:
# apt install /opt/repo/agent.deb
On RPM-based systems, install with:
# apt-get install /opt/repo/agent.rpm
If the above command does not work for the RPM-based system:
# rpm --nosignature --nodigest -iv /tmp/agent_setup.rpm
The path to agent_setup.rpm is shown as an example and may vary depending on your settings.
Updating the Monitoring Agent
When updating, the installer must not be located in the user directory. For example, you can create a folder /opt/repo, place the installer there, and run it from that directory.
The agent will not update if its current version is newer than or matches the update version.
On Debian-based systems, update with:
# apt install /opt/repo/agent.deb
On RPM-based systems, update with:
# apt-get install /opt/repo/agent.rpm
If the above command does not work for the RPM-based system:
# rpm --nosignature --nodigest -iv /tmp/agent_setup.rpm
Removing the Monitoring Agent
For removal, use the standard package manager of the corresponding operating system. The operavix-agent parameter in all commands is the package name.
On Debian-based systems, remove with:
# apt remove operavix-agent
On RPM-based systems, remove with:
# apt-get remove operavix-agent
If the above command does not work for the RPM-based system:
# rpm --nosignature --nodigest -e operavix-agent
Was the article helpful?