Configuring the User-Initiated Agent Status Check

To configure the user-initiated agent status options:

  1. Navigate to the directory or folder where the Deployment Automation server configuration is stored. For example:

    ..\Users\username\.microfocus\da\conf\server

  2. Edit the da_config.xml file connectivityTestConfig settings as needed. Descriptions of each setting are given in the following table.
    Setting Description

    firstLevelTestTimeoutInSeconds

    Specifies the time in seconds to wait for a response to the first level (JMS) connection status request. The default value is 10.

    secondLevelTestTimeoutInSeconds

    Specifies the time in seconds to wait for a response to the second level (JMS to HTTP) connection status request. The default value is 60.

    Example User-Initiated Settings

    Following are example settings for user-initiated agent status options in the da_config.xml file.

    <connectivityTestConfig> 
     <firstLevelTestTimeoutInSeconds>10
        </firstLevelTestTimeoutInSeconds>
     <secondLevelTestTimeoutInSeconds>60
        </secondLevelTestTimeoutInSeconds>
    </connectivityTestConfig>