Use this method to install the Endpoint Security (HX) xAgent software on your Linux endpoints running supported versions, only if the .rpm file fails to install the xAgent software on you Linux endpoints.
To manually install the xAgent software on a single Linux endpoint using the .run file :
Open a Terminal session on the Linux endpoint that has the xAgent installation package,
.tgzfile.username@localhost:~$Use the
cdcommand to change to theFireEyedirectory.username@localhost:~$ cd desktopusername@localhost:~/Desktop$ cd FireEyeUse the
lscommand to verify that theIMAGE_HX_AGENT_LINUX_30.x.x.tgzfile is in theFireEyedirectory.username@localhost:~/Desktop/FireEye$ lsIMAGE_HX_AGENT_LINUX_30.x.x.tgzUse the
tar zxfcommand to unzip and extract the files from the Linux xAgent installation package:username@localhost:~/Desktop/FireEye$ tar zxf IMAGE_HX_AGENT_LINUX_30.x.x.tgz.The
.tgzpackage (Linux) includes the following files:Agent
.rpmfilesAgent
.debfilesAgent
.runfile (xagtSetup_30.x.x.run)Agent configuration file
(agent_config.json).
Use the
lscommand to view the files.username@localhost:~/Desktop/FireEye$ lsYou will see a list of all the files in the xAgent installation package.
Execute the
xagtSetup_30.x.x.runscript and install the xAgent software on your Linux endpoint. You must have sudo access to perform steps 6-8.username@localhost:~/Desktop/FireEye$ sudo ./xagtSetup_30.x.x.runAfter the script completes, you will see the following screen indicating the next installation steps:
Step 1: Import the agent configuration file.
Step 2. Start the agent services.
Important
You must import the agent configuration file before starting the xAgent services on your Linux endpoint.
After the installation script is complete, use the
ioption to import the agent configuration file from the/opt/fireeye/bin/xagtbinary path:username@localhost:~/Desktop/FireEye$ sudo /opt/fireeye/bin/xagt -i agent_config.jsonStart the xAgent services on your Linux endpoint using one of the commands below:
For endpoints running Linux version RHEL 6.x or CentOS 6.x:
username@localhost:~/Desktop/FireEye$ sudo service xagt startor
For endpoints running Linux version RHEL 7.x or CentOS 7.x:
username@localhost:~/Desktop/FireEye$ sudo systemctl start xagtAfter starting the agent services, you can check the status of the xAgent services with the
sudo systemctl status xagtcommand.