If the ePO - On-prem console-to-application server communication port is in use by another application, follow these steps to specify a different port.
Back up your registry and understand the restore process. For more information, see the Microsoft documentation.
Make sure that you run only
.regfiles that are not confirmed to be genuine registry import files.
Important
This topic contains information about opening or modifying the registry. This information is intended for use by network and system administrators only. Registry modifications are irreversible and can cause system failure if done incorrectly.
For details about product features, usage, and best practices, click ? or Help.
Stop the ePO - On-prem services:
Close all ePO - On-prem consoles.
Click Start → Run, type
services.msc, then click OK.Right-click each of these services and select Stop:
Trellix ePolicy Orchestrator Application Server
Trellix ePolicy Orchestrator Event Parser
Trellix ePolicy Orchestrator Server
In the registry editor, select this key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{53B73DFD-AFBE-4715-88A1-777FE404B6AF}]In the right pane, double-click TomcatSecurePort.SQL and change the value data to reflect the required port number (default is 8443).
Open a text editor and paste this line into a blank document:
UPDATE EPOServerInfo SET rmdSecureHttpPort =8443
Change 8443 to the new port number.
Name the file
TomcatSecurePort.sqland save it to a temporary location on the SQL Server.Use Microsoft SQL Server Management Studio to install the
TomcatSecurePort.SQLfile that you created.Click Start → All Programs → Microsoft SQL Server Management Studio.
On the Connect to Server dialog box, click Connect.
Expand Databases, then select ePO database.
From the toolbar, select New Query.
Click File → Open → File..., then browse to the TomcatSecurePort.sql file.
Select the file, click Open → Execute.
In Windows Explorer, browse to this directory:
\Program Files (x86)\Trellix\ePO - On-prem\Server\conf\
In Notepad, open
Server.xmland replace all entries for port 8443 with the new port number.Click Start → Run, type
services.msc, then click OK.Right-click each of these services and select Start:
Trellix ePolicy Orchestrator Application Server
Trellix ePolicy Orchestrator Event Parser
Trellix ePolicy Orchestrator Server