Prerequisites
-
You will need to know the DNS name (FQDN) or IP address of the Lens Collector at your site
-
You will need root privileges on the desktop you are installing the application onto
🪄 Installing
Normal installation
-
Open a terminal or SSH onto the workstation
-
Run the following command to install the 7fivefive Lens application repository
curl -1sLf \ 'https://dl.cloudsmith.io/public/7fivefive/public-prod/cfg/setup/bash.rpm.sh' \ | sudo bash -
Run the following command to install the Lens workstation agent
PowerShellsudo dnf install lens-workstation-agent
-
Edit the
/etc/7fivefive/lens-workstation-agent/config.inifile and set the following fields:-
LensCollectorFqdn- This is the FQDN or IP of your Lens collector -
LensCollectorPort- This is the port number of the Lens collector. By default this is8443
-
-
Restart the Lens workstation agent service
sudo systemctl restart lens-workstation-agent