Use the compatible .rpm file to manually upgrade 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
.debfiles
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
-uhvcommand to run the.rpmscript and upgrade the agent software on your Linux endpoint. You must have sudo access to run this command:username@localhost:~/Desktop/Trellix$ sudo rpm -uhv xagt-[xAgent version]-1.el6.x86_64.rpm
Important
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.