You can generate an RPM package and install Trellix Agent 5.8.x on Red Hat Linux systems using a third-party deployment tool such as YUM.
Create Trellix Agent installation package.
On the ePO - On-prem console, select → → , then select New Systems.
Select Create and download agent installation package.
Select the appropriate Trellix Agent version for Linux from the list.
Click OK. The agentPackages.zip installation package containing
install.shfile is created.Save the file.
Open Terminal, enter the path where you have saved the
install.shfile.Run the following command to check if the rpm-build package is installed on the local system.
rpm -q redhat-rpm-config
If the rpm-build package is not installed on the local system, run the following command to install it.
yum install rpm-build
If the unzip package is not installed on the local system, run the following command to install it.
yum install unzip
Generate the
MAProvision.rpmfile frominstall.shusing the option(-p). Run the following command by giving root credentials../install.sh -p
The
MAProvision.rpmfile is generated.Note
You can add the RelayServer information such as IP address or port information in the Trellix Agent provisioning package. This helps to communicate with ePO - On-prem in isolated networks where direct communication with on-prem ePO is not allowed (even the first Agent-server communication). Trellix Agent approves the policies configured in ePO - On-prem after completing the first ASCI via relay IP. Run the command, giving root credentials when requested. For example:
./install.sh -p -R '<relayIP1>:<relayPort1>'
Create
MFEma.rpmandMFErt.rpmfiles by executing one of the following:Create files using
install.shfile.Copy the
install.shfile to a Red Hat Linux system.Open Terminal, enter the path where you have saved the
install.shfile.Run the following command to extract the installation package.
unzip install.sh
The following installation files are extracted.
MFEma.i686.rpmMFEma.x86_64.rpmMFErt.i686.rpm
Note
Use an appropriate
MFEmainstallation package based on the operating systems used.MFEma.x86_64.rpmfor a 64-bit operating systemMFEma.i686.rpmfor a 32-bit operating system.
Create files from the ePO - On-prem Main Repository.
These files are available in the selected repository path. If the files are checked in to the current branch of the ePO - On-premsoftware repository, the path of the required files is,
For ePO - On-prem 5.10.0 Service Pack 1 or later, the default location of the installation package file is: C:\Program Files\Trellix\ePolicy Orchestrator\DB\Software\Current\EPOAGENT3700LYNX\Install\0409.
For ePO - On-prem 5.10.0 or earlier, the default location of this installation package file is: C:\Program Files\McAfee\ePolicy Orchestrator\DB\Software\Current\EPOAGENT3700LYNX\Install\0409.
You can change the file path based on the branch selected.
Create the
MFEdx-ma-<build_number>.rpmfile:Save the
DXL.zipfile to a Red Hat Linux system.The
DXL.zipfile is available in the selected repository path. If the files are checked in to the current branch of the ePO - On-prem software repository, the path of the required files is,For ePO - On-prem 5.10.0 Service Pack 1 or later, the default location of the installation package file is: C:\Program Files\Trellix\ePolicy Orchestrator\DB\Software\Current\EPOAGENT3700LYNX\Install\0409.
For ePO - On-prem 5.10.0 or earlier, the default location of this installation package file is: C:\Program Files\McAfee\ePolicy Orchestrator\DB\Software\Current\EPOAGENT3700LYNX\Install\0409.
You can change the file path based on the branch selected.
Open Terminal, enter the path where you have saved the
DXL.zipfile.Run the following command to extract the installation package.
unzip DXL.zip
The following installation files are extracted.
MFEdx-ma-<build_number>.x86_64.rpmMFEdx-ma-<build_number>.i686.rpm
Note
Use an appropriate
MFEdx-ma-<build_number>package based on the operating systems used.MFEdx-ma-<build_number>.x86_64.rpmfor a 64-bit operating system.MFEdx-ma-<build_number>.i686.rpmfor a 32-bit operating system.
Check in the
MAProvision.rpm,MFEma.rpm,MFErt.rpm, andMFEdx-ma-<build_number>.rpmfiles into a third-party deployment tool (such as YUM) repository.Deploy Trellix Agent in managed mode using the third-party software such as,
yum install MAProvision.rpm.