For the Agent Controller to be visible to other hosts, it must open a device where it can be connected to remotely. This connection is established using a single port on the deployment host. By default, this port is number 10002 and it is specified in the configuration file, serviceconfig.xml. However, if the security was enabled during the installation of the Agent Controller, another port should be specified in the configuration file as the secure port. This port will only be opened for secure connections and is only available when the security for the Agent Controller has been enabled.
You can indicate that a different port is to be used by the Agent Controller by modifying the port attribute of the <AgentControllerConfiguration> element within the configuration file.
Follow these steps:
<AgentControllerConfiguration activeConfiguration="default" filePort="10005" isDataMultiplexed="false" jvm="D:\Program Files\IBM\Java142\jre\bin\classic\jvm.dll" loggingDetail="LOW" loggingLevel="INFORMATION" port="10002" processPolling="true" securedPort="10003" version="3.3.0">
Note:
Related tasks
Locating the configuration files
Administering the Agent Controller