You need to have at least one TIE Server for configuration.
Follow the steps below to configure your TIE Server to a ePO server.
The user account must have administrator rights to perform this task.
Note
In some cases, the configuration process might take up to 30 minutes to complete. Check the tie.log for status updates and errors, if any. If the process does not complete within this time, you might need to run the configuration process again.
On the EC2 dashboard, select Instances.
Select the newly created TIE Server from the list, then click Connect.
On the Session Manager tab, click Connect.
Note
While TIE Server supports traditional SSH access, we recommend using Session Manager for the initial configuration. Once the initial setup is complete, you can utilize SSH for further administration tasks if desired.
To connect through SSH, use the credentials "ec2-user" as the username and the key pair previously configured for your TIE Server instance.
Once logged in, run the following command to obtain root access.
sudo su
sh-4.2$ sudo su
[root@ip-10-0-41-163 bin]#
You are logged in as the root user now. Run the following command to start the configuration process.
configure-tie.sh
[root@ip-10-0-41-163 bin]# configure-tie.sh
Follow the steps below to set up the process.
On the TIE Server End user License Agreement page, click I agree.
Note
If you do not accept the license, the VM will be switched off.
Select the default network device shown, then click Ok.
For IP address assignment, select DHCP.
Provide the ePO server details.
For port configuration in Trellix ePO – On-prem server, see KB66797.
Select the services to be run on this TIE Server. (Both TIE and DXL can be run on the same server).
Note
If you have selected to install the DXL Broker on this instance, confirm the DXL communication port. Also, ensure that the assigned security group is configured accordingly.
On the Appliance Startup page, all components must show DONE to continue.
.png)
Check the transition status in the “/tmp/reconfig-tie.log” file. To speed up the transition process, you can also give the commands to fetch and apply the latest policy from the ePO.
Give the command below to check the TIE services status.
TIE Server - systemctl start|stop|restart tieserver
PostgreSQL server - systemctl start|stop|restart tieserver-postgresql
Once all the TIE Server services have started, run the vacuuming commands to initialize the TIE database.
This step only needs to be performed once for the Primary TIE Server and is not required when bringing up an additional Secondary TIE Server.
tieserver-vacuum
tieserver-vacuum-full