Configuring external communications

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.

Specifying different ports for the Agent Controller

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:

  1. Locate the serviceconfig.xml configuration file. See the related task.
  2. Open it in an editor, and search for the following XML fragment:
    <AgentControllerConfiguration version="5.0.0" activeConfiguration="default" loggingLevel="WARNING" loggingDetail="LOW" port="10002" securePort="10003">
  3. Change the value of the port attribute to the port number that you want the Agent Controller to use.

Note:

Related tasks
Locating the configuration files
Administering the Agent Controller