Set the Frequency of Dispatcher Status Scans

You can specify how often dispatchers are scanned to determine their current status for failover purposes.

Use the following parameters:

  • ConnectionCheckingSleepTime

    Specifies, in seconds, the interval between scans for the state of dispatchers.

    Valid settings are 1 to 2147483647. Settings less than 5 may consume too many resources (CPU time and network bandwidth). The default setting is 30.

  • ConnectionCheckingQuickSleepTime

    Specifies, in seconds, the interval between scans when no operational dispatchers are found. This value of this parameter must be less than ConnectionCheckingSleepTime.

    Valid settings are 1 to 2147483647. Settings less than 5 may consume too many resources (CPU time and network bandwidth). The default setting is 5.

Procedure

  1. Copy the c10_location/cgi-bin/cognoscgi.conf.sample file to c10_location/bin and rename it cognoscgi.conf.
  2. Open the cognoscgi.conf file in an editor that can save files in UTF-8 format.
  3. Add the following lines to the file:
    ConnectionCheckingSleepTime=time in seconds
    ConnectionCheckingQuickSleepTime=time in seconds
  4. Save the cognoscgi.conf file in UTF-8 format.