• |
Runtime settings are considered as default settings for the agent package. You define these settings within the <runtime> element in the agent-definition.xml file. For example, you can apply the runtime settings to allocate more heap size than what is already allocated by the Agent Manager. On agent package deployment, these values are compared with the current Agent Manager configuration settings. If any of these settings exceed the existing Agent Manager settings, they are applied, causing the Agent Manager to be restarted. |
• |
Per-agent settings are considered when a certain number of agent instances is reached. You define these settings within the <agent> element, using the per-agent attribute to specify the number of agent instances. For example, if there are five or more instances of the agent type, you may need to increase the heap size beyond what is already allocated with the default Agent Manager setting. These changes also require a restart of the Agent Manager. |
2 |
Evaluate the <FGLAM_STATE>/config/client.config and <FGLAM_STATE>/config/baseline.jvmargs.config, and apply the required settings, overriding any applicable values set in the previous step. |
TIP: The client.config and baseline.jvmargs.config files can be edited by the user to persist configuration changes that override the default launcher configuration values. |
3 |
Evaluate the <FGLAM_STATE>/config/deployments/vm.deployments.config and apply the required settings, overriding any applicable values set in the previous step. |
TIP: The vm.deployments.config file is a non-editable file that is maintained by the Agent Manager runtime process, as deployment runtime changes are discovered. |
Controls whether the Agent Manager runtime supports IPv6. The default value is true and must only be declared if your deployment specifically requires only IPv4 support. |
|||||||||
Controls access through the local host to the Agent Manager JMX Console. The default value is true and this attribute must only be declared if your deployment requires this service to be disabled. |
|||||||||
Declares a list of VM system properties to be set on startup. Only one jvm-arg value can be declared per element. Additional values must be set individually.
Default restrictions apply to -XX properties. Restrictions can be disabled by setting the -Dcom.quest.fglam.resources.jvm.args.disable.restrictions property in the config/client.config file prior to startup. |
|||||||||
The Agent Manager maintains two queue configurations for storing and submitting messages to its upstream connection. Each of these queue types can be configured individually. The settings declared here override values in the config/fglam-config.xml file with respect to each of the upstream and upstream-verified configurations. This element is used to calculate the required upstream queue size based on the number of agent instances. Each of the upstream-queue attributes should be expressed as a multiple of the per-agent attribute. |
|||||||||
|
|||||||||
|
|||||||||
|
|||||||||
Calculates the required VM heap size in MB, based on the number of agent instances. The min and max attributes should be sized as a factor of the per-agent value. For example:
In this configuration, when the agent count reaches five or greater, the agent submits a JVM memory size request to the ResourceManager with the following values:
|
|||||||||
Declares a list of VM system properties to be set on startup. Only one jvm-arg value can be declared per element. Additional values must be set individually.
JVM arguments that are declared within the <agent> tag are evaluated when the first agent instance of this type is created.
Default restrictions apply to -XX properties. Restrictions can be disabled by setting the -Dcom.quest.fglam.resources.jvm.args.disable.restrictions property in the config/client.config file prior to startup. |
|||||||||
The upstream queue attributes calculate the required upstream queue size based on the number of agent instances. Each of the upstream-queue attributes must be expressed as a multiple of the per-agent attribute. |
|||||||||
|
|||||||||
|
|||||||||
|
|||||||||
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center