Use the compatible .rpm file to manually install agent software on your Linux endpoints running supported RHEL, CentOS, Amazon Linux, or SUSE versions.
.rpm file:Open a Terminal session on the Linux endpoint that has the agent installation
.tgzpackage.username@localhost:~$Use the
cdcommand to change to theTrellixdirectory you created in step 6 of Downloading a Linux agent installation package from the Web UI.username@localhost:~$ cd desktopusername@localhost:~/Desktop$ cd TrellixUse the
lscommand to verify that theIMAGE_HX_AGENT_LINUX_[xAgent version].tgzfile is in theTrellixdirectory.username@localhost:~/Desktop/Trellix$ lsIMAGE_HX_AGENT_LINUX_[xAgent version].tgzUse the
tar zxfcommand to unzip and extract the files from the Linux agent installation image.tgzfile:username@localhost:~/Desktop/Trellix$ tar zxf IMAGE_HX_AGENT_LINUX_[xAgent version].tgz.The
.tgzpackage (Linux) includes the following files:Agent
.rpmfilesAgent
.debfilesAgent configuration file
(agent_config.json).
Use the
lscommand to view the files.username@localhost:~/Desktop/Trellix$ lsYou will see a list of all the files in the agent installation package. You must have sudo access to perform steps 6-8.
Use the
-ihvcommand to run the.rpmscript and install the agent software on your Linux endpoint. You must have sudo access to perform steps 6-8.username@localhost:~/Desktop/Trellix$ sudo rpm -ihv xagt-[xAgent version]-1.el6.x86_64.rpmCaution
If FIPS mode is enabled (run
fips-mode-setup --checkto verify) on Linux endpoints running RHEL 8.x and above, or CentOS 8.x and above, the--nodigestflag must be set in the installation command:username@localhost:~/Desktop/Trellix$ sudo rpm -ihv --nodigest xagt-[xAgent version]-1.el6.x86_64.rpmImportant
Run the
.rpmfile that is compatible with your Linux environment. For example, if your Linux endpoints are running RHEL version 6.x8, runxagt-[xAgent version]-1.el6.x86_64.rpm, if your Linux endpoints are running SUSE 11.4, runxagt-[xAgent version]-1.sle11.x86_64.rpm, and if your Linux endpoints are running Amazon Linux AMI 2018.3, runxagt-[xAgent version]-1.el6.x86_64.rpm.The
.rpmfile automatically detects the version of Linux RHEL currently running on the endpoint. If the.rpmfile is not compatible with the RHEL version running on the endpoint, an error message appears.After the
.rpminstallation script is complete, use theioption to import the agent configuration file from the/opt/fireeye/bin/xagtbinary path:username@localhost:~/Desktop/Trellix$ sudo /opt/fireeye/bin/xagt -i agent_config.jsonStart the agent services on your Linux endpoint using the following command:
username@localhost:~/Desktop/Trellix$ sudo systemctl start xagt
Note
If you have an older version of Linux you may require this command:
username@localhost:~/Desktop/Trellix$ sudo service xagt start
The "service" command is deprecated in most modern versions of linux.