Install the Linux agent
Linux
agentThe following steps use a CentOS 7.4 virtual machine and logged in as the root user.
- Copy synced certificates to the proper directory for all target Linux machines. See Configure CylancePROTECT Desktop Linux agents for more information.
- Create the config_defaults.txt file and include theCylanceHYBRIDinstallation parameters.
- Entermkdir /opt/cylance, then pressEnter. This creates theCylanceinstallation folder.
- Entercd /opt/cylance, then pressEnter.
- Enterecho InstallToken=YourInstallationToken > config_defaults.txt, then pressEnter. ReplaceYourInstallationTokenwith the installation token from theCylanceconsole.
- Enterecho InstallRegistrationURL=<hybridurl> >> config_defaults.txt, then pressEnter. Replace<hybridurl>with the fully-qualified domain name for theCylanceHYBRIDserver. Example: https://login.hybrid.com. See Examples for the Linux Configuration File.
- Enterecho InstallTrustedSuffix=<hybridsuffix> >> config_defaults.txt, then pressEnter. Replace<hybridsuffix>with the URL suffix for theCylanceHYBRIDserver. Example: hybrid.com. See Examples for the Linux Configuration File.
- Enterecho InstallInfinityURL=<hybridurl> >> config_defaults.txt, then pressEnter. Replace<hybridurl>with the fully-qualified domain name for theCylanceHYBRIDserver. Example: https://login.hybrid.com. See Examples for the Linux Configuration File.
- Navigate to the folder with theCylancePROTECT DesktopLinuxagent installation file. For example, if the installation file is in the Downloads folder and you are logged on as root: entercd /root/Downloads, then pressEnter.
- Install theCylancePROTECTdrivers and agent software.This example installs theLinuxagent for RHEL 7 / CentOS 7 (el7). Change the RPM file name as needed during installation.
- Typerpm -ivh CylancePROTECTOpenDriver-<version>.rpm, then press Enter. This installs theCylancePROTECTopen driver.
- Typerpm -ivh CylancePROTECTDriver-<version>.rpm, then press Enter. This installs theCylancePROTECTagent driver.
- Typerpm -ivh CylancePROTECT.el7.rpm, then pressEnter. This installs theCylancePROTECT DesktopLinuxagent.
- Optionally, typerpm -ivh CylancePROTECTUI.el7.rpm, then pressEnter. This installs theCylancePROTECT DesktopUI for theLinuxagent. The UI is not required to run the agent.