Administration → Agent Connectivity Status Checks → Configuring the Server-Initiated Agent Status Check
To configure the server-initiated agent status options:
..\Users\username\.microfocus\da\conf\server
Setting | Description |
---|---|
enabled |
Turns on or off the scheduled run of keep alive roll calls. The default value is false. |
pollingPeriodInMinutes |
Specifies the keep alive roll call polling period in minutes. This is the time wait before performing the next keep alive roll call verification. The default value is 1. |
executePeriodInMinutes |
Specifies how often to initiate scheduled keep alive roll calls, in minutes. The default value is 10. |
durationInSeconds |
Specifies the time in seconds to wait for responses to the roll call. The default value is 20. |
cleanupEnabled |
Turns on or off the scheduled run of cleanup for keep alive roll calls. The default value is true. |
cleanupStartHour |
The hour to run the cleanup for keep alive roll calls. The default value is 1. |
cleanupDaysToKeep |
The amount of days to keep roll call requests and corresponding responses. The default value is 15. |
Example Server-Initiated Settings
Following are example settings for server-initiated agent status options in the da_config.xml file.
<keepAliveRollCallConfig> <enabled>true</enabled> <pollingPeriodInMinutes>1</pollingPeriodInMinutes> <executePeriodInMinutes>10</executePeriodInMinutes> <durationInSeconds>20</durationInSeconds> <cleanupEnabled>true</cleanupEnabled> <cleanupStartHour>1</cleanupStartHour> <cleanupDaysToKeep>15</cleanupDaysToKeep> </keepAliveRollCallConfig>
Copyright © 2011–2019 Micro Focus or one of its affiliates. All rights reserved.