Is it possibe to change the downstream listener ports as it is conflicting with another application, that is running on the same server?
The Agent Manager (FglAM) creates listeners for JFogbank connections (support for legacy FDK/NA/SPID agents) and a downstream connection to support Out-of-Process deployments. Each of these listener configurations uses a random port (by default). Currently only the JFogbank connection can be configured to set a specific port number to listen on. This configuration setting is available within the fglam.config.xml:
<jfogbank>
<documentation>
Sets some default values that the JFogbank server use when it begins accepting con
connections from legacy Fog4 agents. The default values should be kept in most
cases, but the occasional exceptional system might need timeouts increased if it
runs much more slowly or a fixed port is desired.
Changing these settings is only recommended when instructed to do so by Quest
support. Most FglAM clients will use the default settings.
</documentation>
<port>0</port> <!-- Override port value here -->
<loginTimeout>30000</loginTimeout>
<bridgeTimeout>120000</bridgeTimeout>
</jfogbank>
The downstream listener currently does not support overrides of its default connection configuration settings. An enhancement request - FAM-5460 - have been created to address this in a future release.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center