Use the compatible .deb file to manually install agent software on your Linux endpoints running Ubuntu 18.04.
.deb 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 package: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.
Use the
dpkg, medium-level package manager for Debian and the -i option to run the.debscript and install the agent software on your Linux endpoint. You must have sudo access to perform steps 6-8.username@localhost:~/Desktop/Trellix$ sudo dpkg -i xagt-[xAgent version]-1.ubuntu12_amd64.debImportant
Run the
.debfile that is compatible with the supported Ubuntu version running on your Linux endpoints.The
.debfile automatically detects the version of Ubuntu currently running on the endpoint. If the.debfile is not compatible with the Ubuntu version running on the endpoint, an error message appears.After the
.debinstallation 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 service xagt start